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
State state(...);
State writer = state.createStateModifyCopy();
< change writer state >
writer.commit( dev::eth::CommitBehaviour::RemoveEmptyAccounts );
writer.mutableHistoricState().saveRootForBlock(1);
writer.mutableHistoricState().setRootByBlockNumber(1);
State sr = state.createStateReadOnlyCopy();
< check that sr.mutableHistoricState() has updated data >
This is detectable only in tests, but it looks like inconsistency
The text was updated successfully, but these errors were encountered:
dimalit
changed the title
State::updateToLatestVersion() does not update historc state
State::updateToLatestVersion() does not update historic state
Sep 26, 2024
This would fail:
This is detectable only in tests, but it looks like inconsistency
The text was updated successfully, but these errors were encountered: