This is our sixth release targeting mainet but it will be also used in a testnet deployment until the final mainet chain is launched.
This release is also backwards compatible with previous v1.0.0-rc.3 and v1.0.0-rc.4.
What's Changed
What's changed
- Adding a debug log when we discard a skip block message on a competing chain by @ii-cruz in #3053
- Set mainnet as default and mainnet seed nodes for web-client by @sisou in #3064
- Remove package name from lib type imports by @sisou in #3063
- Don't require genesis accounts data by @hrxi in #3058
- Update the minimum versions for some dependencies by @jsdanielh in #3066
- Mempool: Remove newly invalidated txs after rebranch by @fiaxh in #3067
- metrics-server: Restrict task monitor names by @jsdanielh in #3061
- Clarify
BlockBodyMessage::header_hashby @hrxi in #3042 - Restrict Block topics from gossipsub to two blocks per second by @ii-cruz in #3062
- Block: remove unnecessary
clonewhen accessing block body by @styppo in #3072 - Fix wrongly inverted trusted flag for contributions by @nibhar in #3075
- Include the version of the migration tool in the online tx by @hrxi in #3083
- Mempool: Recompute balance for all known senders after rebranch by @fiaxh in #3076
- Rollup of two pull requests by @hrxi in #3087
- Pow-migration: Use async_retryer by @viquezclaudio in #3079
- web-client: Add SignatureProof.SINGLE_SIG_SIZE constant by @sisou in #3065
- Add blockchain & staking metrics by @styppo in #3073
- Fix panic in
IdentityRegistry::signers_identityby @hrxi in #3088 - Rename the mainnet genesis override env variable by @jsdanielh in #3086
- Install curl in Docker container by @sisou in #3089
Dependencies
- build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #3068
- build(deps): bump cross-spawn from 7.0.3 to 7.0.5 in /web-client/extras by @dependabot in #3084
- build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 11 updates by @dependabot in #3085
Full Changelog: v1.0.0-rc.4...v1.0.0-rc.5