-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
State Read/Write/Clear range implementation #818
Conversation
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Moved to draft, as the PR isn't ready for review |
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was hard to read some parts, so I simplified them #830 =)
} | ||
|
||
#[test] | ||
fn insert_single_unset() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Almost all test below are similar and depends on input arguments. Could you reuse test-case
library and make them more compact, please? We already use it in many places, and you can use them as examples
* Simplified the code of range operations * Simplified tests
Signed-off-by: Mitch Martin <mitch.martin@fuel.sh>
…FuelLabs/fuel-core into mitch-fuel/rwc-range-from-to-state Signed-off-by: Mitch Martin <mitch.martin@fuel.sh> # Conflicts: # fuel-core/src/database/vm_database.rs
…abs/fuel-core into mitch-fuel/rwc-range-from-to-state
…abs/fuel-core into mitch-fuel/rwc-range-from-to-state
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good
Signed-off-by: Mitch Martin mitch.martin@fuel.sh