What's Changed
- style: renaming filterAddrs method to capAddresses by @Parizval in #2545
- fix: receiving have on catchup block due to congestion by @rach-id in #2546
- perf: add parts to the partset in parallel by @rach-id in #2548
- feat: only send missing original parts to the consensus reactor by @rach-id in #2555
- build(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #2564
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.3 to 1.88.4 by @dependabot[bot] in #2563
- build(deps): Bump golang.org/x/net from 0.44.0 to 0.46.0 by @dependabot[bot] in #2562
- build(deps): Bump github.com/prometheus/common from 0.66.1 to 0.67.1 by @dependabot[bot] in #2560
- test: add tests for invalid messages in different reactor states by @mcrakhman in #2552
- feat: introduce trace logs by @rach-id in #2559
- feat!: extend TxStatus to include more tx info by @ninabarbakadze in #2543
- fix: Invalid BitArray handling on main by @rach-id in #2574
- feat: always send the first/last have parts of the original partset when proposing by @rach-id in #2556
- chore(libs): add message stats table by @rach-id in #2575
- feat: add sequence and signer to the mempool by @evan-forbes in #2569
- feat: sequence aware gossiping by @evan-forbes in #2558
New Contributors
- @Parizval made their first contribution in #2545
- @mcrakhman made their first contribution in #2552
Full Changelog: v0.39.9...v0.39.10