-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New State DB wrapper #3925
Comments
Since we stream changes and new entries at the same time it becomes unclear when to begin the consensus blocks streaming as we don't have a simple way of knowing when the majority of final state has been streamed anymore. Also |
Feel free to arrange the methods as you feel is the best. |
Note:
can be made more efficient by using https://doc.rust-lang.org/std/collections/struct.BTreeMap.html#method.range :
|
Have the following strucutre wrapping rocksdb:
The text was updated successfully, but these errors were encountered: