From 5e2f176a66bda6e17968b31637b9ac237398ac14 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 2 May 2019 13:43:21 +0100 Subject: [PATCH] use newer runevm --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 2253dec82..a38097f2f 100644 --- a/circle.yml +++ b/circle.yml @@ -171,7 +171,7 @@ defaults: name: "Run evm2wasm state tests (using runevm contract)" command: | curl -o /tmp/runevm.wasm -L https://github.com/axic/runevm/releases/download/0.1.0-alpha2/runevm.wasm - test "$(shasum /tmp/runevm.wasm)" = "c88542cc4b3c879d63dde10652d621b13d01ad6c /tmp/runevm.wasm" + test "$(shasum /tmp/runevm.wasm)" = "f9c11823f34bc2910bfa457342e3d6d00801ea5f /tmp/runevm.wasm" if [[ $PRELOAD_ASAN ]]; then export LD_PRELOAD=/usr/lib/clang/8/lib/linux/libclang_rt.asan-x86_64.so; fi testeth --version testeth -t GeneralStateTests/stExample -- --testpath tests --vm ~/build/src/libhera.so --singlenet Byzantium --evmc evm1mode=runevm --evmc sys:runevm=/tmp/runevm.wasm