From f57a0c71032b9dffcdcd7f7786425bb767c5d38f Mon Sep 17 00:00:00 2001 From: Flouse <1297478+Flouse@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:00:16 +0800 Subject: [PATCH] chore(gwos-evm): update godwoken-scripts's prebuilt image (#1101) --- gwos-evm/Makefile | 2 +- gwos-evm/polyjuice-tests/fuzz/Makefile | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gwos-evm/Makefile b/gwos-evm/Makefile index 8b62eb1bd..5eafdb703 100644 --- a/gwos-evm/Makefile +++ b/gwos-evm/Makefile @@ -234,7 +234,7 @@ contract/sudt-erc20-proxy: # fetch godwoken-scripts from godwoken-prebuilds image, # including meta-contract and sudt-contract -PREBUILDS := ghcr.io/zeroqn/godwoken-prebuilds:v1.1-feat-change-ckb-decimal-to-18 +PREBUILDS := ghcr.io/godwokenrises/godwoken:v1.14.0 fetch-gw-scripts: mkdir -p build docker run --rm -v `pwd`/build:/build-dir \ diff --git a/gwos-evm/polyjuice-tests/fuzz/Makefile b/gwos-evm/polyjuice-tests/fuzz/Makefile index cd4c0abe1..bc33557a2 100644 --- a/gwos-evm/polyjuice-tests/fuzz/Makefile +++ b/gwos-evm/polyjuice-tests/fuzz/Makefile @@ -39,7 +39,6 @@ LDFLAGS := -Wl,--gc-sections,-rpath,./gw-syscall-simulator/target/debug SANITIZER_FLAGS := -g -O1 -fsanitize=fuzzer,address,undefined,leak -Wno-incompatible-pointer-types LIMIT_ERROR := -ferror-limit=10 -# TODO: read PROTOCOL_VERSION from deps/godwoken-scripts/c/Makefile MOLC := moleculec MOLC_VERSION := $(shell cat $(GW_SCRIPTS)/Makefile | egrep "MOLC_VERSION :=" | awk '{print $$3}')