File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "rpcChainVMProtocolVersion" : {
3+ "v0.7.9" : 43 ,
34 "v0.7.8" : 43 ,
45 "v0.7.7" : 42 ,
56 "v0.7.6" : 42 ,
Original file line number Diff line number Diff line change 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
1515func init () {
You can’t perform that action at this time.
0 commit comments