Please note that this release is unable to run mainnet - and will display "mainnet is not supported" if attempted to run with a mainnet configuration.
The AvalancheGo dependency is updated to v1.11.0-fuji in this release, making it compatible with RPCChainVM Protocol Version 32 (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 Tuesday, February 13th, 2024 on the Fuji testnet.
All Fuji Subnet-EVM nodes must upgrade before 11 AM ET, February 13th 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
New Contributors
- @marun made their first contribution in #1061
- @Andyvargtz made their first contribution in #1074
Full Changelog: v0.5.11...v0.6.0-fuji