This upgrade consists of the following Avalanche Community Proposals (ACPs):
- ACP-77 Reinventing Subnets
- ACP-103 Add Dynamic Fees to the P-Chain
- ACP-118 Warp Signature Interface Standard
- ACP-125 Reduce C-Chain minimum base fee from 25 nAVAX to 1 nAVAX
- ACP-131 Activate Cancun EIPs on C-Chain and Subnet-EVM chains
- ACP-151 Use current block P-Chain height as context for state verification
The changes in the upgrade go into effect at 12 PM ET (5 PM UTC) on Monday, December 16th, 2024 on Mainnet.
All Etna supporting Mainnet nodes should upgrade before 12 PM ET, December 16th 2024.
The plugin version is unchanged at 38
and is compatible with version v1.11.13
.
APIs
- Allowed
platform.issueTx
to be called, for non-ImportTx transactions, while partial syncing
What's Changed
- Fix SubnetToL1ConversionData typo by @cam-schultz in #3555
- Refactor
logging.Format
to expose constants by @StephenButtolph in #3561 - [testing] Switch to logging with zap by @marun in #3557
- Use JSON logs during Antithesis runs by @StephenButtolph in #3562
- Antithesis: Skip checks if tx confirmation fails by @StephenButtolph in #3563
- chore: fix some function names in comment by @wanxiangchwng in #3566
- update api docs by @ashucoder9 in #3558
- Remove unused wallet interface by @StephenButtolph in #3568
- Remove required fields from config by @StephenButtolph in #3569
- Remove redundant field in platformVM/network's Network by @yacovm in #3571
- Remove observedSubnetUptime from Info Docs by @samliok in #3575
- Allow issuing transactions when using partial-sync by @StephenButtolph in #3570
- Add partial-sync support to the wallet by @StephenButtolph in #3567
New Contributors
- @wanxiangchwng made their first contribution in #3566
- @ashucoder9 made their first contribution in #3558
Full Changelog: v1.11.13...v1.12.0