You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- We need a populate cache method that populates the cache from storage
- Think of a better name than ReadOnlyHigherDb, WriteOnlyHigherDb
- We could auto implement update methods which assert that there was a previous value they would just wrap the insert methods and check for None
- We can probably combine add_stem_as_branch_child and insert_branch into a single method called insert_branch_child
- Maybe we can return BranchChild, as the previous data could have been a stem or branch_meta then we can leave it upto the caller on how to deal with it on insert_branch
- Add a range query for the default database in verkle_db (x2)
database.rs
update
methods which assert that there was a previous value they would just wrap the insert methods and check forNone
add_stem_as_branch_child
andinsert_branch
into a single method calledinsert_branch_child
insert_branch
default.rs
memory_db
branch_table
to use BChild and also include the index in the key (Vec, u8)get_branch_child
could return the BranchChild instead and leave the caller to do what they want with itmeta.rs
The text was updated successfully, but these errors were encountered: