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
Replace execution state hash with zeroes in high epochs (#4824)
## Motivation
Hashing gets slow when the execution state grows to large sizes.
## Proposal
Temporarily - for testnet only - skip the computation of the execution
state hash and return zeroes in high epochs (>20 in this PR).
## Test Plan
CI
## Release Plan
- Release a new SDK
- Update all validators
- Move to epoch 20 once that's done
## Links
- [reviewer
checklist](https://github.com/linera-io/linera-protocol/blob/main/CONTRIBUTING.md#reviewer-checklist)
0 commit comments