Skip to content

Commit

Permalink
Merge pull request #394 from ava-labs/dev
Browse files Browse the repository at this point in the history
v0.8.1
  • Loading branch information
StephenButtolph authored Sep 11, 2020
2 parents 7ff4a9d + 737721a commit a789089
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/run_e2e_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bash "./scripts/rebuild_initializer_binary.sh"


TESTING_CONTROLLER_IMAGE="$DOCKER_REPO/avalanche-testing_controller:everest-v0.9.2-dev"
BYZANTINE_IMAGE="$DOCKER_REPO/gecko-byzantine:everest-name-change"
BYZANTINE_IMAGE="$DOCKER_REPO/avalanche-byzantine:testing-ci-stable"

docker pull "$TESTING_CONTROLLER_IMAGE"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.14
require (
github.com/AppsFlyer/go-sundheit v0.2.0
github.com/Microsoft/go-winio v0.4.14
github.com/ava-labs/coreth v0.2.15-rc.2 // indirect
github.com/ava-labs/coreth v0.2.15-rc.4 // indirect
github.com/ava-labs/go-ethereum v1.9.3
github.com/btcsuite/btcutil v1.0.2
github.com/decred/dcrd/dcrec/secp256k1/v3 v3.0.0-20200627015759-01fd2de07837
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ github.com/ava-labs/avalanchego v0.8.0-beta/go.mod h1:quYojL1hu0ue2glUT1ng28kADs
github.com/ava-labs/coreth v0.2.14-rc.1/go.mod h1:Zhb60GFIB7G5AnUCks0Jo4Rezx/EovL8o+z51aBF1A8=
github.com/ava-labs/coreth v0.2.15-rc.2 h1:4aMeRsluvcxngtubJiLfRIj+TkAQJoIO5cuh9uFKVxI=
github.com/ava-labs/coreth v0.2.15-rc.2/go.mod h1:+sK2XGKCNA48uzeHWe4iBzmiOBYmYvnnzLtOkQeQfkk=
github.com/ava-labs/coreth v0.2.15-rc.3 h1:sGmqa3C0eiLlkMFSV8X1AZzSP5t+0+smIA/FeYi1wV0=
github.com/ava-labs/coreth v0.2.15-rc.3/go.mod h1:+sK2XGKCNA48uzeHWe4iBzmiOBYmYvnnzLtOkQeQfkk=
github.com/ava-labs/coreth v0.2.15-rc.4 h1:Fx/QTRC3fgO7lquQSOW1N/Wwd8zbQAh7n3Zcy6qQ3bk=
github.com/ava-labs/coreth v0.2.15-rc.4/go.mod h1:+sK2XGKCNA48uzeHWe4iBzmiOBYmYvnnzLtOkQeQfkk=
github.com/ava-labs/gecko v0.6.1-rc.1 h1:BhWmoDGA0Obs5ZbEdpNqw/3rx9ZMPmjcZu1oD+yySLY=
github.com/ava-labs/gecko v0.6.1-rc.1/go.mod h1:TT6uA1BETZpVMR0xiFtE8I5Mv4DULlS+lAL3xuYKnpA=
github.com/ava-labs/go-ethereum v1.9.3 h1:GmnMZ/dlvVAPFmWBzEpRJX49pUAymPfoASLNRJqR0AY=
Expand Down
2 changes: 1 addition & 1 deletion node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var (
genesisHashKey = []byte("genesisID")

// Version is the version of this code
Version = version.NewDefaultVersion(constants.PlatformName, 0, 8, 0)
Version = version.NewDefaultVersion(constants.PlatformName, 0, 8, 1)
versionParser = version.NewDefaultParser()
)

Expand Down
2 changes: 1 addition & 1 deletion scripts/build_coreth.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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="0.2.15-rc.2" # Should match coreth version in go.mod
CORETH_VER="0.2.15-rc.4" # Should match coreth version in go.mod
CORETH_PATH="$GOPATH/pkg/mod/github.com/ava-labs/coreth@v$CORETH_VER"

if [[ $# -eq 2 ]]; then
Expand Down

0 comments on commit a789089

Please sign in to comment.