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
Currently fork_db's root only stores block_header_state. #2080 requires copying valid structure from previous block_state to current one. This causes problems when previous block is the root.
Change fork_db root to store block_state.
Provide a new API to return block_state including root while keeping existing APIs unchanged
Make sure old-version fork_db with the root storing block_header_state can be opened.
The text was updated successfully, but these errors were encountered:
Currently fork_db's root only stores
block_header_state
. #2080 requires copyingvalid
structure from previousblock_state
to current one. This causes problems when previous block is the root.block_state
.block_state
including root while keeping existing APIs unchangedblock_header_state
can be opened.The text was updated successfully, but these errors were encountered: