Skip to content

Release Notes

celestia-app and celestia-node release changelogs, fully indexed.

ALLcelestia-appcelestia-nodecelestia-corecelestia-openrpcrollkit
790 releases
DA RELEASE
celestia-node v0.9.0
This release contains a fix to address datastore bloat. **`full` and `bridge` node runners MUST clear their datastore via the new command `unsafe-reset-store` and re-sync from scratch.** Example: ``` celestia bridge unsafe-reset-store --p2p.network blockspacerace ``` This release
celestiaorg/celestia-node14-04-2023
DA RELEASE
celestia-node v0.9.0-rc1
This release contains a fix to address datastore bloat. **`full` and `bridge` node runners MUST clear their datastore via the new command `unsafe-reset-store` and re-sync from scratch.** Example: ``` celestia bridge unsafe-reset-store --p2p.network blockspacerace ``` This release
celestiaorg/celestia-node14-04-2023
DA RELEASE
celestia-app v0.14.0-rc2
## What's Changed * feat!: max namespace version for parity namespace by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1590 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.14.0-rc1...v0.14.0-rc2
celestiaorg/celestia-app13-04-2023
DA RELEASE
rollkit v0.7.4
## What's Changed * build(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0 by @dependabot in https://github.com/rollkit/rollkit/pull/840 * build(deps): bump github.com/celestiaorg/go-header from 0.2.1 to 0.2.3 by @dependabot in https://github.com/rollkit/rollkit/pull/838 *
rollkit/rollkit10-04-2023
DA RELEASE
celestia-node v0.8.2
Thanks to detailed profiling of `full` and `bridge` nodes done by @distractedm1nd and @Wondertan, this release introduces a few fixes to prevent unnecessary disk reads and a fix to reduce memory consumption. In order to realise the benefits from the above changes, node runners (o
celestiaorg/celestia-node05-04-2023
DA RELEASE
rollkit v0.7.3
## What's Changed * types: signed header validator set - use tendermint types by @tuxcanfly in https://github.com/rollkit/rollkit/pull/806 * enabling syncer for aggregator nodes by @gupadhyaya in https://github.com/rollkit/rollkit/pull/810 * Fix lazy aggregator test by @S1nus in
rollkit/rollkit03-04-2023
DA RELEASE
celestia-node v0.8.1
This patch brings a few bug fixes for issues reported from `blockspacerace` node runners. It also [disables certain `write` endpoints](https://github.com/celestiaorg/celestia-node/pull/1991) from the REST gateway. More notably, this release introduces the ❤️ **[RPC CLI](https://g
celestiaorg/celestia-node31-03-2023
DA RELEASE
celestia-app v0.13.0-rc2
## What's Changed * chore: bump NMT to v0.15.0 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1580 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.13.0-rc1...v0.13.0-rc2
celestiaorg/celestia-app31-03-2023
DA RELEASE
celestia-app v0.14.0-rc1
## What's Changed * chore: bump NMT to v0.15.0 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1581 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.14.0-rc0...v0.14.0-rc1
celestiaorg/celestia-app31-03-2023
DA RELEASE
celestia-app v0.12.2
## What's Changed * chore: bump NMT to v0.15.0 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1579 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.12.1...v0.12.2
celestiaorg/celestia-app31-03-2023
DA RELEASE
celestia-app v0.13.0-rc1
## What's Changed * feat(pkg/da): Extract min share creation into separate function for convenience (#1476) by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/1515 * fix: bump core to v1.15.1 by @rootulp in https://github.com/celestiaorg/celestia-app/pull/1564 **
celestiaorg/celestia-app30-03-2023
DA RELEASE
celestia-app v0.14.0-rc0
## What's Changed * Fix markdown lint errors. by @adlerjohn in https://github.com/celestiaorg/celestia-app/pull/798 * Add deploy step to mdbook workflow. by @adlerjohn in https://github.com/celestiaorg/celestia-app/pull/797 * Run table formatter. by @adlerjohn in https://github.c
celestiaorg/celestia-app30-03-2023
DA RELEASE
celestia-node v0.8.0
This is the official release for Phase 2 of Blockspace Race. This release is **breaking** so all nodes running on `blockspacerace` must upgrade. Notably, this release contains fixes related to network stability and also bridge node syncing improvements. ## What's Changed ### BREA
celestiaorg/celestia-node28-03-2023
DA RELEASE
celestia-node v0.8.0-rc2
## What's Changed * deps: bump go-header by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/1980 * fix(shrex/peer-manager): Temporarily disable blacklisting in peer manager by @walldiss in https://github.com/celestiaorg/celestia-node/pull/1979 * fix(shrex/peer-man
celestiaorg/celestia-node28-03-2023
DA RELEASE
celestia-node v0.8.0-rc1
## What's Changed * feat(core/exchange): parallelise GetRangeByHeight request by @walldiss in https://github.com/celestiaorg/celestia-node/pull/1962 * fix(nodebuilder/share): Invoke pubsub for shrex by @renaynay in https://github.com/celestiaorg/celestia-node/pull/1976 **Full Cha
celestiaorg/celestia-node27-03-2023
DA RELEASE
celestia-node v0.8.0-rc0
Release candidate for Phase 2 ## What's Changed ### BREAKING * fix(shrex/peer-manager)!: hash validation on subjective node start by @walldiss in https://github.com/celestiaorg/celestia-node/pull/1945 * refactoring(share/ipld)!: rework getLeavesByNamespace by @vgonkivs in https:/
celestiaorg/celestia-node27-03-2023
DA RELEASE
rollkit v0.7.2
## What's Changed * deps: bump go-header by @Wondertan in https://github.com/rollkit/rollkit/pull/800 **Full Changelog**: https://github.com/rollkit/rollkit/compare/v0.7.1...v0.7.2
rollkit/rollkit27-03-2023
DA RELEASE
celestia-core v1.17.0-tm-v0.34.27
## What's Changed * fix: send LastValidators instead of Validators in SignedBlock event by @cmwaters in https://github.com/celestiaorg/celestia-core/pull/986 * feat!: versioned namespaces by @rootulp in https://github.com/celestiaorg/celestia-core/pull/987 **Full Changelog**: htt
celestiaorg/celestia-core27-03-2023
DA RELEASE
rollkit v0.7.1
## **Notice**: March 27th, 2023: The [golang proxy](https://proxy.golang.org/) is caching the wrong version of this release. We recommend using 0.7.2 ## What's Changed * adds soft confirmations to dependency graph by @S1nus in https://github.com/rollkit/rollkit/pull/774 * update
rollkit/rollkit24-03-2023
DA RELEASE
celestia-app v0.12.1
## What's Changed This patch release fixes a bug in the RPC interface between consensus nodes and bridge nodes which was resulting in a validator set hash mismatch. This is a non-breaking release; nodes using v0.12.0 can upgrade their binaries and restart at any time **Full Chang
celestiaorg/celestia-app24-03-2023
DA RELEASE
celestia-core v1.15.1-tm-v0.34.23
## What's Changed? This patch includes a fix to a bug whereby nodes were sending the validator set within the SignedBlockEvent at the height above that of the included header as opposed to the validator set at the same height. Thus bridge nodes were experiencing validator hash mi
celestiaorg/celestia-core24-03-2023
DA RELEASE
celestia-core v1.16.0-tm-v0.34.27
## What's Changed * ci: fix proto-gen failing workflow by @rootulp in https://github.com/celestiaorg/celestia-core/pull/975 * feat: add influxdb trace collection by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/970 * docs: update openapi specs with new endpoin
celestiaorg/celestia-core22-03-2023
DA RELEASE
celestia-node v0.7.2
## Please update your nodes! This patch release includes several bug fixes found during the first phase of incentivised testnet, including one that is [critical for network functionality](https://github.com/celestiaorg/celestia-node/pull/1952). **Node runners on `blockspacerace`-
celestiaorg/celestia-node22-03-2023
DA RELEASE
rollkit v0.7.0
## What's Changed * Remove Commit gossiping logic from P2P client by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/717 * Remove namespace ID from header by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/718 * Add fraud proof gossiping logic to light clien
rollkit/rollkit20-03-2023
DA RELEASE
celestia-node v0.7.1
A patch release targeting various findings for the Blockspace Race ITN. It mainly fixes the issue where the required metric for uptime observability wasn't emitted and ensured the recoverability of accounts via mnemonic. ## Fixes * fix(nodebuilder): Also invoke header store head
celestiaorg/celestia-node15-03-2023
DA RELEASE
celestia-node v0.7.0
This release is the culmination of a quarter of work from the celestia-node team. It contains a massive, breaking re-architecture of blocksync, among many other improvements and breaking changes. This release also introduces the `blockspacerace` testnet. It is only compatible wit
celestiaorg/celestia-node14-03-2023
DA RELEASE
celestia-app v0.13.0-rc0
## What's Changed * fix: Fix prefix `v` in RCs by @jrmanes in https://github.com/celestiaorg/celestia-app/pull/1364 * chore(deps): Bump actions/cache from 3.2.4 to 3.2.5 by @dependabot in https://github.com/celestiaorg/celestia-app/pull/1365 * feat: make the testnode port allocat
celestiaorg/celestia-app10-03-2023
DA RELEASE
celestia-node v0.7.0-rc10
More bug fixes and improvements to ShrEx. ## What's Changed ### BREAKING * refactor(libhead): unify VerifyAdjacent and VerifyNonAdjacent into Verify by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/1777 ### FEATURE * feat: add libheader exchange metrics by @derr
celestiaorg/celestia-node02-03-2023
DA RELEASE
celestia-app v0.12.0
v0.12.0 is a massive change relative to v0.11.0 including but not limited adding IBC, important block encoding changes, multiple blobs per `MsgPayForBlobs`, removal of malleation, bandwidth optimizations, CAT pool, QGB v2, and more. As of Feb 28, 2023: | | robusta-x | arabica-5 |
celestiaorg/celestia-app28-02-2023
DA RELEASE
celestia-core v1.15.0-tm-v0.34.23
## What's Changed * build(deps): Bump github.com/celestiaorg/nmt from 0.12.0 to 0.14.0 by @dependabot in https://github.com/celestiaorg/celestia-core/pull/958 * test: `RowProof` and `ShareProof` by @rootulp in https://github.com/celestiaorg/celestia-core/pull/960 * CAT Part 2: wr
celestiaorg/celestia-core28-02-2023