Release Notes
celestia-app and celestia-node release changelogs, fully indexed.
790 releases
DA RELEASE
rollkit v0.11.0-rc2
**Full Changelog**: https://github.com/rollkit/rollkit/compare/v0.11.0-rc1...v0.11.0-rc2
DA RELEASE
rollkit v0.10.5
## What's Changed * adr-update: Update ADR 009 by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1161 * Use uint64 height types instead of int64 by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1177 * build(deps): bump github.com/rs/cors from 1.9.0 to 1.1
DA RELEASE
celestia-openrpc v0.3.0
## What's Changed * chore(deps): update api to match node v0.11.0-rc15 by @distractedm1nd in https://github.com/rollkit/celestia-openrpc/pull/58 * build(deps): Bump github.com/celestiaorg/go-header from 0.3.1 to 0.3.3 by @dependabot in https://github.com/rollkit/celestia-openrpc/
DA RELEASE
celestia-node v0.11.0
# v0.11.0 This release contains 4 months of work moving towards a production-ready implementation of Celestia's data availability network. --- ## Notable changes Most notable changes (outside of general fixes) were focused around storage performance and API/RPC improvements and s
DA RELEASE
celestia-app v1.1.0
## Upgrade Notice celestia-app v1.1.0 is compatible with celestia-app 1.0.0. Consensus nodes that are already running v1.0.0 don't need to upgrade to v1.1.0 with urgency. This release contains a fix so that Ledger hardware wallets with firmware 2.2.2 can sign transactions. ## Wha
DA RELEASE
celestia-app v1.0.0
## Upgrade Notice This is the official v1.0.0 release of celestia-app!! :tada: :tada: This release is not breaking relative to v1.0.0-rc18, as it only had some docs and default genesis changes. This means that nodes running on mocha-4 and arabica-10 can upgrade as they see fit. v
DA RELEASE
celestia-node v0.11.0-rc15
This RC contains several API + RPC breaking changes, most notably: * elevating public permissions to be read-level for all JSON-RPC client interactions * a few method signature changes * removal of some redundant methods * RPC CLI overhaul _**Note:** this release also breaks conf
DA RELEASE
celestia-app v1.0.0-rc18
## Upgrade Notice This release has been tested to be backwards compatible with the latest testnets, mocha-4 and arabica-10. Node operaters should feel free to upgrade as they see fit. ## What's Changed * chore: increase duration of `VotingPeriod` and `MaxDepositPeriod` (backport
DA RELEASE
celestia-core v1.29.0-tm-v0.34.29
## What's Changed * fix(types): Implement nil check on commit.ValidateBasic (backport of #1094) by @cmwaters in https://github.com/celestiaorg/celestia-core/pull/1102 **Full Changelog**: https://github.com/celestiaorg/celestia-core/compare/v1.28.0-tm-v0.34.29...v1.29.0-tm-v0.34.2
DA RELEASE
celestia-node v0.11.0-rc9.1
This release contains stability changes backported from main. This RC is compatible with **`arabica-9`** **ONLY** and not compatible with `arabica-10` and `mocha-4`.
DA RELEASE
celestia-core v1.28.0-tm-v0.34.29
## What's Changed * feat: adds channel ID label to the Prometheus message_receive_bytes_total and message_send_bytes_total metrics by @staheri14 in https://github.com/celestiaorg/celestia-core/pull/1078 * chore: bump to v0.34.29 of comet by @cmwaters in https://github.com/celesti
DA RELEASE
celestia-node v0.11.0-rc14
**_This RC contains experimental fixes, use with caution._** ## What's Changed ### BREAKING * deps!: bump nmt, breaking JSON RPC return types including nmt Proofs by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/2728 ### FEATURES * feat(share/eds): Rework a
DA RELEASE
celestia-app v1.0.0-rc17
## Upgrade Notice This candidate includes bumping the go version to v1.21.1 and bumping the QGB contracts to v2. This candidate is not consensus breaking and nodes should be able to upgrade as they see fit. Updates to celestia-node will be pushed soon. ## What's Changed * chore(d
DA RELEASE
celestia-app v1.0.0-rc16
## Upgrade Notice This candidate includes a fix to the `PrepareProposal` logic so that it doesn't automatically filter out vesting accounts that attempt to sign a transaction without having any funds outside of vested funds. It also includes a helper cli command for validators to
DA RELEASE
celestia-core v1.27.0-tm-v0.34.28
## What's Changed * feat: traces block height and timestamp for InfluxDB by @staheri14 in https://github.com/celestiaorg/celestia-core/pull/1062 * feat: add more block stats to the block trace table by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/1064 * build
DA RELEASE
celestia-app v1.0.0-rc15
## Upgrade Notice Similar to v1.0.0-rc14, this release candidate is non breaking and mainly focused around including additional documention and changes to defaults in the genesis. ## What's Changed * feat: improve PayForBlobs CLI (backport #2411) by @mergify in https://github.com
DA RELEASE
rollkit v0.11.0-rc1
## What's Changed * Add mergify config for auto backport PR by @MSevey in https://github.com/rollkit/rollkit/pull/1134 * remove cmsync usage by @tac0turtle in https://github.com/rollkit/rollkit/pull/1151 * build(deps): bump github.com/go-kit/kit from 0.12.0 to 0.13.0 by @dependab
DA RELEASE
rollkit v0.10.4
## What's Changed * Update mempool_test_helpers.go by @Taction in https://github.com/rollkit/rollkit/pull/1139 * Revert "bump go verseion to 1.21 and use new builtin functions (#1155)" by @gupadhyaya in https://github.com/rollkit/rollkit/pull/1179 * Switch DABlockTime to 15 secon
DA RELEASE
celestia-openrpc v0.2.0
## What's Changed * build(deps): bump github.com/cometbft/cometbft from 0.37.0 to 0.37.2 by @dependabot in https://github.com/rollkit/celestia-openrpc/pull/39 * build(deps): bump github.com/celestiaorg/go-header from 0.2.12 to 0.2.13 by @dependabot in https://github.com/rollkit/c
DA RELEASE
rollkit v0.10.3
## What's Changed * build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1127 * For loop audit by @MSevey in https://github.com/rollkit/rollkit/pull/1117 * Modify DA Test to use SubmitBlocks with multiple blocks by @Ma
DA RELEASE
celestia-node v0.11.0-rc13
Contains a fix for header sync on `arabica-10`. ## What's Changed * feat(headertest): Validate exact error types in header tests by @Manav-Aggarwal in https://github.com/celestiaorg/celestia-node/pull/2644 * chore: bump celestia-app to v1.0.0-rc14 by @evan-forbes in https://githu
DA RELEASE
celestia-node v0.11.0-rc12
## What's Changed ### BREAKING * improvement!(blob/service): add options to submit by @vgonkivs in https://github.com/celestiaorg/celestia-node/pull/2630 ### FEATURES * feat(nodebuilder/header): Bootstrap from previously seen peers by @renaynay in https://github.com/celestiaorg/c
DA RELEASE
celestia-app v1.0.0-rc14
## Upgrade Notice Relative to v1.0.0-rc13, this release is not breaking in any way. It mostly catches the v1.x release branch up on a few missing things such as a fix to the Makefile to allow for ledger support, documentation including resource pricing, and specs for CAT. This me
DA RELEASE
celestia-node v0.11.0-rc11
## What's Changed ### BREAKING * refactor(share)!: have NamespacedShares fields use snake_case in JSON by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/2633 * chore!: bump celestia-app to v1.0.0-rc13 by @evan-forbes in https://github.com/celestiaorg/celesti
DA RELEASE
celestia-app v1.0.0-rc13
## Upgrade Notice This is technically a consensus breaking change due to the change in the vesting module. That being said, the change is minor and if there has not been a transaction to create a vesting account, then the upgrade does not actually require a hardfork. This upgrade
DA RELEASE
celestia-node v0.11.0-rc10
This RC contains an upgrade to `arabica-10` which incorporates several storage-related fixes and optimisations as well as an upgrade to the `shrex-nd` protocol such that it can now support getting blobs larger than 1mb. This RC is not compatible with `arabica-9`. _**Please note:*
DA RELEASE
rollkit v0.11.0-rc0
## What's Changed * build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1127 * For loop audit by @MSevey in https://github.com/rollkit/rollkit/pull/1117 * Modify DA Test to use SubmitBlocks with multiple blocks by @Ma
DA RELEASE
celestia-core v2.0.0-tm-v0.37.2-rc0
This is the first release candidate of CometBFTs v0.37.x version series. This fork now has the exact ABCI interface as v0.37 and thus allows us to use the standard Cosmos SDK version in the future. In order to follow the ABCI interface it makes a modification whereby the last tra
DA RELEASE
celestia-node v0.11.0-rc8-arabica-improvements
# STORAGE-BREAKING RC -- ONLY COMPATIBLE WITH ARABICA-9 This is a cherry-picked RC containing **storage-breaking** fixes and improvements that will help full and bridge nodes sync more reliably. Node runners wishing to upgrade should **clear their datastores** using the instructi
DA RELEASE
rollkit v0.10.2
### [0.10.2](https://github.com/rollkit/rollkit/compare/v0.10.1...v0.10.2) (2023-08-18) ### Tests * update mock.Server to use httptest.Server ([#1145](https://github.com/rollkit/rollkit/issues/1145)) ([3967fc2](https://github.com/rollkit/rollkit/commit/3967fc2e7f3037c7f09711a76ca