From 5387b4a137effba3388b9532d60cb94dc01c548d Mon Sep 17 00:00:00 2001 From: canonbrother Date: Tue, 30 May 2023 20:25:55 +0800 Subject: [PATCH] pretty print defid --- .github/workflows/tests-evm-rpc.yaml | 33 +++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests-evm-rpc.yaml b/.github/workflows/tests-evm-rpc.yaml index 9dae98e1e8..e0d1f6c7c8 100644 --- a/.github/workflows/tests-evm-rpc.yaml +++ b/.github/workflows/tests-evm-rpc.yaml @@ -50,7 +50,38 @@ jobs: - name: Run defid node run: | - RUST_LOG=debug ./build/src/defid -daemon -debug=rpc -printtoconsole -regtest -masternode_operator=mswsMVsyGMj1FzDMbbxw2QW3KvQAv2FKiy -masternode_owner=mwsZw8nF7pKxWH8eoKL9tPxTpaFkz7QeLU -dummypos=0 -txnotokens=0 -amkheight=50 -bayfrontheight=51 -eunosheight=80 -fortcanningheight=82 -fortcanninghillheight=84 -fortcanningroadheight=86 -fortcanningcrunchheight=88 -fortcanningspringheight=90 -fortcanninggreatworldheight=94 -fortcanningepilogueheight=96 -grandcentralheight=101 -nextnetworkupgradeheight=105 -subsidytest=1 -txindex=1 + ./build/src/defid + -regtest + -daemon + -debug=rpc + -printtoconsole + -rpcallowip=0.0.0.0/0 + -rpcbind=0.0.0.0 + -masternode_operator=mswsMVsyGMj1FzDMbbxw2QW3KvQAv2FKiy + -masternode_operator=mps7BdmwEF2vQ9DREDyNPibqsuSRZ8LuwQ + -masternode_operator=bcrt1qmfvw3dp3u6fdvqkdc0y3lr0e596le9cf22vtsv + -masternode_operator=bcrt1qurwyhta75n2g75u2u5nds9p6w9v62y8wr40d2r + -dummypos=0 + -subsidytest=1 + -txnotokens=0 + -txindex=1 + -amkheight=0 + -bayfrontheight=1 + -clarkequayheight=3 + -dakotaheight=4 + -dakotacrescentheight=5 + -eunosheight=6 + -eunospayaheight=7 + -fortcanningheight=8 + -fortcanningmuseumheight=9 + -fortcanninghillheight=10 + -fortcanningroadheight=11 + -fortcanningcrunchheight=12 + -fortcanningspringheight=13 + -fortcanninggreatworldheight=14 + -fortcanningepilogueheight=15 + -grandcentralheight=16 + -nextnetworkupgradeheight=17 - name: Push fixtures run: |