Skip to content

Commit

Permalink
Increase hotshot transaction limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe committed Dec 17, 2024
1 parent da2c706 commit 9000e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arbnode/transaction_streamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,7 @@ func (s *TransactionStreamer) Start(ctxIn context.Context) error {
return stopwaiter.CallIterativelyWith[struct{}](&s.StopWaiterSafe, s.executeMessages, s.newMessageNotifier)
}

const ESPRESSO_TRANSACTION_SIZE_LIMIT int = 10 * 1024
const ESPRESSO_TRANSACTION_SIZE_LIMIT int = 900 * 1024
const MAX_ATTESTATION_QUOTE_SIZE int = 4 * 1024

func (t *TransactionStreamer) buildHotShotPayload(msgs *[]arbostypes.MessageWithMetadata, submittedTxnPos []arbutil.MessageIndex) (espressoTypes.Bytes, int) {
Expand Down

0 comments on commit 9000e9c

Please sign in to comment.