This release focuses on Etna version updates and PebbleDB performance improvements.
Compatibility
The plugin version is unchanged at 38 and is compatible with AvalancheGo version v1.12.0/v12.0-fuji.
Subnet-EVM v0.6.12 and v0.7.0 versions are both compatible with AvalancheGo Etna version (v1.12.0).
Etna/Cancun Activation
Etna activation is currently set for 12 PM ET (5 PM UTC) on Monday, December 16th, 2024 on Mainnet.
Etna will active the Cancun network upgrade in EVM. Following EIPs will be activated with Etna/Cancun:
- EIP-4844: BLOBHASH opcode
- EIP-7516: BLOBBASEFEE opcode
- EIP-1153: Transient storage
- EIP-5656: MCOPY opcode
- EIP-6780: SELFDESTRUCT only in same transaction
Note blob transactions from EIP-4844 are excluded and blocks containing them will still be considered invalid.
More info can be found in ACP-131.
Updated
- Changed default PebbleDB write option from
Sync
toNoSync
- Bumped AvalancheGo dependency version to v1.12.0
Fixed
- Fixed Standalone DB close on shutdown.
What's Changed
- specify arm64 version in goreleaser by @darioush in #1392
- bump to latest avago by @ceyonur in #1394
- chore: fix problematic const name and some typos in comment by @mountcount in #1400
- chore: fix some function names in interface comment by @chuangjinglu in #1397
- bump avago to v1.12.0 by @ceyonur in #1402
- close database on shutdown by @ceyonur in #1403
- bump versions by @ceyonur in #1406
New Contributors
- @mountcount made their first contribution in #1400
- @chuangjinglu made their first contribution in #1397
Full Changelog: v0.6.12...v0.7.0