Release Notes
celestia-app and celestia-node release changelogs, fully indexed.
790 releases
DA RELEASE
celestia-app v1.9.0
## Upgrade Notice This release downgrades ibc-go to v6.2.1 because upgrading to ibc-go v6.3.0 (in celestia-app v1.8.0) caused a state machine breaking change. ## What's Changed * feat: updates docker file by exposing the tracing port 26661 (backport #3334) by @mergify in https://
DA RELEASE
celestia-node v0.14.0-rc0
This RC notably introduces: * the ability to concurrently submit transactions via https://github.com/celestiaorg/celestia-node/pull/3298 * fee granting via https://github.com/celestiaorg/celestia-node/pull/3304 Note, this RC contains a break, listed below, that breaks proto for B
DA RELEASE
rollkit v0.13.2
## What's Changed * build(deps): Bump codecov/codecov-action from 4.1.1 to 4.2.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1618 * chore(ci): remove unused ci by @MSevey in https://github.com/rollkit/rollkit/pull/1623 * chore(ci): create repo specific PR template b
DA RELEASE
celestia-node v0.13.4
A patch release containing various fixes. ## Fixes - [ceae8cfb](https///github.com/celestiaorg/celestia-node/commit/ceae8cfb) fix(nodebuilder/share/cmd): Fix parsing of uint for height in `share` rpc CLI commands (#3294) - [913e9df5](https///github.com/celestiaorg/celestia-node/c
DA RELEASE
celestia-app v1.8.0
## Upgrade Notice ~~Per the minor bump, this is a strictly non-breaking change that is optional to update to.~~ This release has been retracted due to a non-determinism issue in ibc v6.3.0 ## What's Changed * feat: add gas estimation to the signer (backport https://github.com/cel
DA RELEASE
rollkit v0.13.1
## What's Changed * Update readme by @gupadhyaya in https://github.com/rollkit/rollkit/pull/1608 * build(deps): Bump github.com/cosmos/gogoproto from 1.4.11 to 1.4.12 by @dependabot in https://github.com/rollkit/rollkit/pull/1610 * build(deps): Bump github.com/celestiaorg/go-head
DA RELEASE
celestia-app v1.8.0-rc0
## What's Changed * feat: add gas estimation to the signer (backport #3017) by @mergify in https://github.com/celestiaorg/celestia-app/pull/3144 * fix(pkg/proof): reject negative indices in QueryTxInclusionProof (backport #3141) by @mergify in https://github.com/celestiaorg/celes
DA RELEASE
celestia-node v0.13.3
## What's Changed * ci(deps): Bump common ci by @jrmanes in https://github.com/celestiaorg/celestia-node/pull/3222 * fix(ci): specify secrets by @jrmanes in https://github.com/celestiaorg/celestia-node/pull/3279 * deps: Bump libp2p dependencies by @renaynay in https://github.com/
DA RELEASE
celestia-node v0.13.2
This patch mainly addresses two medium-severity issues: * DA nodes to time out during the start if one of the bootstrappers goes offline(https://github.com/celestiaorg/go-header/pull/167) * Sampling randomness didn't persist over retries(https://github.com/celestiaorg/celestia-no
DA RELEASE
rollkit v0.13.0
# Release Overview ## Breaking Change Rollkit now supports both gRPC and jsonRPC for talking to the DA layer via the go-da interface. To continue using the previous gRPC connection, update your url target to the following format: `grpc://localhost:26650`. Previous: `--rollkit.da_
DA RELEASE
celestia-openrpc v0.4.0-rc.1
Pre-release for changes that make celestia-openrpc compatible with [celestia-node 0.13.1](https://github.com/celestiaorg/celestia-node/releases/tag/v0.13.1)
DA RELEASE
celestia-node v0.13.1
This patch release notably fixes a bug that broke serialisation for `blob.Proof`. It also [introduces an additional field](https://github.com/celestiaorg/celestia-node/pull/3165) inside of the `blob.Blob` struct that tracks the index of the first share of the blob inside of the E
DA RELEASE
celestia-app v1.7.0
## Upgrade Notice Per the minor bump, this is a strictly non-breaking change that is optional to update to. This release contains dependency updates and a bump to Go 1.22. ## What's Changed * feat: SetGasLimitAndFee should round up (backport #2963) by @mergify in https://github.c
DA RELEASE
celestia-app v1.7.0-rc0
## What's Changed * feat: SetGasLimitAndFee should round up (backport #2963) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2965 * chore: bump core v1.31.0-tm-v0.34.29 (backport #2979) by @mergify in https://github.com/celestiaorg/celestia-app/pull/2981 * chore:
DA RELEASE
rollkit v0.12.0-rc0
## What's Changed * Fix Inefficient usage of mutex in PendingBlocks by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1460 * Replace SyncStatus with atomic.Bool by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1459 * Add a default erroring case on unknown
DA RELEASE
celestia-core v1.35.0-tm-v0.34.29
## What's Changed * chore: consolidate require blocks by @rootulp in https://github.com/celestiaorg/celestia-core/pull/1246 * chore: upgrade to Go 1.22 by @rootulp in https://github.com/celestiaorg/celestia-core/pull/1249 **Full Changelog**: https://github.com/celestiaorg/celesti
DA RELEASE
celestia-core v1.34.0-tm-v0.34.29
## What's Changed * fix: make priority calculations consistent for TestTxMempool_ReapMaxBytes (backport #1170) by @mergify in https://github.com/celestiaorg/celestia-core/pull/1171 * feat: add MaxGossipDelay from CAT pool to the config (backport #1174) by @mergify in https://gith
DA RELEASE
celestia-node v0.13.0
This release introduces a light node sampling window of 30 days, specified in [CIP-4](https://github.com/celestiaorg/CIPs/blob/main/cips/cip-4.md). Light nodes will now only sample blocks within a 30 day window instead of sampling all blocks from genesis. Also notable is the [int
DA RELEASE
celestia-node v0.13.0-rc1
Proper release logs will land in the official release. ## What's Changed * feat(nodebuilder/prune)!: Enable sampling window for light nodes by @renaynay in https://github.com/celestiaorg/celestia-node/pull/2991 * refactor(makefile + ci): rename swamp -> integration by @ramin in h
DA RELEASE
celestia-node v0.12.4
This release is a recommended upgrade for all users and contains security-related fixes. ## What's Changed * ci: add continue-on-error temporarily by @ramin in https://github.com/celestiaorg/celestia-node/pull/3100 * chore(deps): Bump go-header by @renaynay in https://github.com/
DA RELEASE
rollkit v0.11.19
## What's Changed * ci: fix release conditions by @MSevey in https://github.com/rollkit/rollkit/pull/1443 * chore: bump dep version for multiaddr by @MSevey in https://github.com/rollkit/rollkit/pull/1442 * build(deps): bump go-da to v0.1.0 by @tuxcanfly in https://github.com/rol
DA RELEASE
celestia-core v1.33.0-tm-v0.34.29
## What's Changed * feat: export `ErrTimedOutWaitingForTx` by @rootulp in https://github.com/celestiaorg/celestia-core/pull/1169 **Full Changelog**: https://github.com/celestiaorg/celestia-core/compare/v1.32.0-tm-v0.34.29...v1.33.0-tm-v0.34.29
DA RELEASE
celestia-core v1.32.0-tm-v0.34.29
## What's Changed * Revert "fix!: change the instrumentation config to circumvent viper b… by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/1167 **Full Changelog**: https://github.com/celestiaorg/celestia-core/compare/v1.31.0-tm-v0.34.29...v1.32.0-tm-v0.34.29
DA RELEASE
celestia-node v0.12.3
This release is a recommended upgrade for all users and contains security-related fixes. ## What's Changed * refactor(makefile + ci): rename swamp -> integration by @ramin in https://github.com/celestiaorg/celestia-node/pull/3065 * chore(deps): update otel group by @ramin in http
DA RELEASE
rollkit v0.11.18
### [0.11.18](https://github.com/rollkit/rollkit/compare/v0.11.17...v0.11.18) (2024-01-10) ## What's Changed * update README with latest release by @gupadhyaya in https://github.com/rollkit/rollkit/pull/1430 **Full Changelog**: https://github.com/rollkit/rollkit/compare/v0.11.17.
DA RELEASE
rollkit v0.11.17
### [0.11.17](https://github.com/rollkit/rollkit/compare/v0.11.16...v0.11.17) (2024-01-09) ## What's Changed * Halt a node if it errors when applying a block from the sequencer by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1438 **Full Changelog**: https://github.c
DA RELEASE
rollkit v0.11.16
### [0.11.16](https://github.com/rollkit/rollkit/compare/v0.11.15...v0.11.16) (2024-01-09) ### Build Systems * **deps:** Bump golang.org/x/net from 0.19.0 to 0.20.0 ([#1436](https://github.com/rollkit/rollkit/issues/1436)) ([7abee7c](https://github.com/rollkit/rollkit/commit/7abe
DA RELEASE
rollkit v0.11.15
### [0.11.15](https://github.com/rollkit/rollkit/compare/v0.11.14...v0.11.15) (2024-01-08) ### Build Systems * **deps:** Bump actions/github-script from 6 to 7 ([#1330](https://github.com/rollkit/rollkit/issues/1330)) ([54b08bc](https://github.com/rollkit/rollkit/commit/54b08bce9
DA RELEASE
rollkit v0.11.14
### [0.11.14](https://github.com/rollkit/rollkit/compare/v0.11.13...v0.11.14) (2024-01-08) ## What's Changed * Sevey/shutdown management by @MSevey in https://github.com/rollkit/rollkit/pull/1434 **Full Changelog**: https://github.com/rollkit/rollkit/compare/v0.11.13...v0.11.14
DA RELEASE
rollkit v0.11.13
### [0.11.13](https://github.com/rollkit/rollkit/compare/v0.11.12...v0.11.13) (2024-01-07) ## What's Changed * Enforce centralized sequencer in p2p block gossiping by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1418 * Move pending blocks out of attempts loop by @Ma