Skip to content

Commit

Permalink
fix: Add config processing invariant which enforces that 4844 must be…
Browse files Browse the repository at this point in the history
… disabled w/ eigenda unless failover is set - exit 1
  • Loading branch information
epociask committed Dec 5, 2024
1 parent 32a9add commit 33df6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/nitro/nitro.go
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ func mainImpl() int {

if !nodeConfig.Node.BatchPoster.EnableEigenDAFailover && nodeConfig.Node.Dangerous.DisableBlobReader {
log.Error("4844 must be disabled if using EigenDA without failover enabled")
return 1
}
}
// If sequencer is enabled, validate MaxTxDataSize to be at least 5kB below the batch poster's MaxSize to allow space for headers and such.
Expand Down

0 comments on commit 33df6dd

Please sign in to comment.