From 4b5d6dd3e1ba21e544ef05c551b7ce1cbeddfac1 Mon Sep 17 00:00:00 2001 From: John Chase <68833933+joohhnnn@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:28:50 +0800 Subject: [PATCH] chore(repo): add `solc` download check suite for `PlonkVerifier` compilation (#381) Co-authored-by: David --- integration_test/nodes/init.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration_test/nodes/init.sh b/integration_test/nodes/init.sh index d5748ce5a..6f57b2513 100755 --- a/integration_test/nodes/init.sh +++ b/integration_test/nodes/init.sh @@ -7,6 +7,9 @@ DIR=$( pwd ) +# Download solc for PlonkVerifier +$TAIKO_MONO_DIR/packages/protocol/script/download_solc.sh + echo "Starting testnet..." docker compose -f $TESTNET_CONFIG down -v --remove-orphans &>/dev/null