Skip to content

Commit

Permalink
Merge pull request #322 from yorickdowne/main
Browse files Browse the repository at this point in the history
Besu Bonsai and Teku auto flag
  • Loading branch information
yorickdowne committed Nov 10, 2021
2 parents 4b93fd3 + 33ea7b5 commit 906cdcc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions besu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@ services:
- ${LOG_LEVEL}
- --network
- ${EC_NETWORK}
- --pruning-enabled
# This is going to be the new hawtness but should only be used for testing right now.
# When using this, disable --pruning-enabled.
# - --Xdata-storage-format=BONSAI
- --Xdata-storage-format=BONSAI
eth:
depends_on:
- execution
Expand Down
2 changes: 1 addition & 1 deletion teku-validator-notz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
- --beacon-node-api-endpoint=${CC_NODE}
- --data-path=/var/lib/teku
- --log-destination=CONSOLE
- --network=${NETWORK}
- --network=auto
- --validators-keystore-locking-enabled=true
- --validator-keys=/var/lib/teku/validator-keys:/var/lib/teku/validator-passwords
- --validators-graffiti=${GRAFFITI}
Expand Down
2 changes: 1 addition & 1 deletion teku-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- --beacon-node-api-endpoint=${CC_NODE}
- --data-path=/var/lib/teku
- --log-destination=CONSOLE
- --network=${NETWORK}
- --network=auto
- --validators-keystore-locking-enabled=true
- --validator-keys=/var/lib/teku/validator-keys:/var/lib/teku/validator-passwords
- --validators-graffiti=${GRAFFITI}
Expand Down

0 comments on commit 906cdcc

Please sign in to comment.