Skip to content

Commit 387280d

Browse files
chore: release v0.7.9-rc.0 (#1720)
1 parent b5bfd14 commit 387280d

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
2929
[v0.7.6] AvalancheGo@v1.13.3-rc.2 (Protocol Version: 42)
3030
[v0.7.7] AvalancheGo@v1.13.3 (Protocol Version: 42)
3131
[v0.7.8] AvalancheGo@v1.13.4 (Protocol Version: 43)
32+
[v0.7.9] AvalancheGo@v1.13.5 (Protocol Version: 43)
3233
```
3334

3435
## API

RELEASES.md

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

33
## Pending Release
4+
5+
- Add pending releases here
6+
7+
## [v0.7.9](https://github.com/ava-labs/subnet-evm/releases/tag/v0.7.9)
8+
9+
This version is backwards compatible to v0.7.0. It is optional, but encouraged.
10+
11+
### AvalancheGo Compatibility
12+
13+
The plugin version is unchanged at 43 and is compatible with AvalancheGo version v1.13.5.
14+
15+
### Updates
16+
417
- Disable incompatible APIs for Firewood
518
- `StorageRangeAt`
619
- `GetModifiedAccountsByNumber`
720
- `GetModifiedAccountsByHash`
821
- Removed deprecated flag `tx-lookup-limit`. Use `transaction-history` instead.
922
- Enabled RPC batch limits by default, and configurable with `batch-request-limit` and `batch-max-response-size`.
10-
- Add pending releases here
1123

1224
## [v0.7.8](https://github.com/ava-labs/subnet-evm/releases/tag/v0.7.8)
1325

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.9": 43,
34
"v0.7.8": 43,
45
"v0.7.7": 42,
56
"v0.7.6": 42,

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.8"
12+
Version string = "v0.7.9"
1313
)
1414

1515
func init() {

0 commit comments

Comments
 (0)