Release Notes
celestia-app and celestia-node release changelogs, fully indexed.
790 releases
DA RELEASE
celestia-app v3.0.1-arabica
## Upgrade Notice Consensus nodes on the arabica-11 network are should upgrade to this release at their earliest convenience. This is a patch release, therefore if the instruction for upgrading to v3.0.0-arabica have already been followed, then nothing else is required to upgrade
DA RELEASE
celestia-app v3.0.1
## Upgrade Notice This is a rolling upgrade, and therefore consensus nodes can upgrade their binaries at any time between now and next week. The discord announcement will be out the week of December 2nd, 2024. This release is out this week, the week of November 25th, in order to
DA RELEASE
celestia-node v0.20.2
> *NOTE: v0.18 and v0.19 are skipped for mainnet* Hey everyone, this is quite a mammoth of a release, so please hang tight. We have two major changes packaged in this release: - Shwap (**protocol-breaking**) - Celestia v3 compatibility (**API-breaking**) The migration period for
DA RELEASE
celestia-node v0.20.2-arabica
This patch brings numerous fixes to the sampling protocol, particularly Bitswap sub-protocol dependency, by fixing 7(!) client-side memory leaks. It also improves resource utilization and load balancing on the server side. All the changes are currently applied in our fork(https:/
DA RELEASE
celestia-node v0.20.2-mocha
This patch brings numerous fixes to the sampling protocol, particularly Bitswap sub-protocol dependency, by fixing 7(!) client-side memory leaks. It also improves resource utilization and load balancing on the server side. All the changes are currently applied in our fork(https:/
DA RELEASE
rollkit v0.13.9
## What's Changed Quick fix to upgrade go-da to v0.9.0 to make it compatible with latest celestia-node **Full Changelog**: https://github.com/rollkit/rollkit/compare/v0.13.7...v0.13.9
DA RELEASE
rollkit v0.14.1
## v0.14.0 Release v0.14.0 was never officially published. Please see [the release notes here](https://github.com/rollkit/rollkit/releases/tag/v0.14.0). ## v0.14.0 Breaking Change The v0.14.0 release is breaking release which won't be compatible with previous rollkit rollup state
DA RELEASE
celestia-node v0.20.1-mocha
## What's Changed * deps(go.mod): bump app to arabica tag by @renaynay in https://github.com/celestiaorg/celestia-node/pull/3910 * chore: bump to celestia-app v3.0.0-mocha by @evan-forbes in https://github.com/celestiaorg/celestia-node/pull/3920 **Full Changelog**: https://github
DA RELEASE
celestia-node v0.20.1-arabica
## What's Changed * ci(docker): bump version by @tty47 in https://github.com/celestiaorg/celestia-node/pull/3914 * deps(go.mod): bump app to arabica tag by @renaynay in https://github.com/celestiaorg/celestia-node/pull/3910 **Full Changelog**: https://github.com/celestiaorg/celes
DA RELEASE
celestia-node v0.20.0-mocha
It's the equivalent of https://github.com/celestiaorg/celestia-node/releases/tag/v0.20.0-arabica but for Mocha and with a docker fix. ## What's Changed * ci(docker): bump version by @tty47 in https://github.com/celestiaorg/celestia-node/pull/3914 **Full Changelog**: https://githu
DA RELEASE
celestia-app v3.0.0-mocha
## Upgrade Notice All consensus nodes on the mocha network can use this release starting now. The discord announcement is planned for Thursday November 7th, 2024. Node operators that are upgrading need to do three things after upgrading their binaries to this release: 1. Enable B
DA RELEASE
celestia-node v0.20.0-arabica
This release breaks APIs and storage. The API break renames a method(#3902), grouping it closer to breaks in v0.19.0. The storage break affects only LNs (#3887) and is necessary to support LN pruning post-Shwap. LN runners must resync their nodes. See the [docs](https://docs.cele
DA RELEASE
rollkit v0.14.0
## What's Changed * build(deps): Bump golang.org/x/net from 0.27.0 to 0.28.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1796 * build(deps): Bump github.com/cosmos/gogoproto from 1.5.0 to 1.6.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1795 * fix(ci)
DA RELEASE
celestia-app v2.3.1-mocha
## Upgrade Notice Relative to v2.3.0-mocha, this bump strictly includes documentation and script fixes for Makefile targets. ## What's Changed * fix: make check-bbr (backport #4004) by @mergify in https://github.com/celestiaorg/celestia-app/pull/4012 * fix: enable tcp_bbr to load
DA RELEASE
celestia-app v2.3.1
## Upgrade Notice Relative to v2.3.0, this bump strictly includes documentation and script fixes for Makefile targets. ## What's Changed * fix: make check-bbr (backport #4004) by @mergify in https://github.com/celestiaorg/celestia-app/pull/4012 * fix: enable tcp_bbr to load autom
DA RELEASE
celestia-app v3.0.0-arabica
## Upgrade Notice All consensus nodes on the arabica network can use this release starting now. After upgrading, validators on the arabica network can signal that they have done so. ## What's Changed * chore(deps): Bump github.com/celestiaorg/nmt from 0.22.1 to 0.22.2 by @dependa
DA RELEASE
celestia-node v0.19.0-arabica
This release is **_API-breaking_** and contains an upgrade to the celestia-app version (to v3). Notable API breaks include: * deduplication of types that resulted in several type changes in the blob, share and state modules (via https://github.com/celestiaorg/celestia-node/pull/3
DA RELEASE
celestia-node v0.18.3-mocha
This release is part of the ongoing **Shwap Mocha migration period** and is **not backwards compatible with version 0.17**. For more information about Shwap, please refer to the [Shwap Mocha Migration Details](https://github.com/celestiaorg/celestia-node/releases/tag/v0.18.2-moch
DA RELEASE
celestia-node v0.17.2
# What's changed * chore: bump to v2.3.0 by @evan-forbes in https://github.com/celestiaorg/celestia-node/pull/3854 **Full Changelog**: https://github.com/celestiaorg/celestia-node/compare/v0.17.1...v0.17.2
DA RELEASE
celestia-app v2.3.0-mocha
## What's Changed * fix(lint): golang-client lint errors (backport #3924) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3925 * chore: optimize checkTx (backport #3954) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3963 * fix(ci): classify `-ara
DA RELEASE
celestia-core v1.43.0-tm-v0.34.35
## What's Changed * refactor: TestTxPool_ConcurrentTxs by @rootulp in https://github.com/celestiaorg/celestia-core/pull/1503 * chore: remove buf.work.yaml by @rach-id in https://github.com/celestiaorg/celestia-core/pull/1511 * build(deps): Bump github.com/celestiaorg/nmt from 0.2
DA RELEASE
celestia-app v2.3.0
## What's Changed * fix(lint): golang-client lint errors (backport #3924) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3925 * chore: optimize checkTx (backport #3954) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3963 * fix(ci): classify `-ara
DA RELEASE
celestia-app v3.0.0-rc0
## Upgrade Notice This is the first release candidate for v3.0.0. This tag should only be used to import and test v3.0.0 of celestia-app. Do not upgrade to this binary on testnets until the testnet releases are created. ## What's Changed * chore(deps): Bump github.com/celestiaorg
DA RELEASE
celestia-node v0.17.1
This release contains an API-breaking change to the DA API via https://github.com/celestiaorg/celestia-node/pull/3750 ## What's Changed * chore(swamp): skip fraud test until a better day by @Wondertan in https://github.com/celestiaorg/celestia-node/pull/3712 * chore(go.mod): use
DA RELEASE
celestia-app v3.0.0-alpha
## Upgrade Notice This release is not recommended for use on any public networks. ## What's Changed * ci: enable backporting to v2.x by @rootulp in https://github.com/celestiaorg/celestia-app/pull/3658 * chore(deps): Bump github.com/ethereum/go-ethereum from 1.14.5 to 1.14.6 by @
DA RELEASE
celestia-node v0.17.1-mocha
## What's Changed * chore(deps): upgrade to app v2.2.0 by @rootulp in https://github.com/celestiaorg/celestia-node/pull/3809 **Full Changelog**: https://github.com/celestiaorg/celestia-node/compare/v0.17.0-arabica...v0.17.1-mocha
DA RELEASE
celestia-node v0.17.1-arabica
## What's Changed * chore(deps): upgrade to app v2.2.0 by @rootulp in https://github.com/celestiaorg/celestia-node/pull/3809 **Full Changelog**: https://github.com/celestiaorg/celestia-node/compare/v0.17.0-arabica...v0.17.1-arabica
DA RELEASE
celestia-node v0.17.0-mocha
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
DA RELEASE
celestia-node v0.18.2-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(14x) and data access latencies. The new protocol is not backwards compati
DA RELEASE
celestia-node v0.18.2-mocha
This is a protocol-breaking release featuring Shwap([CIP-19](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-19.md)), which targets the Mocha network that brings massive optimizations to disk usage(14x) and data access latencies. The new protocol is not backwards compatibl