Skip to content

Commit c316e95

Browse files
authored
Merge branch 'main' into VERSION-FILE-1.7.5
2 parents 92de75b + c26437b commit c316e95

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/ava-labs/avalanche-network-runner
33
go 1.20
44

55
require (
6-
github.com/ava-labs/avalanchego v1.10.18
7-
github.com/ava-labs/coreth v0.12.10-rc.5
6+
github.com/ava-labs/avalanchego v1.11.0-rc.1
7+
github.com/ava-labs/coreth v0.12.11-rc.2
88
github.com/ethereum/go-ethereum v1.12.0
99
github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.2
1010
github.com/onsi/ginkgo/v2 v2.13.1

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156 h1:eMwmnE/GDgah
5959
github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM=
6060
github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY=
6161
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
62-
github.com/ava-labs/avalanchego v1.10.18 h1:ErJ+SJBtN9tVqk3OPRXffpf+MWeQnNZJlBNWQIgAg8A=
63-
github.com/ava-labs/avalanchego v1.10.18/go.mod h1:wqmokVcLXE+9Nfa8wHdGJtjEW35acVf8rkraSZPVBA4=
64-
github.com/ava-labs/coreth v0.12.10-rc.5 h1:FMVvXHssvMQ3Eade7i85Wsx9tuD3kUOFMG8ktHeDTp8=
65-
github.com/ava-labs/coreth v0.12.10-rc.5/go.mod h1:a58HbIBc9jscGc3aL8e7JuG8RfhBBOm63waq1q0YM+U=
62+
github.com/ava-labs/avalanchego v1.11.0-rc.1 h1:nmA2kTh4GPVtDdukonQG0xAXUY0KhdVfJMwEPzw7ICU=
63+
github.com/ava-labs/avalanchego v1.11.0-rc.1/go.mod h1:1z/GGtH/p70ai+KjSdEudNziiQ5yKIC2XTlcDIkD56w=
64+
github.com/ava-labs/coreth v0.12.11-rc.2 h1:roDTUOuTLoku4FYr7icHh2IMkxk2GRAqUocGZCXh2Mw=
65+
github.com/ava-labs/coreth v0.12.11-rc.2/go.mod h1:YEYzy0l/7ig9gKV2P9yxzucnIml1TUa4L8foGQ15KO0=
6666
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
6767
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
6868
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=

scripts/tests.e2e.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ fi
1313
ANR_PATH=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
1414

1515
# this avago and subnet-evm versions must have compatibility at rpc protocol level
16-
DEFAULT_VERSION_1=v1.10.17
17-
DEFAULT_SUBNET_EVM_VERSION=v0.5.10
16+
DEFAULT_VERSION_1=v1.10.19
17+
DEFAULT_SUBNET_EVM_VERSION=v0.5.11
1818

1919
# used standalone, without interaction with subnet-evm, no compatibility needed
2020
DEFAULT_VERSION_2=v1.10.18

0 commit comments

Comments
 (0)