Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gwos-evm): update godwoken-scripts's prebuilt image #1101

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gwos-evm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion gwos-evm/polyjuice-tests/fuzz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}')
Expand Down
Loading