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
- When the node starts for the first time, save the hash of genesis in
storage, and assert on every restart that same genesis is used.
- Save the genesis state roots on first start, and don't rebuild the
trie on every restart.
Fixes#3151Fixes#3063
Test plan
---------
existing tests
- When the node starts for the first time, save the hash of genesis in
storage, and assert on every restart that same genesis is used.
- Save the genesis state roots on first start, and don't rebuild the
trie on every restart.
Fixes#3151Fixes#3063
Test plan
---------
existing tests
- When the node starts for the first time, save the hash of genesis in
storage, and assert on every restart that same genesis is used.
- Save the genesis state roots on first start, and don't rebuild the
trie on every restart.
Fixes#3151Fixes#3063
Test plan
---------
existing tests
- When the node starts for the first time, save the hash of genesis in
storage, and assert on every restart that same genesis is used.
- Save the genesis state roots on first start, and don't rebuild the
trie on every restart.
Fixes#3151Fixes#3063
Test plan
---------
existing tests
Discovered in #3065. It's faster after the fix, but we should also not write genesis state again.
The text was updated successfully, but these errors were encountered: