This is our second 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 the previous v1.0.0-rc.0 release.
What's Changed
What's changed
- Remove wasm-pack build step from web-client CI job by @sisou in #2988
- database: Allow full nodes to index history items by @Eligioo in #3009
- Add instructions on how to fuzz by @hrxi in #2992
- nimiq-client: Adhere to
mempoolsection inclient.tomlby @Eligioo in #3000 - DB: Liforeclaim -> true by @viquezclaudio in #3011
- network-libp2p: Make peer and IP limits in the Connection Pool configurable by @Eligioo in #2998
- Hex encode the data field of the online transaction by @viquezclaudio in #2993
- Use
tokio::sync::broadcast::Sender::newinstead ofchannelby @hrxi in #3001 - network-libp2p: Fix double increments and missing decrements for peer/IP counters in Connection Pool Behaviour by @Eligioo in #2991
- Consensus: adjust request rate limits by @styppo in #3017
- Update list of gossipsub topics known to metrics server by @sisou in #2987
- Network swarm: Split functions and reduce indentation. by @nibhar in #3012
- Remove inactive validators from activation process by @viquezclaudio in #2976
- Network: add gossipsub rate limiting by @styppo in #3008
Dependencies
- build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 4 updates by @dependabot in #2994
- build(deps): bump the minor-and-patch-cargo-updates group with 4 updates by @dependabot in #2995
- build(deps): bump the minor-and-patch-cargo-updates group with 5 updates by @dependabot in #2996
- build(deps): bump the minor-and-patch-cargo-updates group with 4 updates by @dependabot in #2999
Full Changelog: v1.0.0-rc.0...v1.0.0-rc.1