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