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
Hi, from https://github.com/ethereum/go-ethereum/releases/tag/v1.13.0, it mentioned that The new database model is optional for now (you need to enable it via --state.scheme=path) and does require resyncing the state, , what does the require resyncing the state means? Resyncing from the genesis block or I just need to modify the configuration to set --state.scheme=path and the node will do the resycing work automatically?
What about the old data before I set --state.scheme=path?