Skip to content

Commit 95595e3

Browse files
authored
Merge pull request #106 from Layr-Labs/ethenotethan--chore-eigenda-message-check-in-reader
chore: eigenda message check in reader if reader not found in `dapReaders`
2 parents 1306a63 + 5a66ba6 commit 95595e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arbstate/inbox.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ func parseSequencerMessage(ctx context.Context, batchNum uint64, batchBlockHash
104104
}
105105

106106
if !foundDA {
107+
if daprovider.IsEigenDAMessageHeaderByte(payload[0]) {
108+
log.Error("No EigenDA Reader configured, but sequencer message found with EigenDA header")
109+
}
107110
if daprovider.IsDASMessageHeaderByte(payload[0]) {
108111
log.Error("No DAS Reader configured, but sequencer message found with DAS header")
109112
} else if daprovider.IsBlobHashesHeaderByte(payload[0]) {

0 commit comments

Comments
 (0)