From 755fb7efa43294e55f268e21055b4ae49b127612 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Wed, 13 Jan 2021 11:33:38 -0500 Subject: [PATCH 1/2] Bump coreth to v0.3.19-rc.1 --- scripts/build_coreth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_coreth.sh b/scripts/build_coreth.sh index 2c00534c64d9..be2960073f1a 100755 --- a/scripts/build_coreth.sh +++ b/scripts/build_coreth.sh @@ -13,7 +13,7 @@ BUILD_DIR="$AVALANCHE_PATH/build" # Where binaries go PLUGIN_DIR="$BUILD_DIR/plugins" # Where plugin binaries (namely coreth) go BINARY_PATH="$PLUGIN_DIR/evm" -CORETH_VER="v0.3.18" +CORETH_VER="v0.3.19-rc.1" CORETH_PATH="$GOPATH/pkg/mod/github.com/ava-labs/coreth@$CORETH_VER" From 266a54cf63b7c960b4ebfb97d685d5d85d395892 Mon Sep 17 00:00:00 2001 From: Aaron Buchwald Date: Fri, 15 Jan 2021 13:46:15 -0500 Subject: [PATCH 2/2] Bump to coreth v0.3.19 --- scripts/build_coreth.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_coreth.sh b/scripts/build_coreth.sh index be2960073f1a..c64bf627e666 100755 --- a/scripts/build_coreth.sh +++ b/scripts/build_coreth.sh @@ -13,7 +13,7 @@ BUILD_DIR="$AVALANCHE_PATH/build" # Where binaries go PLUGIN_DIR="$BUILD_DIR/plugins" # Where plugin binaries (namely coreth) go BINARY_PATH="$PLUGIN_DIR/evm" -CORETH_VER="v0.3.19-rc.1" +CORETH_VER="v0.3.19" CORETH_PATH="$GOPATH/pkg/mod/github.com/ava-labs/coreth@$CORETH_VER"