Skip to content

Commit 44b20d2

Browse files
JonathanOppenheimermichaelkaplan13StephenButtolph
authored
chore: release v0.8.0-rc.0 (#1835)
Signed-off-by: Jonathan Oppenheimer <[email protected]> Co-authored-by: Michael Kaplan <[email protected]> Co-authored-by: Stephen Buttolph <[email protected]>
1 parent 050198e commit 44b20d2

File tree

7 files changed

+23
-11
lines changed

7 files changed

+23
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Setup Contracts
105105
run: ./scripts/run_task.sh setup-contracts
106106
- name: Run Warp E2E Tests
107-
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@edff59906ed4d6334d9e591dcb9c85a144520600
107+
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@dce38e90b1542fafa3c2b8efa8ef864d7a370eb6
108108
with:
109109
run: ./scripts/run_task.sh test-e2e-warp-ci
110110
artifact_prefix: warp
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
fetch-depth: 0
128128
- name: Run E2E Load Tests
129-
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@edff59906ed4d6334d9e591dcb9c85a144520600
129+
uses: ava-labs/avalanchego/.github/actions/run-monitored-tmpnet-cmd@dce38e90b1542fafa3c2b8efa8ef864d7a370eb6
130130
with:
131131
run: ./scripts/run_task.sh test-e2e-load-ci
132132
artifact_prefix: load

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
3030
[v0.7.7] [email protected] (Protocol Version: 42)
3131
[v0.7.8] [email protected] (Protocol Version: 43)
3232
[v0.7.9] [email protected] (Protocol Version: 43)
33+
[v0.8.0] [email protected] (Protocol Version: 44)
3334
```
3435

3536
## API

RELEASES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Release Notes
22

3-
## [v0.7.10](https://github.com/ava-labs/subnet-evm/releases/tag/v0.7.10)
3+
## [v0.8.1](https://github.com/ava-labs/subnet-evm/releases/tag/v0.8.1)
44

55
- Add pending releases here
6+
7+
## [v0.8.0](https://github.com/ava-labs/subnet-evm/releases/tag/v0.8.0)
8+
9+
This version is compatible with the Avalanche Granite upgrade. All mainnet nodes **MUST** update to a Granite compatible version prior to the upgrade activation time: November 19th, 2025 16:00 UTC.
10+
11+
### AvalancheGo Compatibility
12+
13+
The plugin version is **updated** to 44 and is compatible with AvalancheGo version v1.14.0.
14+
15+
### Updates
16+
617
- Upgrade to Go version 1.24
718
- ACP-226:
819
- Set expected block gas cost to 0 in Granite network upgrade, removing block gas cost requirements for block building.

compatibility.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"rpcChainVMProtocolVersion": {
3-
"v0.7.10": 43,
3+
"v0.8.0": 44,
44
"v0.7.9": 43,
55
"v0.7.8": 43,
66
"v0.7.7": 42,

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.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.6-0.20251028173723-edff59906ed4
8+
github.com/ava-labs/avalanchego v1.14.0
99
github.com/ava-labs/firewood-go-ethhash/ffi v0.0.13
1010
github.com/ava-labs/libevm v1.13.15-0.20251016142715-1bccf4f2ddb2
1111
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
@@ -48,7 +48,7 @@ require (
4848
github.com/DataDog/zstd v1.5.2 // indirect
4949
github.com/Microsoft/go-winio v0.6.1 // indirect
5050
github.com/StephenButtolph/canoto v0.17.2 // indirect
51-
github.com/ava-labs/coreth v0.15.4-rc.4 // indirect
51+
github.com/ava-labs/coreth v0.16.0-rc.0 // indirect
5252
github.com/beorn7/perks v1.0.1 // indirect
5353
github.com/bits-and-blooms/bitset v1.20.0 // indirect
5454
github.com/btcsuite/btcd/btcec/v2 v2.3.5 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ github.com/antithesishq/antithesis-sdk-go v0.3.8/go.mod h1:IUpT2DPAKh6i/YhSbt6Gl
2828
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
2929
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=
3030
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs=
31-
github.com/ava-labs/avalanchego v1.13.6-0.20251028173723-edff59906ed4 h1:PwrLDSbAIrqW4xGERMAuqXEtMnVO7+yL3m+1TTDnJHM=
32-
github.com/ava-labs/avalanchego v1.13.6-0.20251028173723-edff59906ed4/go.mod h1:wEiDa5Lc3oKm9l2AxJOXmLz00Wg7b3hUttgkfzgRoDA=
33-
github.com/ava-labs/coreth v0.15.4-rc.4 h1:ze7/IwDptWG1u2d32uUZz9Ix9ycVUtlB8JufuSKSSS4=
34-
github.com/ava-labs/coreth v0.15.4-rc.4/go.mod h1:yVwuMyPkZ48xzZ0y2OdIwaoUqvSsgPYoodyX9BZJ2uo=
31+
github.com/ava-labs/avalanchego v1.14.0 h1:0j314N1fEwstKSymvyhvvxi8Hr752xc6MQvjq6kGIJY=
32+
github.com/ava-labs/avalanchego v1.14.0/go.mod h1:7sYTcQknONY5x5qzS+GrN+UtyB8kX7Q5ClHhGj1DgXg=
33+
github.com/ava-labs/coreth v0.16.0-rc.0 h1:nPvkDbxaH8N9f/wQe7B+IGMhPISMuW5CU0cDYuU8iCw=
34+
github.com/ava-labs/coreth v0.16.0-rc.0/go.mod h1:uGr1C7BP0+dWhvsIouhuH0yCyI8YDgS6sfEFIExs0iI=
3535
github.com/ava-labs/firewood-go-ethhash/ffi v0.0.13 h1:obPwnVCkF5+B2f8WbTepHj0ZgiW21vKUgFCtATuAYNY=
3636
github.com/ava-labs/firewood-go-ethhash/ffi v0.0.13/go.mod h1:gsGr1ICjokI9CyPaaRHMqDoDCaT1VguC/IyOTx6rJ14=
3737
github.com/ava-labs/libevm v1.13.15-0.20251016142715-1bccf4f2ddb2 h1:hQ15IJxY7WOKqeJqCXawsiXh0NZTzmoQOemkWHz7rr4=

plugin/evm/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var (
99
// GitCommit is set by the build script
1010
GitCommit string
1111
// Version is the version of Subnet EVM
12-
Version string = "v0.7.10"
12+
Version string = "v0.8.0"
1313
)
1414

1515
func init() {

0 commit comments

Comments
 (0)