Release Notes
celestia-app and celestia-node release changelogs, fully indexed.
253 releases
DA RELEASE
celestia-node v0.5.0-rc2
## What's Changed * feat(share/availability/light): Add some debug logs for sampling by @renaynay in https://github.com/celestiaorg/celestia-node/pull/1294 * fix(gateway): switch to separate Listen/Serve by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/1314
DA RELEASE
celestia-node v0.5.0-rc1
Release candidate for v0.5.0 ## What's Changed ### BREAKING * refactor!(params): Moving params to nodebuilder and adding config by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/1168 * feat!(`api/rpc`): OpenRPC scaffolding, migrating OpenAPI gateway to `api/
DA RELEASE
celestia-node v0.4.2
This patch release upgrades the network ID to `arabica-1`. **Full Changelog**: https://github.com/celestiaorg/celestia-node/compare/v0.4.1...v0.4.2
DA RELEASE
celestia-node v0.4.1
This patch release contains a two bug fixes for issues found during testing on `v0.4.0`. 1. `namespaceHasher.Write`'s error is not properly handled for, so in the case that data comes in that is of an unexpected length, the error is not caught and causes a panic. To remedy that,
DA RELEASE
celestia-node v0.4.0
## v0.4.0 | 2022-10-17 This release includes large refactorings, breaking changes and improvements related to four primary work-streams: building out the public API, hardening `HeaderExchange`, refactoring blocksync architecture and increasing metrics coverage. **Most notably, th
DA RELEASE
celestia-node v0.3.1
## v0.3.1 - `DASer` parallelisation and quick fix to `cel-key` This patch release notably includes an optimisation to the `DASer` in order to provide faster sampling over past headers and a fix to the `cel-key` utility to read from the correct node directory (which was broken in
DA RELEASE
celestia-node v0.3.0
## v0.3.0 | 2022-09-06 ### Arabica Testnet Release It has been half a year since our last minor release, and, as a result, our third minor release of celestia-node introduces a large range of new and hardened functionality. Some key highlights can be found below: ## Highlights *
DA RELEASE
celestia-node v0.3.0-rc2
Another release candidate for the almost complete Full Node feature.
DA RELEASE
celestia-node v0.3.0-rc1
This is a pre-release for the Mamaki testnet. The full changelog will be available on the release.
DA RELEASE
celestia-node v0.2.0
## v0.2.0 | 2022-02-23 The second minor release focuses on the stability and robustness of existing features via refactorings, mainly for headers synchronization and storing, while fixing the DA network segregation by providing bootstrap peers, allowing you to run a Light Node wi
DA RELEASE
celestia-node v0.2.0-rc1
This is a release candidate for the upcoming v0.2.0 release. Detailed info about the release will come together with it.
DA RELEASE
celestia-node v0.1.1
## v0.1.1 | 2022-01-07 A quick hot-fix release to enable Full Node sync reliably with validator set bigger than 30. ### Bug Fixes - [Properly fetch Validators from Core and two more fixes #328](https://github.com/celestiaorg/celestia-node/pull/328) [@Wondertan](https://github.com
DA RELEASE
celestia-node v0.1.0
## v0.1.0 | 2021-11-03 This is the first `celestia-node` release. The release constitutes the foundation for the data availability "halo" network that will complement the core consensus network. Mainly, we introduce 3 packages: * `service/header` - defines everything related to s