Skip to content

Commit a05fc0b

Browse files
authored
bump versions (#880)
* bump versions * bump anr
1 parent 5e4c5dd commit a05fc0b

File tree

7 files changed

+26
-20
lines changed

7 files changed

+26
-20
lines changed

.github/ISSUE_TEMPLATE/release_checklist.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,23 @@ assignees: ''
77

88
---
99

10-
**Release**
10+
## Release
11+
1112
The release version and a description of the planned changes to be included in the release.
1213

13-
**Issues**
14+
## Issues
15+
1416
Link the major issues planned to be included in the release.
1517

16-
**Documentation**
18+
## Documentation
19+
1720
Link the relevant documentation PRs for this release.
1821

19-
**Checklist**
20-
- [ ] Update version in scripts/versions.sh and plugin/evm/version.go
21-
- [ ] Bump AvalancheGo dependency for RPCChainVM Compatibility
22+
## Checklist
23+
24+
- [ ] Update version in plugin/evm/version.go
25+
- [ ] Bump AvalancheGo dependency in go.mod for RPCChainVM Compatibility
26+
- [ ] Update AvalancheGo dependency in scripts/versions.sh for e2e tests.
2227
- [ ] Add new entry in compatibility.json for RPCChainVM Compatibility
2328
- [ ] Update AvalancheGo compatibility in README
24-
- [ ] Bump cmd/simulator go mod (if needed)
2529
- [ ] Confirm goreleaser job has successfully generated binaries by checking the releases page

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,9 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
4848
[v0.5.1] AvalancheGo@v1.10.1-v1.10.4 (Protocol Version: 26)
4949
[v0.5.2] AvalancheGo@v1.10.1-v1.10.4 (Protocol Version: 26)
5050
[v0.5.3] AvalancheGo@v1.10.5-v1.10.6 (Protocol Version: 27)
51-
[v0.5.4] AvalancheGo@v1.10.9 (Protocol Version: 28)
52-
[v0.5.5] AvalancheGo@v1.10.9 (Protocol Version: 28)
51+
[v0.5.4] AvalancheGo@v1.10.9-v1.10.10 (Protocol Version: 28)
52+
[v0.5.5] AvalancheGo@v1.10.9-v1.10.10 (Protocol Version: 28)
53+
[v0.5.6] AvalancheGo@v1.10.9-v1.10.10 (Protocol Version: 28)
5354
```
5455

5556
## API

compatibility.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"rpcChainVMProtocolVersion": {
3+
"v0.5.6": 28,
34
"v0.5.5": 28,
45
"v0.5.4": 28,
56
"v0.5.3": 27,

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.20
44

55
require (
66
github.com/VictoriaMetrics/fastcache v1.10.0
7-
github.com/ava-labs/avalanche-network-runner v1.7.2-0.20230825150237-723bc7b31724
8-
github.com/ava-labs/avalanchego v1.10.10-rc.4
7+
github.com/ava-labs/avalanche-network-runner v1.7.2
8+
github.com/ava-labs/avalanchego v1.10.10
99
github.com/cespare/cp v0.1.0
1010
github.com/cockroachdb/pebble v0.0.0-20230209160836-829675f94811
1111
github.com/davecgh/go-spew v1.1.1
@@ -55,7 +55,7 @@ require (
5555
github.com/DataDog/zstd v1.5.2 // indirect
5656
github.com/Microsoft/go-winio v0.5.2 // indirect
5757
github.com/NYTimes/gziphandler v1.1.1 // indirect
58-
github.com/ava-labs/coreth v0.12.5-rc.3 // indirect
58+
github.com/ava-labs/coreth v0.12.5-rc.6 // indirect
5959
github.com/beorn7/perks v1.0.1 // indirect
6060
github.com/bits-and-blooms/bitset v1.7.0 // indirect
6161
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ 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/avalanche-network-runner v1.7.2-0.20230825150237-723bc7b31724 h1:ptqFgQtJ5DyLb2lvuvawLJNlvo1A1qv+JXYTneNeg14=
63-
github.com/ava-labs/avalanche-network-runner v1.7.2-0.20230825150237-723bc7b31724/go.mod h1:euKHwZ77sGvGfhVj4v9WPM4jD2b5N80ldE2XHqO7lwA=
64-
github.com/ava-labs/avalanchego v1.10.10-rc.4 h1:1oxQf1boQDliJspfGBqsYsqg91d4F3qiFTnwnp+EruY=
65-
github.com/ava-labs/avalanchego v1.10.10-rc.4/go.mod h1:BN97sZppDSvIMIfEjrLTjdPTFkGLkb0ISJHEcoxMMNk=
66-
github.com/ava-labs/coreth v0.12.5-rc.3 h1:cpmC+fSZMsO4gaFWqXHzAHrJACf05u5HPAYmwh7nmkU=
67-
github.com/ava-labs/coreth v0.12.5-rc.3/go.mod h1:HI+jTIflnDFBd0bledgkgid1Uurwr8q1h7zb3LsFsSo=
62+
github.com/ava-labs/avalanche-network-runner v1.7.2 h1:XFad/wZfYzDnqbLzPAPPRYU3a1Zc8QT8x5dtLTS3lUo=
63+
github.com/ava-labs/avalanche-network-runner v1.7.2/go.mod h1:naLveusSrP7YgTAqRykD1SyLOAUilCp9jGjk3MDxoPI=
64+
github.com/ava-labs/avalanchego v1.10.10 h1:EYX4LVotcfdtIQ0nJSBTcoisubx/Bzk2tM1aP3yiYiw=
65+
github.com/ava-labs/avalanchego v1.10.10/go.mod h1:6UA0nxxTvvpyuCbP2DSzx9+7uWQfQx9DPApK8JptLiE=
66+
github.com/ava-labs/coreth v0.12.5-rc.6 h1:OajGUyKkO5Q82XSuMa8T5UD6QywtCHUiZ4Tv3RFmRBU=
67+
github.com/ava-labs/coreth v0.12.5-rc.6/go.mod h1:s5wVyy+5UCCk2m0Tq3jVmy0UqOpKBDYqRE13gInCJVs=
6868
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=
6969
github.com/benbjohnson/clock v1.3.0 h1:ip6w0uFQkncKQ979AypyG0ER7mqUSBdKLOgAle/AT8A=
7070
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

plugin/evm/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var (
1111
// GitCommit is set by the build script
1212
GitCommit string
1313
// Version is the version of Subnet EVM
14-
Version string = "v0.5.5"
14+
Version string = "v0.5.6"
1515
)
1616

1717
func init() {

scripts/versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# Don't export them as they're used in the context of other calls
4-
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.10.10-rc.4'}
4+
AVALANCHE_VERSION=${AVALANCHE_VERSION:-'v1.10.10'}
55
AVALANCHEGO_VERSION=${AVALANCHEGO_VERSION:-$AVALANCHE_VERSION}
66
GINKGO_VERSION=${GINKGO_VERSION:-'v2.2.0'}
77

0 commit comments

Comments
 (0)