Skip to content

Commit

Permalink
fix: allow empty blocks in aztec chart (#12120)
Browse files Browse the repository at this point in the history
Un-bricks aztec network deployments which had been bricked with the
following while deploying the bot:

![Screenshot 2025-02-19 at
14.49.19.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/RJpsSZ0TcXRNQxCJ6yLa/556c579d-4ab1-4283-a004-923800b5d852.png)
  • Loading branch information
just-mitch authored Feb 19, 2025
1 parent d8b595e commit 2e83891
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spartan/aztec-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ bootNode:
coinbaseAddress: "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
sequencer:
maxSecondsBetweenBlocks: 0
minTxsPerBlock: 1
minTxsPerBlock: 0
validator:
disabled: true
p2p:
Expand Down Expand Up @@ -114,7 +114,7 @@ validator:
logLevel: "debug; info: aztec:simulator, json-rpc"
sequencer:
maxSecondsBetweenBlocks: 0
minTxsPerBlock: 1
minTxsPerBlock: 0
maxTxsPerBlock: 4
enforceTimeTable: true
validator:
Expand Down

0 comments on commit 2e83891

Please sign in to comment.