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
In turbo-token we'll only need nonce and balance. To keep "compatibility" with eth1 (e.g. same state root hashes), we nevertheless consider the account to have a stateRoot and a codeHash. But since they're usually default values, they can be set to 0 or come with a flag, to reduce block data.
The text was updated successfully, but these errors were encountered:
This would reduce data size, but come at the cost of speed. The EE would have to add the default values for stateRoot and codeHash to the account and re-encode to be able to verify the proof.
In turbo-token we'll only need
nonce
andbalance
. To keep "compatibility" with eth1 (e.g. same state root hashes), we nevertheless consider the account to have astateRoot
and acodeHash
. But since they're usually default values, they can be set to 0 or come with a flag, to reduce block data.The text was updated successfully, but these errors were encountered: