File tree Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Expand file tree Collapse file tree 5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "rpcChainVMProtocolVersion" : {
3+ "v0.6.12" : 38 ,
34 "v0.6.11" : 37 ,
45 "v0.6.10" : 37 ,
56 "v0.6.9" : 37 ,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ go 1.22.8
55require (
66 github.com/VictoriaMetrics/fastcache v1.12.1
77 github.com/antithesishq/antithesis-sdk-go v0.3.8
8- github.com/ava-labs/avalanchego v1.11.13-0.20241106174551-4fb3f3c6b195
9- github.com/ava-labs/libevm v1.13.14-0.1.0-rc.1.0.20241126163706-cd51330a5e2e
8+ github.com/ava-labs/avalanchego v1.12.0-initial-poc.9.0.20241129191047-0a4ba1bb7045
9+ github.com/ava-labs/libevm v1.13.14-0.1.0.rc-2
1010 github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233
1111 github.com/davecgh/go-spew v1.1.1
1212 github.com/deckarep/golang-set/v2 v2.1.0
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ github.com/antithesishq/antithesis-sdk-go v0.3.8/go.mod h1:IUpT2DPAKh6i/YhSbt6Gl
6262github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 /go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8 =
6363github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio =
6464github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 /go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs =
65- github.com/ava-labs/avalanchego v1.11.13-0.20241106174551-4fb3f3c6b195 h1:dyf52xlqlA/9SaiCv29oqbitRAYu7L890zK774xDNrE =
66- github.com/ava-labs/avalanchego v1.11.13-0.20241106174551-4fb3f3c6b195 /go.mod h1:eZ/UmH4rDhhgL/FLqtJZYJ7ka73m88RmLrOoAyZFgD4 =
67- github.com/ava-labs/libevm v1.13.14-0.1.0-rc.1.0.20241126163706-cd51330a5e2e h1:WwDl/jyHr4oJ1VYUi+PEu6l05Vcl4rZv1xXJ0vVP1gI =
68- github.com/ava-labs/libevm v1.13.14-0.1.0-rc.1.0.20241126163706-cd51330a5e2e /go.mod h1:yBctIV/wnxXTF38h95943jvpuk4aj07TrjbpoGor6LQ =
65+ github.com/ava-labs/avalanchego v1.12.0-initial-poc.9.0.20241129191047-0a4ba1bb7045 h1:oOR9jYAlNm3FgWWatjCZIeOslLlmmbnCrqAErQDHngk =
66+ github.com/ava-labs/avalanchego v1.12.0-initial-poc.9.0.20241129191047-0a4ba1bb7045 /go.mod h1:tubX8cWRjtVe6s6sm/2xeljfuhEISuJiVzvOiPiXSuI =
67+ github.com/ava-labs/libevm v1.13.14-0.1.0.rc-2 h1:CVbn0hSsPCl6gCkTCnqwuN4vtJgdVbkCqLXzYAE7qF8 =
68+ github.com/ava-labs/libevm v1.13.14-0.1.0.rc-2 /go.mod h1:yBctIV/wnxXTF38h95943jvpuk4aj07TrjbpoGor6LQ =
6969github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible /go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g =
7070github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
7171github.com/beorn7/perks v1.0.1 /go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw =
Original file line number Diff line number Diff line change 1111 // GitCommit is set by the build script
1212 GitCommit string
1313 // Version is the version of Subnet EVM
14- Version string = "v0.6.11 "
14+ Version string = "v0.6.12 "
1515)
1616
1717func init () {
Original file line number Diff line number Diff line change 44# shellcheck disable=SC2034
55
66# Don't export them as they're used in the context of other calls
7- AVALANCHE_VERSION=${AVALANCHE_VERSION:- ' 4fb3f3c6 ' }
7+ AVALANCHE_VERSION=${AVALANCHE_VERSION:- ' 0a4ba1bb ' }
88GINKGO_VERSION=${GINKGO_VERSION:- ' v2.2.0' }
99
1010# This won't be used, but it's here to make code syncs easier
You can’t perform that action at this time.
0 commit comments