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.
This upgrade linearizes the X-chain, introduces delegation batching to the P-chain, and increases the maximum block size on the C-chain.
The changes in the upgrade go into effect at 11 AM EDT, April 6th 2023 on the Fuji testnet. After Fuji is updated and verified, a mainnet compatible release will be published.
All Fuji nodes should upgrade before 11 AM EDT, April 6th 2023.
The supported plugin version is 25
.
What's Changed
- Add CODEOWNERS for the x/ package by @StephenButtolph in #1260
- Feature Spec Template by @richardpringle in #1258
- Standardize CI triggers by @StephenButtolph in #1265
- special case no sent/received message in network health check by @ceyonur in #1263
- Fix bug template by @StephenButtolph in #1268
- Replace
flags
usage withpflags
by @danlaine in #1270 - Fixed grammatical errors in
README.md
by @krakxn in #1102 - Add tests for race conditions in merkledb by @kyl27 in #1256
- Add P-chain indexer API example by @StephenButtolph in #1271
- use
require
insnow/choices
tests by @dhrubabasu in #1279 - use
require
inutils/wrappers
tests by @dhrubabasu in #1280 - add support for tracking delegatee rewards to validator metadata by @dhrubabasu in #1273
- defer delegatee rewards until end of validator staking period by @dhrubabasu in #1262
New Contributors
- @richardpringle made their first contribution in #1258
- @ceyonur made their first contribution in #1263
- @krakxn made their first contribution in #1102
- @kyl27 made their first contribution in #1256
- @dhrubabasu made their first contribution in #1279
Full Changelog: v1.9.16...v1.10.0-fuji