Releases: celestiaorg/celestia-core
Releases · celestiaorg/celestia-core
v0.39.25
What's Changed
- chore: gitignore claude local settings by @rootulp in #2787
- build(deps): Bump go.opentelemetry.io/otel from 1.39.0 to 1.40.0 by @dependabot[bot] in #2786
- build(deps): Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 by @dependabot[bot] in #2785
- build(deps): Bump github.com/klauspost/reedsolomon from 1.13.0 to 1.13.2 by @dependabot[bot] in #2784
- fix: correct buffer offset bug in ProposerPriorityHash by @rootulp in #2792
- chore: init CLAUDE.md by @rootulp in #2795
- fix: make help the default target and include all targets in help output by @rootulp in #2797
- build(deps): Bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.38.0 to 1.40.0 by @dependabot[bot] in #2783
- fix: replace infinite loops with bounded polling in p2p switch tests by @rootulp in #2800
- fix: pin golangci-lint version via Go tool dependency by @rootulp in #2799
- build(deps): Bump docker/build-push-action from 6.18.0 to 6.19.2 by @dependabot[bot] in #2806
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 by @dependabot[bot] in #2807
- build(deps): Bump github.com/lib/pq from 1.11.1 to 1.11.2 by @dependabot[bot] in #2809
- fix: correct pruning condition in RS Decode for last part padding by @rootulp in #2794
- fix: disconnect peers sending malicious Txs messages with too many or empty txs by @rootulp in #2801
- fix: prevent GC finalizer from closing TCP conn in p2p switch tests by @rootulp in #2805
Full Changelog: v0.39.24...v0.39.25
v0.39.24
What's Changed
- build(deps): Bump docker/login-action from 3.6.0 to 3.7.0 by @dependabot[bot] in #2775
- chore: bump Go toolchain to 1.25 by @Olexandr88 in #2774
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.1 to 1.96.0 by @dependabot[bot] in #2777
- build(deps): Bump github.com/lib/pq from 1.10.9 to 1.11.1 by @dependabot[bot] in #2776
- chore: bump Go toolchain to 1.25.7 by @rootulp in #2780
- fix: move noisy peer log lines to Debug level by @rootulp in #2782
- fix: guard against nil block in PruneBlocks by @rootulp in #2779
New Contributors
- @Olexandr88 made their first contribution in #2774
Full Changelog: v0.39.23...v0.39.24
v0.39.23
What's Changed
- build(deps): Bump gonum.org/v1/gonum from 0.16.0 to 0.17.0 by @dependabot[bot] in #2762
- build(deps): Bump styfle/cancel-workflow-action from 0.12.1 to 0.13.0 by @dependabot[bot] in #2765
- build(deps): Bump golang.org/x/net from 0.48.0 to 0.49.0 by @dependabot[bot] in #2768
- build(deps): Bump github.com/klauspost/reedsolomon from 1.12.6 to 1.13.0 by @dependabot[bot] in #2767
- build(deps): Bump github.com/prometheus/common from 0.67.4 to 0.67.5 by @dependabot[bot] in #2760
- fix: verify the validators before calculating the timestamp median by @rach-id in #2771
Full Changelog: v0.39.22...v0.39.23
v0.39.22
What's Changed
- build(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.2 to 1.19.7 by @dependabot[bot] in #2757
- build(deps): Bump github.com/BurntSushi/toml from 1.4.0 to 1.6.0 by @dependabot[bot] in #2744
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.95.0 to 1.95.1 by @dependabot[bot] in #2759
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.32.2 to 1.32.7 by @dependabot[bot] in #2758
- chore: correctly validate the proposal when proposing by @rach-id in #2764
Full Changelog: v0.39.21...v0.39.22
v0.39.21
What's Changed
- test: fix flake in
TestReactorInvalidMessagesby @rootulp in #2731 - build(deps): Bump docker/setup-buildx-action from 3.11.1 to 3.12.0 by @dependabot[bot] in #2739
- build(deps): Bump google.golang.org/grpc from 1.77.0 to 1.78.0 by @dependabot[bot] in #2748
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.92.0 to 1.95.0 by @dependabot[bot] in #2747
- build(deps): Bump go.opentelemetry.io/otel from 1.38.0 to 1.39.0 by @dependabot[bot] in #2740
- build(deps): Bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.39.0 by @dependabot[bot] in #2743
- chore: fix govulncheck issues by @rootulp in #2732
- chore: verify whether the proposal is valid before sending it to the propagation reactor by @rach-id in #2753
- chore: limit the number of chunks per statesync snapshot by @rach-id in #2750
- chore: fix golangci lint by @rach-id in #2754
- docs: update the openapi yaml by @rach-id in #2755
Full Changelog: v0.39.20...v0.39.21
v0.39.20
What's Changed
- chore: silence a few errors by @evan-forbes in #2735
Full Changelog: v0.39.19...v0.39.20
v0.39.19
v0.39.18
What's Changed
- refactor: validator set error handling by @ninabarbakadze in #2713
Full Changelog: v0.39.17...v0.39.18
v0.39.17
What's Changed
- build(deps): Bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 by @dependabot[bot] in #2666
- build(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.18.24 to 1.19.1 by @dependabot[bot] in #2668
- feat: support signing latency tracing by @rach-id in #2679
- chore: add p2p queue limit, time to receive full block, and recovering mempool time by @rach-id in #2684
- fix: eviction due to firstHeight not being updated on removeTx by @mcrakhman in #2682
- feat: add tx_status_batch endpoint by @ninabarbakadze in #2680
- build(deps): Bump github.com/klauspost/reedsolomon from 1.12.5 to 1.12.6 by @dependabot[bot] in #2697
- build(deps): Bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.1 to 1.19.2 by @dependabot[bot] in #2698
- chore: update code owners by @rach-id in #2700
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.20 to 1.32.2 by @dependabot[bot] in #2695
- feat: disconnect from legacy peers by @evan-forbes in #2692
- feat: improve inclusion times by sending parallel requests for seentx by @mcrakhman in #2686
- feat: disable data channel when legacy block prop is disabled by @evan-forbes in #2701
- fix: increase prop reactor message queue size by @evan-forbes in #2689
- fix: remove peers from reactors when stopAndRemovePeer called with nil reason by @Copilot in #2688
Full Changelog: v0.39.16...v0.39.17
v0.39.16
What's Changed
- build(deps): Bump github.com/prometheus/common from 0.67.1 to 0.67.2 by @dependabot[bot] in #2630
- build(deps): Bump github.com/aws/aws-sdk-go-v2/config from 1.31.17 to 1.31.20 by @dependabot[bot] in #2651
- build(deps): Bump golang.org/x/net from 0.46.0 to 0.47.0 by @dependabot[bot] in #2653
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.90.0 to 1.90.2 by @dependabot[bot] in #2649
- feat: track validator missed proposals by @sSelmann in #2609
- chore: fix logger panic by @rach-id in #2654
- fix: sync large blocks without OOMing by @mcrakhman in #2636
- fix: correct calculation of retry seconds in blocksync by @mcrakhman in #2659
- build(deps): Bump actions/checkout from 5 to 6 by @dependabot[bot] in #2672
- build(deps): Bump github.com/prometheus/common from 0.67.2 to 0.67.4 by @dependabot[bot] in #2671
- build(deps): Bump github.com/aws/aws-sdk-go-v2 from 1.39.6 to 1.40.0 by @dependabot[bot] in #2669
- build(deps): Bump golang.org/x/crypto from 0.44.0 to 0.45.0 by @dependabot[bot] in #2667
- build(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.90.2 to 1.92.0 by @dependabot[bot] in #2665
- build(deps): Bump google.golang.org/grpc from 1.76.0 to 1.77.0 by @dependabot[bot] in #2670
- feat: optionally skip processProposal while blocksyncing by @evan-forbes in #2658
New Contributors
Full Changelog: v0.39.15...v0.39.16