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
The storage weights of all chains should be updated before a release. This means to:
Warp sync nodes for each chain to head
Stop the node
Run polkadot benchmark storage --state-version <int> -d <dir>
And then commit the files back upstream. Sadly it would need to be done twice - once for rocks and once for parity db.
In the future, the benchmarking should support to insert the state from a state snapshot.
The text was updated successfully, but these errors were encountered:
The storage weights of all chains should be updated before a release. This means to:
polkadot benchmark storage --state-version <int> -d <dir>
And then commit the files back upstream. Sadly it would need to be done twice - once for rocks and once for parity db.
In the future, the benchmarking should support to insert the state from a state snapshot.
The text was updated successfully, but these errors were encountered: