|
53 | 53 |
|
54 | 54 | ci_local:
|
55 | 55 | just build && just lint && just test_ci --release && \
|
56 |
| - just run_demo -s /tmp/stamp --ignore-stamp --yapper -c test-configs/c0 && \ |
| 56 | + just run_demo --ignore-stamp --yapper -c test-configs/c0 && \ |
57 | 57 | just run_sailfish_demo && just build_docker
|
58 | 58 |
|
59 | 59 | bacon: clippy check fmt
|
@@ -91,38 +91,44 @@ mkconfig NUM_NODES DATETIME *ARGS:
|
91 | 91 | cargo run --bin mkconfig -- -n {{NUM_NODES}} \
|
92 | 92 | --public-addr "127.0.0.1:8000" \
|
93 | 93 | --internal-addr "127.0.0.1:8003" \
|
| 94 | + --http-api "127.0.0.1:8004" \ |
94 | 95 | --chain-namespace 10101 \
|
95 | 96 | --parent-rpc-url "http://127.0.0.1:8545" \
|
96 | 97 | --parent-chain-id 31337 \
|
97 | 98 | --parent-ibox-contract "0xa0f3a1a4e2b2bcb7b48c8527c28098f207572ec1" \
|
98 | 99 | --key-manager-contract "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35" \
|
99 | 100 | --timestamp {{DATETIME}} \
|
| 101 | + --stamp-dir "/tmp" \ |
100 | 102 | --output "test-configs/c0" {{ARGS}}
|
101 | 103 |
|
102 | 104 | mkconfig_docker DATETIME *ARGS:
|
103 | 105 | cargo run --bin mkconfig -- -n 5 \
|
104 | 106 | --public-addr "172.20.0.2:8000" \
|
105 | 107 | --internal-addr "172.20.0.2:8003" \
|
| 108 | + --http-api "172.20.0.2:8004" \ |
106 | 109 | --mode "increment-address" \
|
107 | 110 | --chain-namespace 10101 \
|
108 | 111 | --parent-rpc-url "http://127.0.0.1:8545" \
|
109 | 112 | --parent-chain-id 31337 \
|
110 | 113 | --parent-ibox-contract "0xa0f3a1a4e2b2bcb7b48c8527c28098f207572ec1" \
|
111 | 114 | --key-manager-contract "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35" \
|
112 | 115 | --timestamp {{DATETIME}} \
|
| 116 | + --stamp-dir "/tmp" \ |
113 | 117 | --output "test-configs/docker" {{ARGS}}
|
114 | 118 |
|
115 | 119 | mkconfig_nitro DATETIME *ARGS:
|
116 | 120 | cargo run --bin mkconfig -- -n 2 \
|
117 | 121 | --public-addr "127.0.0.1:8000" \
|
118 | 122 | --internal-addr "127.0.0.1:8003" \
|
| 123 | + --http-api "127.0.0.1:8004" \ |
119 | 124 | --nitro-addr "localhost:55000" \
|
120 | 125 | --chain-namespace 412346 \
|
121 | 126 | --parent-rpc-url "http://127.0.0.1:8545" \
|
122 | 127 | --parent-chain-id 1337 \
|
123 | 128 | --parent-ibox-contract "0xa0f3a1a4e2b2bcb7b48c8527c28098f207572ec1" \
|
124 | 129 | --key-manager-contract "0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35" \
|
125 | 130 | --timestamp {{DATETIME}} \
|
| 131 | + --stamp-dir "/tmp" \ |
126 | 132 | --output "test-configs/nitro-ci-committee" {{ARGS}}
|
127 | 133 |
|
128 | 134 | verify_blocks *ARGS:
|
|
0 commit comments