Skip to content

Release Notes

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

ALLcelestia-appcelestia-nodecelestia-corecelestia-openrpcrollkit
790 releases
DA RELEASE
celestia-app v2.2.0
## Upgrade Notice This release includes a fix for block sync on Mocha. ## What's Changed * ci(goreleaser): fix release candidate suffix (backport #3833) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3838 * chore(go.mod): bump grafana/pyroscope-go deps (backport
celestiaorg/celestia-app03-10-2024
DA RELEASE
celestia-node v0.17.0-arabica
This release contains an API-breaking change to the DA API via https://github.com/celestiaorg/celestia-node/pull/3750 # What's changed * fix: remove godebug asynctimerchan=1 by @cristaloleg in https://github.com/celestiaorg/celestia-node/pull/3790 * feat(cel-shed/p2p): bootstrapp
celestiaorg/celestia-node03-10-2024
DA RELEASE
celestia-core v1.42.0-tm-v0.34.35
## What's Changed * chore(go.mod): bump grafana/pyroscope-go deps by @cristaloleg in https://github.com/celestiaorg/celestia-core/pull/1471 * build(deps): Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows by @dependabot in https://github.com/celestiaorg/celesti
celestiaorg/celestia-core30-09-2024
DA RELEASE
celestia-node v0.16.2-mocha
## What's Changed * chore(deps): upgrade to app v2.2.0-arabica by @rootulp in https://github.com/celestiaorg/celestia-node/pull/3772 * fix(header): soft failure is only for not enough voting power by @cristaloleg in https://github.com/celestiaorg/celestia-node/pull/3769 * fix(cor
celestiaorg/celestia-node30-09-2024
DA RELEASE
celestia-app v2.2.0-mocha
## Upgrade Notice This release includes a fix for block sync on Mocha. This release is intended for the Mocha testnet. ## What's Changed * ci(goreleaser): fix release candidate suffix (backport #3833) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3838 * chore(go
celestiaorg/celestia-app30-09-2024
DA RELEASE
celestia-node v0.18.1-arabica
This is a protocol-breaking release featuring Shwap([CIP-19](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-19.md)), which targets the Arabica network that brings massive optimizations to disk usage and data access latencies. The new protocol is not backward compatible wi
celestiaorg/celestia-node26-09-2024
DA RELEASE
celestia-node v0.16.2-arabica
## What's Changed * chore(deps): upgrade to app v2.2.0-arabica by @rootulp in https://github.com/celestiaorg/celestia-node/pull/3772 * fix(header): soft failure is only for not enough voting power by @cristaloleg in https://github.com/celestiaorg/celestia-node/pull/3769 * fix(cor
celestiaorg/celestia-node25-09-2024
DA RELEASE
celestia-node v0.16.1-mocha
This release includes new bootstrappers for the mainnet, performance enhancements, and several bug fixes. CELESTIA_HOME env var changed its behavior. Previously, it worked like XDG_HOME in the form of $CELESTIA_HOME/.celestia-<network>-<type>. [This change ](https://github.com/ce
celestiaorg/celestia-node25-09-2024
DA RELEASE
celestia-node v0.16.1-arabica
This release includes new bootstrappers for the mainnet, performance enhancements, and several bug fixes. CELESTIA_HOME env var changed its behavior. Previously, it worked like XDG_HOME in the form of $CELESTIA_HOME/.celestia--. https://github.com/celestiaorg/celestia-node/pull/3
celestiaorg/celestia-node25-09-2024
DA RELEASE
celestia-app v2.2.0-arabica
## Upgrade Notice This release includes a fix for block sync on Mocha. This release is intended for the Arabica testnet. ## What's Changed * ci(goreleaser): fix release candidate suffix (backport #3833) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3838 * chore(
celestiaorg/celestia-app24-09-2024
DA RELEASE
celestia-app v2.2.0-rc0
## Upgrade Notice This release includes a fix for block sync on Mocha. This release is not intended for any public testnets. ## What's Changed * ci(goreleaser): fix release candidate suffix (backport #3833) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3838 * ch
celestiaorg/celestia-app24-09-2024
DA RELEASE
celestia-node v0.16.1-rc1
## Changelog * 2a9acb45a1315aa9ec1146b5c0b95cb7d9e4271a fix(node): fixup CELESTIA_HOME (#3759)
celestiaorg/celestia-node23-09-2024
DA RELEASE
celestia-openrpc v0.5.0
Compatible with celestia-node 0.15.0 and above ## What's Changed * chore: Update auto_request_review.yml by @distractedm1nd in https://github.com/celestiaorg/celestia-openrpc/pull/121 * Revert to Go `1.20` and add `Index()` method to `Blob` type by @Ferret-san in https://github.c
celestiaorg/celestia-openrpc11-09-2024
DA RELEASE
celestia-core v1.41.0-tm-v0.34.29
## What's Changed * chore: updates go version to 1.22.6 by @staheri14 in https://github.com/celestiaorg/celestia-core/pull/1463 * build(deps): Bump github.com/celestiaorg/nmt from 0.22.0 to 0.22.1 by @dependabot in https://github.com/celestiaorg/celestia-core/pull/1449 * feat(tra
celestiaorg/celestia-core05-09-2024
DA RELEASE
celestia-node v0.16.0
*NOTE*: There is a bug in go1.23 that may cause networking and timeout issues(https://github.com/golang/go/issues/69312). If you experience syncing/sampling instability, try running your node with `GODEBUG="asynctimerchan=1"` #### What’s Changed: - **Celestia-App v2 (Lemongrass)
celestiaorg/celestia-node03-09-2024
DA RELEASE
celestia-core v1.40.1-tm-v0.34.29-rc0
## What's Changed * feat: re-add ability to filter tables from trace data by @cmwaters in https://github.com/celestiaorg/celestia-core/pull/1455 * fix: DNS TTL not respected by @ninabarbakadze in https://github.com/celestiaorg/celestia-core/pull/1442 **Full Changelog**: https://g
celestiaorg/celestia-core23-08-2024
DA RELEASE
celestia-app v2.1.2
## Upgrade Notice This release fixes a bug that prevented nodes from using [state sync](https://docs.cometbft.com/v0.34/core/state-sync). ## What's Changed * fix: error handling by @ninabarbakadze in https://github.com/celestiaorg/celestia-app/pull/3809 * fix: state sync on v2.x
celestiaorg/celestia-app23-08-2024
DA RELEASE
celestia-app v2.1.2-rc1
## What's Changed * fix: state sync on v2.x by @rootulp in https://github.com/celestiaorg/celestia-app/pull/3808 * docs: add documentation to enabling BBR by @cmwaters in https://github.com/celestiaorg/celestia-app/pull/3812 * ci: use goreleaser-cross for goreleaser-check command
celestiaorg/celestia-app22-08-2024
DA RELEASE
celestia-app v2.1.2-rc0
## What's Changed * fix: error handling by @ninabarbakadze in https://github.com/celestiaorg/celestia-app/pull/3809 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v2.1.1...v2.1.2
celestiaorg/celestia-app22-08-2024
DA RELEASE
celestia-app v2.1.1
## Upgrade Notice This release upgrade to Go 1.22.6 in order to fix an issue with missing pre-built binaries on the v2.1.0 release. ## What's Changed * chore(deps): upgrade to Go 1.22.6 (backport #3764) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3803 **Full C
celestiaorg/celestia-app21-08-2024
DA RELEASE
celestia-node v0.15.1-rc0
## What's Changed * chore(deps): upgrade to celestia-app v2.0.0 by @rootulp in https://github.com/celestiaorg/celestia-node/pull/3453 * chore: improve Make help command by @rootulp in https://github.com/celestiaorg/celestia-node/pull/3640 * refactor(header): `Validate` should che
celestiaorg/celestia-node21-08-2024
DA RELEASE
celestia-app v2.1.0
## **Key Features** In this release, we introduce a lightweight transaction indexer as an alternative to the traditional KV indexer. This new indexer addresses the need for a more lightweight way of checking the status of a transaction. **Transaction status tracking:** The new tx
celestiaorg/celestia-app21-08-2024
DA RELEASE
celestia-node v0.16.1-rc0
This release focuses on performance improvements in the P2P layer, aiming to reduce CPU load on the server side for both Full and Bridge nodes. ## What's Changed * chore(deps): Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 by @dependabot in https://github.com/celestiaorg
celestiaorg/celestia-node20-08-2024
DA RELEASE
celestia-core v1.40.0-tm-v0.34.29
## What's Changed * fix: e2e by updating docker-compose to docker compose by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/1457 * refactor: export tx status consts by @ninabarbakadze in https://github.com/celestiaorg/celestia-core/pull/1451 * feat(store): add
celestiaorg/celestia-core16-08-2024
DA RELEASE
rollkit v0.13.7
## What's Changed * fix: verify if `MaxBytes` is less than or equal to 0 by @Eoous in https://github.com/rollkit/rollkit/pull/1770 * fix(rpc): optional params by @tuxcanfly in https://github.com/rollkit/rollkit/pull/1769 * test: refactor startup of RPC servers by @tzdybal in http
rollkit/rollkit15-08-2024
DA RELEASE
celestia-node v0.16.0-rc0
celestiaorg/celestia-node08-08-2024
DA RELEASE
celestia-node v0.15.0
**Note: this release is currently intended for mocha-4** This release breaks config, so a re-initialisation of the config is necessary. Please refer [here](https://docs.celestia.org/nodes/celestia-node-troubleshooting#resetting-your-config) for instructions on how to do it. ## Wh
celestiaorg/celestia-node07-08-2024
DA RELEASE
celestia-core v1.39.0-tm-v0.34.29
## What's Changed * build(deps): Bump github.com/celestiaorg/nmt from 0.21.0 to 0.22.0 (backport #1421) by @mergify in https://github.com/celestiaorg/celestia-core/pull/1423 * fix: panic in prometheus by @cmwaters in https://github.com/celestiaorg/celestia-core/pull/1427 * chore:
celestiaorg/celestia-core01-08-2024
DA RELEASE
celestia-app v1.14.0
## Upgrade Notice This is a strictly non-breaking change that is optional to update to. ## What's Changed * test(v1.x): expand apphash test with all state machine msgs by @ninabarbakadze in https://github.com/celestiaorg/celestia-app/pull/3665 * chore(deps): upgrade to cosmos-sdk
celestiaorg/celestia-app26-07-2024
DA RELEASE
celestia-app v2.0.0
## Upgrade Notice Per the major version bump, this release is breaking for consensus node operators and library consumers. ## What's Changed This release prepares the consensus network for the [Lemongrass network upgrade](https://docs.celestia.org/nodes/hardfork-process#lemongras
celestiaorg/celestia-app24-07-2024