Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Bump POLYJUICE_VERSION to 0.8.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse committed Jun 8, 2022
1 parent 2767d2e commit 7eb95f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion c/polyjuice_globals.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions devtools/ci/integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7eb95f0

Please sign in to comment.