Skip to content

Commit

Permalink
Merge pull request #34 from huyngopt1994/fix/fix-missing-passing-para…
Browse files Browse the repository at this point in the history
…m-generate-bls-proof

fix: add missing param GENERATE_BLS_PROOF
  • Loading branch information
phuctd95 authored Sep 13, 2024
2 parents 9a032a4 + 81c7bfb commit 1b8b195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/validators/setup/mainnet/run-combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ For more information, see [Generate keys](../generate-keys.md).
- ENABLE_FAST_FINALITY=${ENABLE_FAST_FINALITY}
- ENABLE_FAST_FINALITY_SIGN=${ENABLE_FAST_FINALITY_SIGN}
- BLS_SHOW_PRIVATE_KEY=${BLS_SHOW_PRIVATE_KEY}
- GENERATE_BLS_PROOF=${GENERATE_BLS_PROOF}
db:
image: postgres:14.3
restart: always
Expand Down
1 change: 1 addition & 0 deletions docs/validators/setup/mainnet/run-validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Generate a private key for your validator node. For more information, see [Gener
- ENABLE_FAST_FINALITY=${ENABLE_FAST_FINALITY}
- ENABLE_FAST_FINALITY_SIGN=${ENABLE_FAST_FINALITY_SIGN}
- BLS_SHOW_PRIVATE_KEY=${BLS_SHOW_PRIVATE_KEY}
- GENERATE_BLS_PROOF=${GENERATE_BLS_PROOF}
```

This compose file defines the `node` service that pulls a Ronin node image from the GitHub Container Registry.
Expand Down
1 change: 1 addition & 0 deletions docs/validators/setup/testnet/run-combined.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ For more information, see [Generate keys](../generate-keys.md).
- ENABLE_FAST_FINALITY=${ENABLE_FAST_FINALITY}
- ENABLE_FAST_FINALITY_SIGN=${ENABLE_FAST_FINALITY_SIGN}
- BLS_SHOW_PRIVATE_KEY=${BLS_SHOW_PRIVATE_KEY}
- GENERATE_BLS_PROOF=${GENERATE_BLS_PROOF}
db:
image: postgres:14.3
restart: always
Expand Down

0 comments on commit 1b8b195

Please sign in to comment.