The AvalancheGo dependency is updated to v1.11.0 in this release, making it compatible with RPCChainVM Protocol Version 33 (changed from previous release).
The Subnet-EVM activates the following upgrades at the same time as the Durango Upgrade:
AWM in Subnet-EVM (ACP-30)
Events in Precompiles (PRs #961, #963, #967, #968)
Manager Role (PR #801)
Non-strict mode unpack (PR #1023)
Shanghai Upgrade (ACP-24)
Note: Warp Precompile must be explicitly activated through upgrade configs for AWM support in Subnet-EVM. See here for more information.
The changes in the upgrade go into effect at 11 AM ET (4 PM UTC) on Wednesday, March 6th, 2024 on Mainnet.
All Mainnet Subnet-EVM nodes must upgrade before 11 AM ET, March 6th 2024.
What's Changed
- bind_test: remove auth.GasFeeCap by @darioush in #1063
- eth/tracers/native: migrate fix for memory read in prestate tracer by @darioush in #1066
- Remove block builder test by @darioush in #1065
- avago bump: Bloom filter metrics + Durango time by @darioush in #1064
- bump npm versions by @ceyonur in #1070
- Add error handling to Warp by @minghinmatthewlam in #1068
- Align with coreth by @darioush in #1067
ci
: Add shellcheck step to lint job by @marun in #1061ci
: Upgrade all workflow actions to versions using Node 20 by @marun in #1072- Update README.md by @Andyvargtz in #1074
- Sync coreth 0.12.11 rc.3 by @ceyonur in #1075
- fix cancun banner release by @ceyonur in #1076
- Add line of stars to comment header by @darioush in #1084
- add comments for useStrictMode to exported ABI functions by @ceyonur in #1071
- Add Warp Audits by @JacobEverly in #1078
- take slice of cmd/utils from upstream by @darioush in #1082
- run release workflow for all tags by @ceyonur in #1081
- eth/filters: move check for unfinalized queries by @darioush in #1085
- Update minimum golang version to v1.21.7 by @dhrubabasu in #1088
- improve metrics by @ceyonur in #1093
- prepare v0.6.0 release by @darioush in #1101
New Contributors
- @marun made their first contribution in #1061
- @Andyvargtz made their first contribution in #1074
- @JacobEverly made their first contribution in #1078
Full Changelog: v0.5.11...v0.6.0