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
StateTree from fvm@3 and fvm@4 both support StateTreeVersion::V5 but are not compatible, when using StateTree from fvm@4, forest panics during nv18-nv20 state migration
thread 'state migration thread: 1' panicked at 'Failed iterating over actor state: StateTree::for_each not supported on old state trees
We need to find a way of deciding which StateTree version to use in StateTree::new and StateTree::new_from_root.
Other information and links
The text was updated successfully, but these errors were encountered:
Issue summary
StateTree
fromfvm@3
andfvm@4
both supportStateTreeVersion::V5
but are not compatible, when usingStateTree
fromfvm@4
, forest panics during nv18-nv20 state migrationWe need to find a way of deciding which
StateTree
version to use inStateTree::new
andStateTree::new_from_root
.Other information and links
The text was updated successfully, but these errors were encountered: