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
Continuing on from #3333, we want to use the Accounts Lt Hash as the snapshot hash.
Currently snapshots use the merkle-based accounts hash for the snapshot hash. This requires performing a very expensive calculation for every snapshot. Since we have the accounts lt hash, which is a hash of all the accounts, we can use that for the snapshot hash instead, and thus bypass needing to calculate the merkle-based accounts hash.
This feature gate does the following:
Uses the accounts lt hash as the snapshot hash
Bypasses the merkle-based accounts hash calculation for snapshots
Feature ID
LTsNAP8h1voEVVToMNBNqoiNQex4aqfUrbFhRH3mSQ2
Activation Method
Single Core Contributor
Deployment Considerations
#3333 must be activated first. This ensures that validators are able to calculate and verify the underlying accounts lt hash.
Minimum Beta Version
No response
Minimum Stable Version
No response
Testnet Activation Epoch
No response
Devnet Activation Epoch
No response
Mainnet-Beta Activation Epoch
No response
The text was updated successfully, but these errors were encountered:
SIMD
TODO
Description
Continuing on from #3333, we want to use the Accounts Lt Hash as the snapshot hash.
Currently snapshots use the merkle-based accounts hash for the snapshot hash. This requires performing a very expensive calculation for every snapshot. Since we have the accounts lt hash, which is a hash of all the accounts, we can use that for the snapshot hash instead, and thus bypass needing to calculate the merkle-based accounts hash.
This feature gate does the following:
Feature ID
LTsNAP8h1voEVVToMNBNqoiNQex4aqfUrbFhRH3mSQ2
Activation Method
Single Core Contributor
Deployment Considerations
#3333 must be activated first. This ensures that validators are able to calculate and verify the underlying accounts lt hash.
Minimum Beta Version
No response
Minimum Stable Version
No response
Testnet Activation Epoch
No response
Devnet Activation Epoch
No response
Mainnet-Beta Activation Epoch
No response
The text was updated successfully, but these errors were encountered: