Add support for versiondb #54
Labels
bug
Something isn't working
enhancement
New feature or request
scalability
Issues bugs or features that affect scaling
The current implementation duplicates writes to disk because the assumption is version db is available and in memory state can be discarded. Instead we duplicate each mutation once during Tx creation the second during build block. This issue covers implementation of versiondb once it has been implemented in
avalanche-types
.Depends on https://github.com/ava-labs/avalanche-rust/pull/115
The text was updated successfully, but these errors were encountered: