Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 7abb4c6

Browse files
authored
chore: release v0.7.5 (#1609)
1 parent 53f5d2a commit 7abb4c6

7 files changed

Lines changed: 16 additions & 15 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
shell: bash
158158
run: ./scripts/build.sh
159159
- name: Run Warp E2E Tests
160-
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@7d555eacf60871820021beca32ddd859a026ab73
160+
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@092cf182dd92b66a8ab882b657d3ae52b174c913
161161
with:
162162
run: ./scripts/run_ginkgo_warp.sh
163163
run_env: AVALANCHEGO_BUILD_PATH=/tmp/e2e-test/avalanchego
@@ -185,7 +185,7 @@ jobs:
185185
shell: bash
186186
run: ./scripts/build.sh
187187
- name: Run E2E Load Tests
188-
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@7d555eacf60871820021beca32ddd859a026ab73
188+
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@092cf182dd92b66a8ab882b657d3ae52b174c913
189189
with:
190190
run: ./scripts/run_ginkgo_load.sh
191191
run_env: AVALANCHEGO_BUILD_PATH=/tmp/e2e-test/avalanchego

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
2525
[v0.7.2] AvalancheGo@v1.12.2/1.13.0-fuji (Protocol Version: 39)
2626
[v0.7.3] AvalancheGo@v1.12.2/1.13.0 (Protocol Version: 39)
2727
[v0.7.4] AvalancheGo@v1.13.1 (Protocol Version: 40)
28+
[v0.7.5] AvalancheGo@v1.13.2 (Protocol Version: 41)
2829
```
2930

3031
## 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.7.5": 41,
34
"v0.7.4": 40,
45
"v0.7.3": 39,
56
"v0.7.2": 39,

docs/releasing/README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,12 @@ export VERSION=v0.7.3
2929
1. Update the [RELEASES.md](../../RELEASES.md) file with the new release version `$VERSION`.
3030
1. Modify the [plugin/evm/version.go](../../plugin/evm/version.go) `Version` global string variable and set it to the desired `$VERSION`.
3131
1. Ensure the AvalancheGo version used in [go.mod](../../go.mod) is [its last release](https://github.com/ava-labs/avalanchego/releases). If not, upgrade it with, for example:
32-
33-
```bash
34-
go get github.com/ava-labs/avalanchego@v1.13.0
35-
go mod tidy
32+
```bash
33+
go get github.com/ava-labs/avalanchego@v1.13.0
34+
go mod tidy
3635
```
37-
3836
And fix any errors that may arise from the upgrade. If it requires significant changes, you may want to create a separate PR for the upgrade and wait for it to be merged before continuing with this procedure.
37+
3938
1. Add an entry in the object in [compatibility.json](../../compatibility.json), adding the target release `$VERSION` as key and the AvalancheGo RPC chain VM protocol version as value, to the `"rpcChainVMProtocolVersion"` JSON object. For example, we would add:
4039

4140
```json
@@ -107,7 +106,7 @@ Once the tag is created, you need to test it on the Fuji testnet both locally an
107106
💁 If your machine is too low on resources (memory, disk, CPU, network), or the subnet is quite big to bootstrap (notably *dfk*, *shrapnel* and *gunzilla*), you can run an [AWS EC2 instance](https://github.com/ava-labs/eng-resources/blob/main/dev-node-setup.md) with the following steps.
108107

109108
1. Find the Dispatch and Echo L1s blockchain ID and subnet ID:
110-
- [Dispath L1 details](https://subnets-test.avax.network/dispatch/details). Its subnet id is `7WtoAMPhrmh5KosDUsFL9yTcvw7YSxiKHPpdfs4JsgW47oZT5`.
109+
- [Dispatch L1 details](https://subnets-test.avax.network/dispatch/details). Its subnet id is `7WtoAMPhrmh5KosDUsFL9yTcvw7YSxiKHPpdfs4JsgW47oZT5`.
111110
- [Echo L1 details](https://subnets-test.avax.network/echo/details). Its subnet id is `i9gFpZQHPLcGfZaQLiwFAStddQD7iTKBpFfurPFJsXm1CkTZK`.
112111
1. Get the blockchain ID and VM ID of the Echo and Dispatch L1s with:
113112
- Dispatch:

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.9
55
require (
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.13.2-rc.0
8+
github.com/ava-labs/avalanchego v1.13.2
99
github.com/ava-labs/libevm v1.13.14-0.3.0.rc.1
1010
github.com/davecgh/go-spew v1.1.1
1111
github.com/deckarep/golang-set/v2 v2.1.0
@@ -46,7 +46,7 @@ require (
4646
github.com/DataDog/zstd v1.5.2 // indirect
4747
github.com/Microsoft/go-winio v0.6.1 // indirect
4848
github.com/StephenButtolph/canoto v0.15.0 // indirect
49-
github.com/ava-labs/coreth v0.15.2-rc.0.0.20250610170140-2fcf45f828a2 // indirect
49+
github.com/ava-labs/coreth v0.15.2-rc.0.0.20250620163936-0058a7ec6d9d // indirect
5050
github.com/beorn7/perks v1.0.1 // indirect
5151
github.com/bits-and-blooms/bitset v1.10.0 // indirect
5252
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ github.com/antithesishq/antithesis-sdk-go v0.3.8/go.mod h1:IUpT2DPAKh6i/YhSbt6Gl
6262
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
6363
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
6464
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
65-
github.com/ava-labs/avalanchego v1.13.2-rc.0 h1:BWV5z/u6oJwRPx/zuACBbge4puhoDV38RZEGqj3fa6I=
66-
github.com/ava-labs/avalanchego v1.13.2-rc.0/go.mod h1:BCxJWx2E1zeCDoQuH12I+B7BsrAbBpF19af4O0V7b/8=
67-
github.com/ava-labs/coreth v0.15.2-rc.0.0.20250610170140-2fcf45f828a2 h1:/E1w2S6xvEhkO2+C9sGCV8W80qaeSN5WBFqdKLl12HM=
68-
github.com/ava-labs/coreth v0.15.2-rc.0.0.20250610170140-2fcf45f828a2/go.mod h1:cqwBag+zzqifDutdPVzZKovfC2d0L8Zxq4YgTGaMCwg=
65+
github.com/ava-labs/avalanchego v1.13.2 h1:Kx/T2a8vqLlgHde3DWT5zMF5yBIh1rqEd6nJQMMzV/Y=
66+
github.com/ava-labs/avalanchego v1.13.2/go.mod h1:s7W/kim5L6hiD2PB1v/Ozy1ZZyoLQ4H6mxVO0aMnxng=
67+
github.com/ava-labs/coreth v0.15.2-rc.0.0.20250620163936-0058a7ec6d9d h1:nZA7nEhlf2uWM1doZz4WFiMkZVZ0iH+c3IebokIO1sk=
68+
github.com/ava-labs/coreth v0.15.2-rc.0.0.20250620163936-0058a7ec6d9d/go.mod h1:Mk5g2ZI9lEbxA67qikOtUrq71Yr389B34S+Ddsa51K4=
6969
github.com/ava-labs/libevm v1.13.14-0.3.0.rc.1 h1:vBMYo+Iazw0rGTr+cwjkBdh5eadLPlv4ywI4lKye3CA=
7070
github.com/ava-labs/libevm v1.13.14-0.3.0.rc.1/go.mod h1:+Iol+sVQ1KyoBsHf3veyrBmHCXr3xXRWq6ZXkgVfNLU=
7171
github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g=

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.7.4"
14+
Version string = "v0.7.5"
1515
)
1616

1717
func init() {

0 commit comments

Comments
 (0)