Subnet-EVM v0.6.10 includes a bug fix in CalcBaseFee
that will only impact subnets with extreme dynamic fee configurations. All subnets are strongly advised to update as a matter of caution, but should not see any issues if they are not actively changing their dynamic fee configuration and have not seen an issue already.
This version is backwards compatible to v0.6.0.
The plugin version is unchanged at 37 and is compatible with AvalancheGo versions v1.11.11.
Fix
- Fixes a bug in block building caused by #1342
What's Changed
- nit: peer/network.go: remove refs to cross chain in comments by @darioush in #1333
- update known_flakes.txt by @darioush in #1332
- Coreth nits by @ceyonur in #1336
- params: add BerlinBlock, LondonBlock, ShanghaiTime by @darioush in #1337
- fix modifying common.Big1 by @ceyonur in #1343
- improve readability by removing extra var by @ceyonur in #1345
- prepare for release v0.6.10 by @ceyonur in #1346
Full Changelog: v0.6.9...v0.6.10