@@ -199,8 +199,8 @@ test-dyn-comm: build_release_until build-test-utils
199
199
- -spawn " 1:anvil --port 8545" \
200
200
- -run " 2:sleep 2" \
201
201
- -run " 3:scripts/deploy-test-contract" \
202
- - -spawn " 4:target/release/run-committee --configs test-configs/c0/ --committee 0" \
203
- - -run " 5:target/release/mkconfig -n 3 \
202
+ - -spawn " 4:target/release/run-committee --configs test-configs/c0/ --committee 0 --until 1600 " \
203
+ - -run " 5:target/release/mkconfig -n 4 \
204
204
--public-addr 127.0.0.1:9000 \
205
205
--internal-addr 127.0.0.1:9003 \
206
206
--http-api 127.0.0.1:9004 \
@@ -213,27 +213,27 @@ test-dyn-comm: build_release_until build-test-utils
213
213
--timestamp `just now-plus-20s` \
214
214
--stamp-dir /tmp \
215
215
--output test-configs/c1" \
216
- - -run " 6:target/release/register \
216
+ - -run " 6:sleep 8" \
217
+ - -run " 7:target/release/register \
217
218
-u http://localhost:8545 \
218
219
-k 0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35 \
219
- -c test-configs/c1 /committee.toml" \
220
- - -run " 7:sleep 8 " \
220
+ -c test-configs/c0 /committee.toml \
221
+ -a threshold-enc-key " \
221
222
- -run " 8:target/release/register \
222
223
-u http://localhost:8545 \
223
224
-k 0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35 \
224
- -c test-configs/c0/committee.toml \
225
- -a threshold-enc-key" \
225
+ -c test-configs/c1/committee.toml" \
226
226
- -spawn " 9:target/release/yapper \
227
227
--keyset-file test-configs/c1/committee.toml \
228
228
--parent-url http://localhost:8545 \
229
229
--key-manager-contract 0x2bbf15bc655c4cc157b769cfcb1ea9924b9e1a35" \
230
230
target/ release/ run-committee -- \
231
231
- -configs test-configs/ c1/ \
232
232
- -committee 1 \
233
- - -until 500 \
233
+ - -until 2000 \
234
234
- -required-decrypt-rounds 3
235
235
236
- # portable calculation of now() + 20s in "%Y-%m-%dT%H:%M:%SZ" format
236
+ # portable calculation of now() + 12s in "%Y-%m-%dT%H:%M:%SZ" format
237
237
[private ]
238
238
now-plus-20s :
239
- @ python3 -c ' from datetime import datetime, timedelta, timezone; print((datetime.now(timezone.utc)+timedelta(seconds=20)).strftime("%Y-%m-%dT%H:%M:%SZ"))'
239
+ @ python3 -c ' from datetime import datetime, timedelta, timezone; print((datetime.now(timezone.utc)+timedelta(seconds=20)).strftime("%Y-%m-%dT%H:%M:%SZ"))'
0 commit comments