Mainnet 1.3.0
This release targets the mainnet network.
This release is backwards compatible with the previous v1.X.X releases.
What's Changed
What's changed
- web-client: Fix function name typo in StakingDataBuilder by @sisou in #3627
- Fix missing proof-of-knowledge validation on voting key update by @jsdanielh in #3654
- Fix peer contact book poisoning via future timestamps by @jsdanielh in #3655
- Fix peer-triggerable panic during history sync by @jsdanielh in #3656
- Fix quorum bypass via out-of-range BitSet signer indices by @jsdanielh in #3657
- Fix underflow panic in vesting and HTLC insufficient funds error path by @jsdanielh in #3658
- Fix panic on HistoryTreeProof length mismatch by @jsdanielh in #3659
- Fix panic in RequestMacroChain with micro block locator by @jsdanielh in #3660
- Fix off-by-one in proposal buffer signer bounds check by @jsdanielh in #3661
- Fix crash via invalid election macro block validators voting key by @jsdanielh in #3662
- Fix request/response codec reading entire stream before size validation by @jsdanielh in #3663
- Fix discovery handler underflow when peer sends limit=0 by @jsdanielh in #3664
- Fix stale response_channels on request/response inbound failure by @jsdanielh in #3665
- Fix crash on duplicate discovery substream by @jsdanielh in #3666
- Fix panic in history index request handlers on nodes without index by @jsdanielh in #3667
- Fix election macro block interlink verification bypass by @jsdanielh in #3668
- Fix validator and prover guide links by @AirMate in #3644
Dependencies
- build(deps): bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #3621
- build(deps): bump actions/download-artifact from 7 to 8 by @dependabot[bot] in #3622
- build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 8 updates by @dependabot[bot] in #3626
- build(deps): bump docker/login-action from 3 to 4 by @dependabot[bot] in #3628
- build(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 by @dependabot[bot] in #3634
- build(deps): bump docker/metadata-action from 5 to 6 by @dependabot[bot] in #3633
- build(deps): bump docker/setup-buildx-action from 3 to 4 by @dependabot[bot] in #3631
- build(deps): bump libp2p-gossipsub from 0.49.2 to 0.49.3 by @dependabot[bot] in #3645
- build(deps): bump rustls-webpki from 0.103.8 to 0.103.10 by @dependabot[bot] in #3647
- build(deps): bump codecov/codecov-action from 5 to 6 by @dependabot[bot] in #3651
Full Changelog: v1.2.2...v1.3.0