Skip to content

Releases: celestiaorg/celestia-core

v0.39.23

26 Jan 09:27
31c8edf

Choose a tag to compare

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

13 Jan 12:43
f950c0e

Choose a tag to compare

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

12 Jan 06:55
fb2d3b7

Choose a tag to compare

What's Changed

  • test: fix flake in TestReactorInvalidMessages by @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

19 Dec 15:16
b5850ac

Choose a tag to compare

What's Changed

Full Changelog: v0.39.19...v0.39.20

v0.39.19

19 Dec 15:16
e2fc426

Choose a tag to compare

What's Changed

Full Changelog: v0.39.18...v0.39.19

v0.39.18

10 Dec 10:33
23fe3ef

Choose a tag to compare

What's Changed

Full Changelog: v0.39.17...v0.39.18

v0.39.17

02 Dec 11:43
b2dff9c

Choose a tag to compare

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

24 Nov 15:17
79d0f7d

Choose a tag to compare

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

v0.39.15

13 Nov 14:01
3051711

Choose a tag to compare

What's Changed

  • chore: revert stopping the p2p connection on received invalid have part by @rach-id in #2640

Full Changelog: v0.39.14...v0.39.15

v1.59.0-tm-v0.38.17

12 Nov 17:50
c3c1376

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.57.5-tm-v0.38.17...v1.59.0-tm-v0.38.17