Skip to content

Releases: celestiaorg/celestia-app

v5.0.11

16 Oct 15:29
4e34cf6

Choose a tag to compare

Upgrade Notice

This release addresses a CometBFT high severity bug. Node operators are encouraged to upgrade.

What's Changed

Full Changelog: v5.0.10...v5.0.11

v5.0.11-rc0

15 Oct 14:33
4e34cf6

Choose a tag to compare

v5.0.11-rc0 Pre-release
Pre-release

Upgrade Notice

This release addresses a CometBFT high severity bug. Node operators should wait until an official release (e.g. v5.0.11) before upgrading.

What's Changed

Full Changelog: v5.0.10...v5.0.11-rc0

v6.1.2-arabica

13 Oct 21:11
bd8fc30

Choose a tag to compare

v6.1.2-arabica Pre-release
Pre-release

This release is intended for the Arabica testnet. If you are upgrading from v5 please read through the release notes.

This release fixes a bug with parallel tx submission account initialization.

What's Changed

  • chore(deps): Bump github.com/moby/moby from 28.5.0+incompatible to 28.5.1+incompatible in /test/docker-e2e by @dependabot[bot] in #6024
  • fix(user): fixes bug in setup where partial setup (loading accts but not funding) prevents future starts by @renaynay in #6014
  • chore(deps): Bump github.com/docker/docker from 28.5.0+incompatible to 28.5.1+incompatible in /test/docker-e2e by @dependabot[bot] in #6023
  • chore(deps): Bump google.golang.org/grpc from 1.75.1 to 1.76.0 by @dependabot[bot] in #6019
  • chore(deps): Bump golang.org/x/oauth2 from 0.31.0 to 0.32.0 by @dependabot[bot] in #6020
  • chore(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.19.11 to 1.19.12 by @dependabot[bot] in #6021
  • fix(x/blob/types): Ensure ValidateBlobShareVersion also checks for nil signer by @renaynay in #5925

Full Changelog: v6.1.1-mocha...v6.1.2-arabica

v6.1.1-mocha

13 Oct 09:21
fcd1d81

Choose a tag to compare

v6.1.1-mocha Pre-release
Pre-release

This release is intended for the Mocha testnet. If you are upgrading from v5 please read through the release notes.

It mainly fixes one issue with pex messages and another with validators signatures. Mocha node operators are advised to upgrade to this release.

What's Changed

  • chore: Remove unused mock TxClient helpers from tests by @maradini77 in #5984
  • chore: remove redundant float conversions in gas estimation by @levanchverak in #6000
  • feat: reduce polling time to every second by @cmwaters in #6004
  • fix(ci): Update Slack notification configuration for slackapi/slack-github-action v2.1.1 by @Copilot in #6010
  • docs: fix multiplexer errgroup documentation by @Copilot in #6016

Full Changelog: v6.1.1-arabica...v6.1.1-mocha

v6.1.1-arabica

08 Oct 16:45
e45d6ec

Choose a tag to compare

v6.1.1-arabica Pre-release
Pre-release

This release is intended for the Arabica testnet. If you are upgrading from v5 please read through the release notes.

This release mainly fixes two issues with mocha regarding pex and votes signatures.

What's Changed

  • chore(deps): Bump github.com/docker/docker from 28.4.0+incompatible to 28.5.0+incompatible in /test/docker-e2e by @dependabot[bot] in #5966
  • chore(deps): Bump github.com/moby/moby from 28.4.0+incompatible to 28.5.0+incompatible in /test/docker-e2e by @dependabot[bot] in #5967
  • chore(deps): Bump actions/stale from 10.0.0 to 10.1.0 by @dependabot[bot] in #5963
  • chore: bump core to v0.39.8 in docker-e2e by @rach-id in #5955
  • chore(deps): Bump github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.19.6 to 1.19.11 by @dependabot[bot] in #5965
  • docs: fix broken links by @letmehateu in #5923
  • test: add main branch to the minor ver compatibility test by @mojtaba-esk in #5942
  • docs: add binary building guidance for validators by @Copilot in #5956
  • fix(tool): check earliest height when checking random blocks by @mcrakhman in #5940
  • fix: remove incorrect nolint:unused annotation from defaultBroadcastHandler by @lolkdsanyaw in #5921
  • fix(makefile): update Dockerfile path to standalone.Dockerfile by @animeherox in #5936
  • docs: tx client spec by @ninabarbakadze in #5939
  • test: update ibc test to verify removal of token filter by @chatton in #5982
  • docs(x/blob): fix deprecated comment by @viktorking7 in #5960
  • fix: resolve protobuf break-check CI failure in merge_group context by @Copilot in #5979
  • fix: deprecated note in testnode config to reference WithDelayedPrecommitTimeout by @maradini77 in #5985
  • feat: cache CheckTx validation to skip commitment generation in ProcessProposal by @ninabarbakadze in #5613
  • refactor: remove duplicate code in MustGetFreePort function by @lolkdsanyaw in #5991
  • docs: fix typo by @sashaodessa in #5994
  • refactor(test): replace Stop() with Remove() in docker-e2e cleanup by @mojtaba-esk in #5993
  • chore(deps): bump core to v0.39.9 by @rach-id in #5997

New Contributors

Full Changelog: v6.1.0-arabica...v6.1.1-arabica

v6.1.0-rc0

03 Oct 05:15
9ea7c3e

Choose a tag to compare

v6.1.0-rc0 Pre-release
Pre-release

This release is intended for the Arabica testnet. If you are upgrading from v5 please read through the release notes.

This release includes mainly performance improvements to the NMT tree, and the support for enabling/disabling the legacy propagation reactor and the new recovery reactor.

What's Changed

New Contributors

Full Changelog: v6.0.5-arabica...v6.1.0-rc0

v6.1.0-arabica

03 Oct 05:34
9ea7c3e

Choose a tag to compare

v6.1.0-arabica Pre-release
Pre-release

This release is intended for the Arabica testnet. If you are upgrading from v5 please read through the release notes.

This release includes mainly performance improvements to the NMT tree, and the support for enabling/disabling the legacy propagation reactor and the new recovery reactor.

Changelog

  • 9ea7c3e chore(deps): bump core to v0.39.8 (#5952)
  • c829861 chore: bump core to v0.39.7 (#5911)
  • 9135d07 chore: fix some nits for 5545 (#5758)
  • 088e033 perf: use create commitments for parallel validation of txs (#5850)
  • 8025e18 refactor: revert changes to SubmitPFB and add new method SubmitPFBInQueue instead (#5935)
  • 042cfcb refactor: tx client spam test and move it to tools dir (#5915)

v6.0.5-mocha

25 Sep 11:38
6d05e9e

Choose a tag to compare

v6.0.5-mocha Pre-release
Pre-release

This release is intended for the Mocha testnet. If you are upgrading from v5 please read through the release notes. This release fixes an error with the min gas price and sequence mismatch errors with the tx client.

Full Changelog: v5.0.10...v6.0.5-mocha

v6.0.5-arabica

25 Sep 09:36
6d05e9e

Choose a tag to compare

v6.0.5-arabica Pre-release
Pre-release

This release is intended for the Arabica testnet. If you are upgrading from v5 please read through the release notes. This release fixes a problem with the go-releaser

What's Changed

  • ci: add Slack notification for nightly e2e test failures by @Himess in #5618
  • chore(scripts): update the peers and seeds for mocha.sh by @rootulp in #5832
  • fix: reduce goreleaser parallelism by @rootulp in #5838
  • chore: upgrade multiplexer to v5.0.10 by @rootulp in #5840

Full Changelog: v6.0.4-arabica...v6.0.5-arabica

v6.0.4-arabica

24 Sep 11:56
015954a

Choose a tag to compare

v6.0.4-arabica Pre-release
Pre-release

This release is intended for the Arabica testnet. If you are upgrading from v5 please read through the release notes. This release fixes an unnecessary min gas price error that was preventing nodes from starting.

What's Changed

New Contributors

Full Changelog: v6.0.3-arabica...v6.0.4-arabica