Skip to content

Commit

Permalink
Wait for pubkey to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
hmzakhalid committed Oct 1, 2024
1 parent d5e99e6 commit 43453c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/basic_integration/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ ENCODED_PARAMS=0x$($SCRIPT_DIR/lib/pack_e3_params.sh --moduli 0x3FFFFFFF000001 -

yarn committee:new --network localhost --duration 4 --e3-params "$ENCODED_PARAMS"

sleep 4 # wait for public key to be published by aggregator

waiton "$SCRIPT_DIR/output/pubkey.bin"
PUBLIC_KEY=$(xxd -p -c 10000000 "$SCRIPT_DIR/output/pubkey.bin")

Expand Down

0 comments on commit 43453c1

Please sign in to comment.