As of Geth 1.14, state storage defaults to --state.scheme=path mode for new DBs. This doesn't yet support archiving, so for now we need to explicitly use the old hash scheme.
As of [Geth 1.14](https://github.com/ethereum/go-ethereum/releases/tag/v1.14.0), state storage defaults to `--state.scheme=path` mode for new DBs. This doesn't yet support archiving, so for now we need to explicitly use the old `hash` scheme.
dboreham
was assigned by roysc2024-06-24 14:05:53 +00:00
telackey
was assigned by roysc2024-06-24 14:05:53 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
As of Geth 1.14, state storage defaults to
--state.scheme=pathmode for new DBs. This doesn't yet support archiving, so for now we need to explicitly use the oldhashscheme.