This repository was archived by the owner on Dec 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed
Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,5 @@ Link the relevant documentation PRs for this release.
2626- [ ] Update AvalancheGo dependency in scripts/versions.sh for e2e tests.
2727- [ ] Add new entry in compatibility.json for RPCChainVM Compatibility
2828- [ ] Update AvalancheGo compatibility in README
29- - [ ] Deploy to WAGMI
29+ - [ ] Deploy to Echo/Dispatch
3030- [ ] Confirm goreleaser job has successfully generated binaries by checking the releases page
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ The Subnet EVM runs in a separate process from the main AvalancheGo process and
2020``` text
2121[v0.7.0] AvalancheGo@v1.12.0-v1.12.1 (Protocol Version: 38)
2222[v0.7.1] AvalancheGo@v1.12.2 (Protocol Version: 39)
23+ [v0.7.2] AvalancheGo@v1.12.2 (Protocol Version: 39)
2324```
2425
2526## API
Original file line number Diff line number Diff line change 33## Pending Release
44* Bump golang version to v1.23.6
55* Bump golangci-lint to v1.63 and add linters
6- * Refactored trie_prefetcher.go to be structurally similar to upstream.
7- * Remove legacy gossip handler and metrics
86* Fixed concurrency issue in validators/uptime manager
97
8+ ## [ v0.7.1] ( https://github.com/ava-labs/subnet-evm/releases/tag/v0.7.1 )
9+
10+ This release focuses on code quality improvements and post-Etna cleanups.
11+
12+ ### Compatibility
13+
14+ The plugin version is ** updated** to 39 and is compatible with AvalancheGo version v1.12.2.
15+
16+ ### Updates
17+
18+ * Moved client type and structs to new ` plugin/evm/client ` package
19+ * Fixed statedb improper copy issue
20+ * Limited the maximum number of query-able rewardPercentile by 100 in ` eth_feeHistory ` API
21+ * Refactored ` trie_prefetcher.go ` to be structurally similar to upstream
22+ * Removed deprecated legacy gossip handler and metrics
23+ * Removed unnecessary locks in mempool
24+
1025## [ v0.7.0] ( https://github.com/ava-labs/subnet-evm/releases/tag/v0.7.0 )
1126
1227### Updates
Original file line number Diff line number Diff line change 11{
22 "rpcChainVMProtocolVersion" : {
3+ "v0.7.2" : 39 ,
34 "v0.7.1" : 39 ,
45 "v0.7.0" : 38
56 }
Original file line number Diff line number Diff line change 1111 // GitCommit is set by the build script
1212 GitCommit string
1313 // Version is the version of Subnet EVM
14- Version string = "v0.7.1 "
14+ Version string = "v0.7.2 "
1515)
1616
1717func init () {
You can’t perform that action at this time.
0 commit comments