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
Copy file name to clipboardExpand all lines: l1-contracts/src/core/libraries/compressed-data/BlockLog.sol
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,34 @@ import {Slot} from "@aztec/shared/libraries/TimeMath.sol";
15
15
* @param archive - Archive tree root of the block
16
16
* @param headerHash - Hash of the proposed block header
17
17
* @param blobCommitmentsHash - H(...H(H(commitment_0), commitment_1).... commitment_n) - used to validate we are using the same blob commitments on L1 and in the rollup circuit
18
+
* @param attestationsHash - Hash of the attestations for this block
19
+
* @param payloadDigest - Digest of the proposal payload that was attested to
0 commit comments