@@ -28,14 +28,14 @@ const (
2828)
2929
3030// Below is the encoding format for BlobEnvelopeV7.
31- // * Field Bytes Type Index Comments
32- // * version 1 uint8 0 The version of the DA codec (batch/blob)
33- // * n_bytes[1] 1 uint8 1 Value denoting the number of bytes, n_bytes[1]*256^2
34- // * n_bytes[2] 1 uint8 2 Value denoting the number of bytes, n_bytes[2]*256
35- // * n_bytes[3] 1 uint8 3 Value denoting the number of bytes, n_bytes[3]
36- // * flag 1 bool 4 1-byte flag to denote zstd-encoded/raw bytes
37- // * payload N bytes 5 Possibly zstd-encoded payload bytes
38- // * padding (4096*31 - (N+5)) bytes N+5 Padding to align to 4096*31 bytes
31+ // * Field Bytes Type Index Comments
32+ // * version 1 uint8 0 The version of the DA codec (batch/blob)
33+ // * n_bytes[1] 1 uint8 1 Value denoting the number of bytes, n_bytes[1]*256^2
34+ // * n_bytes[2] 1 uint8 2 Value denoting the number of bytes, n_bytes[2]*256
35+ // * n_bytes[3] 1 uint8 3 Value denoting the number of bytes, n_bytes[3]
36+ // * flag 1 bool 4 1-byte flag to denote zstd-encoded/raw bytes
37+ // * payload N bytes 5 Possibly zstd-encoded payload bytes
38+ // * padding (4096*31 - (N+5)) bytes N+5 Padding to align to 4096*31 bytes
3939
4040const (
4141 blobEnvelopeV7OffsetVersion = 0
@@ -45,7 +45,7 @@ const (
4545)
4646
4747// Below is the encoding for blobPayloadV7.
48- // * Field Bytes Type Index Comments
48+ // * Field Bytes Type Index Comments
4949// * initialL1MessageIndex 8 uint64 0 Queue index of the first L1 message contained in this batch
5050// * initialL1MessageQueueHash 32 bytes32 8 Hash of the L1 message queue at the last message in the previous batch
5151// * lastL1MessageQueueHash 32 bytes32 40 Hash of the L1 message queue at the last message in this batch
0 commit comments