Skip to content

Commit

Permalink
clients/erigon: Increase allowed blobcount in remote txs (#890)
Browse files Browse the repository at this point in the history
Increase allowed blobcount in remote txs

Erigon now has a built-in spam protector for blob txs, this flag would increase the count of allowed blobs per account from the default 48 to a 1000
  • Loading branch information
somnathb1 committed Sep 27, 2023
1 parent 057bebf commit ce8d525
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clients/erigon/erigon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ fi
FLAGS="$FLAGS --http --http.addr=0.0.0.0 --http.api=admin,debug,eth,net,txpool,web3"
FLAGS="$FLAGS --ws"

# Increase blob slots for tests
FLAGS="$FLAGS --txpool.blobslots=1000"

if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then
JWT_SECRET="0x7365637265747365637265747365637265747365637265747365637265747365"
echo -n $JWT_SECRET > /jwt.secret
Expand Down

0 comments on commit ce8d525

Please sign in to comment.