File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,19 +68,20 @@ jobs:
6868
6969 - name : Generate minimal config via CLI
7070 run : |
71- npx quorum-genesis-tool \
72- --consensus qbft \
73- --chainID 400 \
74- --blockperiod 5 \
75- --requestTimeout 10 \
76- --epochLength 30000 \
77- --difficulty 1 \
78- --gasLimit 0xFFFFFF \
79- --coinbase 0x0000000000000000000000000000000000000000 \
80- --validators 1 \
81- --members 0 \
82- --bootnodes 0 \
83- --outputPath ./test-output
71+ ls /home/runner/work/quorum-genesis-tool/quorum-genesis-tool/build/templates/
72+ # npx quorum-genesis-tool \
73+ # --consensus qbft \
74+ # --chainID 400 \
75+ # --blockperiod 5 \
76+ # --requestTimeout 10 \
77+ # --epochLength 30000 \
78+ # --difficulty 1 \
79+ # --gasLimit 0xFFFFFF \
80+ # --coinbase 0x0000000000000000000000000000000000000000 \
81+ # --validators 1 \
82+ # --members 0 \
83+ # --bootnodes 0 \
84+ # --outputPath ./test-output
8485
8586 - name : Verify expected artifacts exist
8687 shell : bash
You can’t perform that action at this time.
0 commit comments