|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## [v1.12.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.12.0) |
| 4 | + |
| 5 | +This upgrade consists of the following Avalanche Community Proposals (ACPs): |
| 6 | +- [ACP-77](https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/77-reinventing-subnets/README.md) Reinventing Subnets |
| 7 | +- [ACP-103](https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/103-dynamic-fees/README.md) Add Dynamic Fees to the P-Chain |
| 8 | +- [ACP-118](https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/118-warp-signature-request/README.md) Warp Signature Interface Standard |
| 9 | +- [ACP-125](https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/125-basefee-reduction/README.md) Reduce C-Chain minimum base fee from 25 nAVAX to 1 nAVAX |
| 10 | +- [ACP-131](https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/131-cancun-eips/README.md) Activate Cancun EIPs on C-Chain and Subnet-EVM chains |
| 11 | +- [ACP-151](https://github.com/avalanche-foundation/ACPs/blob/main/ACPs/151-use-current-block-pchain-height-as-context/README.md) Use current block P-Chain height as context for state verification |
| 12 | + |
| 13 | +The changes in the upgrade go into effect at 12 AM ET (5 PM UTC) on Monday, December 16th, 2024 on Mainnet. |
| 14 | + |
| 15 | +**All Etna supporting Mainnet nodes should upgrade before 12 AM ET, December 16th 2024.** |
| 16 | + |
| 17 | +The plugin version is unchanged at `38` and is compatible with version `v1.11.13`. |
| 18 | + |
| 19 | +### APIs |
| 20 | + |
| 21 | +- Allowed `platform.issueTx` to be called, for non-ImportTx transactions, while partial syncing |
| 22 | + |
| 23 | +### What's Changed |
| 24 | + |
| 25 | +- Fix SubnetToL1ConversionData typo by @cam-schultz in https://github.com/ava-labs/avalanchego/pull/3555 |
| 26 | +- Refactor `logging.Format` to expose constants by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3561 |
| 27 | +- [testing] Switch to logging with zap by @marun in https://github.com/ava-labs/avalanchego/pull/3557 |
| 28 | +- Use JSON logs during Antithesis runs by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3562 |
| 29 | +- Antithesis: Skip checks if tx confirmation fails by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3563 |
| 30 | +- chore: fix some function names in comment by @wanxiangchwng in https://github.com/ava-labs/avalanchego/pull/3566 |
| 31 | +- update api docs by @ashucoder9 in https://github.com/ava-labs/avalanchego/pull/3558 |
| 32 | +- Remove unused wallet interface by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3568 |
| 33 | +- Remove required fields from config by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3569 |
| 34 | +- Remove redundant field in platformVM/network's Network by @yacovm in https://github.com/ava-labs/avalanchego/pull/3571 |
| 35 | +- Remove observedSubnetUptime from Info Docs by @samliok in https://github.com/ava-labs/avalanchego/pull/3575 |
| 36 | +- Allow issuing transactions when using partial-sync by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3570 |
| 37 | +- Add partial-sync support to the wallet by @StephenButtolph in https://github.com/ava-labs/avalanchego/pull/3567 |
| 38 | + |
| 39 | +### New Contributors |
| 40 | + |
| 41 | +- @wanxiangchwng made their first contribution in https://github.com/ava-labs/avalanchego/pull/3566 |
| 42 | +- @ashucoder9 made their first contribution in https://github.com/ava-labs/avalanchego/pull/3558 |
| 43 | + |
| 44 | +**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.11.13...v1.12.0 |
| 45 | + |
3 | 46 | ## [v1.11.13](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.13)
|
4 | 47 |
|
5 | 48 | This version is backwards compatible to [v1.11.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.11.0). It is optional, but encouraged.
|
|
0 commit comments