From 7eb95f061c55c90f74c9ffb24655b169ce9acfca Mon Sep 17 00:00:00 2001 From: Flouse Date: Tue, 7 Jun 2022 21:35:40 +0800 Subject: [PATCH] Bump POLYJUICE_VERSION to 0.8.14 --- c/polyjuice_globals.h | 2 +- devtools/ci/integration-test.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/c/polyjuice_globals.h b/c/polyjuice_globals.h index 9c21e969..d461c7cb 100644 --- a/c/polyjuice_globals.h +++ b/c/polyjuice_globals.h @@ -1,7 +1,7 @@ #ifndef POLYJUICE_GLOBALS_H #define POLYJUICE_GLOBALS_H -#define POLYJUICE_VERSION "v0.8.13" +#define POLYJUICE_VERSION "v0.8.14" #define POLYJUICE_SHORT_ADDR_LEN 20 /* 32 + 4 + 20 */ #define SCRIPT_ARGS_LEN 56 diff --git a/devtools/ci/integration-test.sh b/devtools/ci/integration-test.sh index e4104d42..c6d1ec23 100644 --- a/devtools/ci/integration-test.sh +++ b/devtools/ci/integration-test.sh @@ -15,8 +15,8 @@ else git clone --depth=1 https://github.com/nervosnetwork/godwoken.git $GODWOKEN_DIR fi cd $GODWOKEN_DIR -# https://github.com/nervosnetwork/godwoken/tree/0.10 -git fetch origin 0.10 +# https://github.com/nervosnetwork/godwoken/commits/0.10-rc +git fetch origin 0.10-rc git checkout FETCH_HEAD git submodule update --init --recursive --depth=1