Open
Description
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