Skip to content

Commit 894a93b

Browse files
committed
add InitialL1MessageQueueHash and LastL1MessageQueueHash to encoding.Chunk
1 parent edaf5d2 commit 894a93b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

encoding/da.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ type Block struct {
108108
// Chunk represents a group of blocks.
109109
type Chunk struct {
110110
Blocks []*Block `json:"blocks"`
111+
112+
// CodecV7. Used for chunk creation in relayer.
113+
InitialL1MessageQueueHash common.Hash
114+
LastL1MessageQueueHash common.Hash
111115
}
112116

113117
// Batch represents a batch of chunks.

0 commit comments

Comments
 (0)