Releases: celestiaorg/celestia-app
v5.0.11
Upgrade Notice
This release addresses a CometBFT high severity bug. Node operators are encouraged to upgrade.
What's Changed
- fix: reduce goreleaser parallelism (backport #5838) by @mergify[bot] in #5843
- ci(goreleaser): reduce disk space usage (backport #5851) by @mergify[bot] in #5873
- refactor: tx client to deduplicate broadcast methods (backport #5834) by @mergify[bot] in #5896
- refactor: tx client evictions bug flups (backport #5824) by @mergify[bot] in #5888
- chore(deps): upgrade to v1.57.5-tm-v0.38.17 by @rootulp in #6030
Full Changelog: v5.0.10...v5.0.11
v5.0.11-rc0
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
- fix: reduce goreleaser parallelism (backport #5838) by @mergify[bot] in #5843
- ci(goreleaser): reduce disk space usage (backport #5851) by @mergify[bot] in #5873
- refactor: tx client to deduplicate broadcast methods (backport #5834) by @mergify[bot] in #5896
- refactor: tx client evictions bug flups (backport #5824) by @mergify[bot] in #5888
- chore(deps): upgrade to v1.57.5-tm-v0.38.17 by @rootulp in #6030
Full Changelog: v5.0.10...v5.0.11-rc0
v6.1.2-arabica
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
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
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
- @viktorking7 made their first contribution in #5960
- @maradini77 made their first contribution in #5985
Full Changelog: v6.1.0-arabica...v6.1.1-arabica
v6.1.0-rc0
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
- ci: enable backports to v6.x by @rootulp in #5839
- fix: apply modernize suggestions to improve code quality by @animeherox in #5852
- feat: reduce nmt allocs in prepare/process proposal by @mcrakhman in #5778
- refactor: tx client to deduplicate broadcast methods by @ninabarbakadze in #5834
- chore: bump core to v0.39.6 by @evan-forbes in #5857
- chore: bump tastora to v0.5.1 by @chatton in #5861
- docs: add DeepWiki badge so that repo is auto-indexed by @jcstein in #5868
- ci(goreleaser): reduce disk space usage by @rootulp in #5851
- feat: add make modernize-fix command by @animeherox in #5872
- chore: fix wrong function name in comment by @suranmiao in #5877
- chore(deps): Bump github.com/digitalocean/godo from 1.165.0 to 1.165.1 by @dependabot[bot] in #5885
- chore(deps): Bump hadolint/hadolint-action from 3.2.0 to 3.3.0 by @dependabot[bot] in #5884
- refactor: tx client evictions bug flups by @ninabarbakadze in #5824
- chore(deps): Bump slackapi/slack-github-action from 1.27.0 to 2.1.1 by @dependabot[bot] in #5880
- refactor(tx_client): remove unnecessary type conversions for PFB gas limit by @Galoretka in #5878
- fix: update mocha test configuration with current seeds and peers by @Copilot in #5847
- docs: fix typo by @menzudilat in #5874
- ci: remove CodeQL workflow by @Copilot in #5865
- ci: run required checks on merge group by @rootulp in #5892
- fix: correct shell variable escaping in enable-bbr target by @lidanserj in #5875
- chore(deps): Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.88.1 to 1.88.3 by @dependabot[bot] in #5891
- ci: add modernize check to lint workflow by @animeherox in #5876
- fix: remove network suffix from version if multiple tags point to the same commit by @metatarz in #5894
- refactor(wrapper): remove unused options fields from NMT wrappers by @Forostovec in #5893
- docs: fix broken links by @kseniaeremekno in #5897
- chore: fix lint and test the CI by @animeherox in #5899
- chore(deps): upgrade to sdk v0.51.3 by @rootulp in #5833
- test: add minor version compatibility test by @mojtaba-esk in #5844
- test: tx client never halts by @ninabarbakadze in #5866
- chore: upgrade to alpine 3.22 by @Lorsmirq0cB in #5903
- docs: fix an old link and files' titles by @letmehateu in #5900
- docs(scripts): fix incorrect filename in download_binary.sh usage comment by @galaparm in #5906
- docs: remove outdated proto files from specs directory by @lidanserj in #5849
- feat(tools): compare pooled EDS construction and non pooled, randomize by @mcrakhman in #5898
- docs: fix comments by @Forostovec in #5740
- chore: remove unused opts field from TreePool by @VolodymyrBg in #5904
- fix(cli): improve error messages for unsupported share and namespace … by @forkfury in #5761
- docs(simapp): correct packet-forward middleware comments in transfer stack by @sashass1315 in #5862
- test(talis): improve droplets list by @tzdybal in #5730
- feat: add open telemetry traces by @ninabarbakadze in #5707
- docs: fix filename mismatch in proposal submission by @mdqst in #5912
- feat: ability to submit PFBs in parallel by @evan-forbes in #5776
- fix(makefile): correct .PHONY declaration for build-docker-standalone… by @animeherox in #5914
- fix: invalid find command syntax in protocgen.sh by @bouchmann in #5913
- chore: bump core to v0.39.7 by @rach-id in #5911
- refactor: tx client spam test and move it to tools dir by @ninabarbakadze in #5915
- chore: fix some nits for 5545 by @mojtaba-esk in #5758
- perf: use create commitments for parallel validation of txs by @mcrakhman in #5850
- refactor: revert changes to SubmitPFB and add new method SubmitPFBInQueue instead by @evan-forbes in #5935
- chore(deps): bump core to v0.39.8 by @rach-id in #5952
New Contributors
- @mcrakhman made their first contribution in #5778
- @suranmiao made their first contribution in #5877
- @metatarz made their first contribution in #5894
- @kseniaeremekno made their first contribution in #5897
- @forkfury made their first contribution in #5761
- @mdqst made their first contribution in #5912
Full Changelog: v6.0.5-arabica...v6.1.0-rc0
v6.1.0-arabica
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
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
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
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
- test: verify state sync via Prometheus metrics in e2e tests by @mojtaba-esk in #5786
- refactor: use slices.Contains to simplify code by @juejinyuxitu in #5815
- refactor: use strings.builder by @keeghcet in #5679
- chore: use delayed-precommit-timeout in single-node.sh by @rach-id in #5827
- docs: refer to the new horcrux release in release notes by @rach-id in #5830
- chore: upgrade multiplexer to v5.0.7 by @rootulp in #5826
New Contributors
- @juejinyuxitu made their first contribution in #5815
- @keeghcet made their first contribution in #5679
Full Changelog: v6.0.3-arabica...v6.0.4-arabica