We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8144b39 commit e7b09cbCopy full SHA for e7b09cb
block/internal/syncing/da_retriever.go
@@ -37,8 +37,8 @@ type DARetriever struct {
37
namespaceBz []byte
38
namespaceDataBz []byte
39
40
- // transient cache, lost on restart, but this is ok
41
- // because da height only updated when new blocks are processed.
+ // transient cache, only full event need to be passed to the syncer
+ // on restart, will be refetch as da height is updated by syncer
42
pendingHeaders map[uint64]*types.SignedHeader
43
pendingData map[uint64]*types.Data
44
headerDAHeights map[uint64]uint64
0 commit comments