Release Notes
celestia-app and celestia-node release changelogs, fully indexed.
79 releases
DA RELEASE
rollkit v1.1.4
## ev-node v1.1.4 This is a targeted bugfix release that improves resilience of the DA client's WebSocket connection handling. Upgrade is recommended for all operators experiencing DA layer connectivity issues or running in environments with unstable WebSocket connections. --- ##
DA RELEASE
rollkit v1.1.3
This is a targeted bugfix release addressing a transaction queue backlog issue under heavy load. Operators running sequencer nodes with high transaction throughput are strongly encouraged to upgrade. ## Full Changelog For a complete list of all changes including new features, imp
DA RELEASE
rollkit v1.1.2
This is a maintenance and improvement release that includes performance optimizations, new observability and connectivity features, and breaking changes to the gRPC execution layer. Operators running `execution/grpc` integrations **must** review the changes below before upgrading
DA RELEASE
rollkit v1.1.1
This is a patch release focused on P2P reliability, bug fixes, and incremental improvements. Upgrading is recommended for all operators, particularly those experiencing P2P connectivity issues requiring node restarts. ## Full Changelog For a complete list of all changes including
DA RELEASE
rollkit v1.1.0
This is a minor feature and bugfix release building on v1.0.0. It introduces AWS & GCP KMS signer backend support. Additionally several internal improvements have happened, notably publisher-mode synchronization for failover scenarios, forced inclusion namespace event subscriptio
DA RELEASE
rollkit v1.1.0-rc.2
## ev-node v1.1.0-rc.2 > ⚠️ This is a draft release. Please verify its content before publishing This is a maintenance and reliability release candidate, containing targeted: improvements to P2P stability, failover handling, and execution layer correctness. Operators running v1.1
DA RELEASE
rollkit v1.1.0-rc.1
# ev-node v1.1.0-rc.1 This is a release candidate for v1.1.0, focused on new features and stability improvements. It introduces: - AWS & GCP KMS signer backend support - Forced inclusion namespace event subscriptions - Several bug fixes addressing memory management, sync reliabil
DA RELEASE
rollkit v1.0.0
<img width="1376" height="550" alt="image" src="https://github.com/user-attachments/assets/5baa6a7e-9e40-4c48-bca8-b7422d9c11a0" /> A major part of the [Evolve Stack](https://github.com/evstack) has been released. Introducing the v1.0.0 release of ev-node and execution/evm. Those
DA RELEASE
rollkit v1.0.0-rc.4
# ev-node v1.0.0-rc.4 This is a maintenance release that improves reliability when the execution client is unavailable. This is a safe upgrade with no breaking changes. **Tested upgrade paths** - ev-node v1.0.0-rc.3 -> ev-node v1.0.0-rc.4 --- ## Full Changelog For a complete list
DA RELEASE
rollkit v1.0.0-rc.3
# ev-node v1.0.0-rc.3 This is new release candidate focused on improving cache handling, fixing critical bugs in block replay logic, and enhancing node synchronization with DA hints for P2P transactions. This release includes **one breaking change** related to cache persistence b
DA RELEASE
rollkit v1.0.0-rc.2
# ev-node v1.0.0-rc.2 This release candidate improves cache handling, storage efficiency, and metrics accuracy. This release reduces storage duplication by replacing the `go-header` store with the ev-node native store and improves performance when handling backlogs of pending blo
DA RELEASE
rollkit v1.0.0-rc.1
# ev-node v1.0.0-rc.1 This release candidate introduces forced inclusion and batch sequencing capabilities, adds new batching strategies, and includes several breaking changes that improve code clarity and metrics simplicity. Operators should carefully review the breaking changes
DA RELEASE
rollkit v0.13.10
**Full Changelog**: https://github.com/rollkit/rollkit/compare/v0.13.4...v0.13.10 - [replay blocks to sync app and rollup](https://github.com/rollkit/rollkit/commit/8d7699796d114b954802b0501f63dc1f0ecf80b1) - [upgrade to go-da v0.9.0](https://github.com/rollkit/rollkit/commit/35e
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
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
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
DA RELEASE
rollkit v0.13.6
## What's Changed * refactor: make sync service generic by @tzdybal in https://github.com/rollkit/rollkit/pull/1721 * build(deps): Bump rollkit/.github from 0.3.0 to 0.4.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1746 * docs: update links to sync_service.go by @t
DA RELEASE
rollkit v0.13.5
## What's Changed * refactor: Log tx count in DA submission by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/1713 * fix: fix failing tests on macos, due to symlinks to temp dir by @yarikbratashchuk in https://github.com/rollkit/rollkit/pull/1719 * feat: rollkit rebui
DA RELEASE
rollkit v0.13.4
## What's Changed * build(deps): Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 by @dependabot in https://github.com/rollkit/rollkit/pull/1665 * build(deps): Bump github.com/prometheus/client_golang from 1.19.0 to 1.19.1 by @dependabot in https://github.com/rollkit/rollki
DA RELEASE
rollkit v0.13.3
## What's Changed * chore: fix some typos in comments by @overallteach in https://github.com/rollkit/rollkit/pull/1633 * build(deps): Bump github.com/rs/cors from 1.10.1 to 1.11.0 by @dependabot in https://github.com/rollkit/rollkit/pull/1651 * build(deps): Bump golangci/golangci
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
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
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
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
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
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