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
Fixes#4844.
Purges calldata hash and txs hash to replace both with txs effects hash.
Also moves the compute tx effects hash function from the base rollup and
into the components as was the intention.
With the changes for message boxed related to #4492, we no longer just have one commitment to data.
To improve clarity, the current
calldataHash
is replaced withtxs_effects_hash
(formerly known astxs_hash
).Furthermore, some of the hashing functionality of the L2Block is now stale and unused, and therefore be removed.
Look for "TODO(#4844)" in the codebase.
The text was updated successfully, but these errors were encountered: