Release Notes
celestia-app and celestia-node release changelogs, fully indexed.
790 releases
DA RELEASE
celestia-core v1.3.0-tm-v0.34.20
## Notes This release is downgrading to v0.34.20 of tendermint. ## What's Changed * replace all imports of to use new org and name by @liamsi in https://github.com/celestiaorg/celestia-core/pull/5 * build(deps): bump google.golang.org/grpc from 1.28.0 to 1.28.1 by @dependabot-pre
DA RELEASE
celestia-app v0.6.0
This release bumps to v1.2.5 of celestia-core, which contains two notable fixes for node operators on mamaki. [#793](https://github.com/celestiaorg/celestia-core/pull/793) specifically greatly increases the stability of the p2p network. It should be noted that sometimes it can ta
DA RELEASE
celestia-core v1.2.5-tm-v0.35.6
## What's Changed * Update careers link by @liamsi in https://github.com/celestiaorg/celestia-core/pull/787 * Fix image file extension by @rootulp in https://github.com/celestiaorg/celestia-core/pull/798 * Configure dependabot to only check for Celestia deps. by @adlerjohn in htt
DA RELEASE
rollkit v0.3.4
## What's Changed * Creating a .gitignore file and adding proto/pb in it by @rkoalsi in https://github.com/celestiaorg/optimint/pull/454 * Ensure successful block submission even when sequencer crashes by @jbowen93 in https://github.com/celestiaorg/optimint/pull/442 * build(deps)
DA RELEASE
celestia-node v0.3.0-rc2
Another release candidate for the almost complete Full Node feature.
DA RELEASE
celestia-app v0.5.4
This release is highly recommended for validators, but optional for full nodes. The main changes are in #488, which ensure that the correct signature is used when malleating PayForData transactions ## What's Changed * Bump actions/cache from 3.0.2 to 3.0.4 by @dependabot in https
DA RELEASE
rollkit v0.3.3
This bugfix release resolves issue with incomplete/invalid state after node restart. ## What's Changed * build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in https://github.com/celestiaorg/optimint/pull/443 * Issue with ConsensusParams deserializati
DA RELEASE
rollkit v0.3.2
This bugfix release further improves error handling stability of Optimint. ## What's Changed * feat: improved block submission error handling by @tzdybal in https://github.com/celestiaorg/optimint/pull/427 * build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @de
DA RELEASE
celestia-app v0.5.3
## What's Changed * bump core to v1.2.4-tm-v0.35.6 by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/475 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.5.2...v0.5.3 This release pulls in the latest p2p fixes from tendermint. Please se
DA RELEASE
celestia-core v1.2.4-tm-v0.35.6
## What's Changed * decrease default peer gossip sleep duration by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/785 **Full Changelog**: https://github.com/celestiaorg/celestia-core/compare/v1.2.3-tm-v0.35.6...v1.2.4-tm-v0.35.6 This is a very minor release tha
DA RELEASE
celestia-core v1.2.3-tm-v0.35.6
## What's Changed * refactors MinDataAvailabilityHeader() to use GenerateEmptyShares(...) by @SweeXordious in https://github.com/celestiaorg/celestia-core/pull/758 * Prove txs that span more than two shares by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/772
DA RELEASE
rollkit v0.3.1
This small release focuses on improving error handling, which is needed to submit blocks to Celestia with confidence. ## What's Changed * Replace libs/cnrc with go-cnc v0.1.0 by @tzdybal in https://github.com/celestiaorg/optimint/pull/414 * build(deps): bump github.com/spf13/vipe
DA RELEASE
celestia-core v1.2.2-tm-v0.35.4
## What's Changed * pass the entire block data when making a block by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/754 **Full Changelog**: https://github.com/celestiaorg/celestia-core/compare/v1.2.1-tm-v0.35.4...v1.2.2-tm-v0.35.4
DA RELEASE
rollkit v0.3.0
This release is compatible with celestia-node RPC, and can be used on Mamaki testnet! ## What's Changed * Deterministic protobuf builds with bufbuild by @tzdybal in https://github.com/celestiaorg/optimint/pull/367 * fix: add missing configuration options by @tzdybal in https://gi
DA RELEASE
celestia-app v0.5.2
## What's Changed * Bump sdk to v1.1.1-sdk-v0.46.0 to change the default configs by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/446 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.5.1...v0.5.2
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-app v0.5.1
## What's Changed * Sign over all applicable square sizes by default by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/441 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.5.0...v0.5.1
DA RELEASE
celestia-app v0.5.0
## What's Changed * fix: actually print version on version sub-command by @liamsi in https://github.com/celestiaorg/celestia-app/pull/360 * change left over pfm to pfd by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/371 * Message inclusion check by @evan-forbe
DA RELEASE
celestia-core v1.2.1-tm-v0.35.4
## What's Changed * ADR 008 Updating to tendermint v0.35.4 by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/739 * Patch missing functionality needed for app in tendermint v0.35 by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/747 **Full Cha
DA RELEASE
celestia-core v1.2.0-tm-v0.35.4
## What's Changed * Upgrade to tendermint v0.35.x by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/737 **Full Changelog**: https://github.com/celestiaorg/celestia-core/commits/v1.2.0-tm-v0.35.4
DA RELEASE
celestia-app v0.4.0
## What's Changed * temporary fix for proto-gen by @SweeXordious in https://github.com/celestiaorg/celestia-app/pull/341 * Fixed typos by @Riuqlav in https://github.com/celestiaorg/celestia-app/pull/348 * change PayForMessage to PayForData by @quinle in https://github.com/celesti
DA RELEASE
celestia-core v1.1.0-tm-v0.34.16
## What's Changed * remove ISRs for now by @liamsi in https://github.com/celestiaorg/celestia-core/pull/723 * update rsmt2d 03.1 -> 0.4.0 by @liamsi in https://github.com/celestiaorg/celestia-core/pull/726 **Full Changelog**: https://github.com/celestiaorg/celestia-core/compare/v
DA RELEASE
celestia-app v0.3.0
## What's Changed * improve error handling by @liamsi in https://github.com/celestiaorg/celestia-app/pull/300 **Full Changelog**: https://github.com/celestiaorg/celestia-app/compare/v0.2.1...v0.3.0
DA RELEASE
celestia-app v0.2.1
## What's Changed * Remove changelog requirement from goreleaser ci by @adlerjohn in https://github.com/celestiaorg/celestia-app/pull/292 * bump SDK by @liamsi in https://github.com/celestiaorg/celestia-app/pull/299 **Full Changelog**: https://github.com/celestiaorg/celestia-app/
DA RELEASE
celestia-core v1.0.1-tm-v0.34.16
## What's Changed * Change CI to work on pushes to default branch instead of master. by @adlerjohn in https://github.com/celestiaorg/celestia-core/pull/710 * Remove check rule from makefile. by @adlerjohn in https://github.com/celestiaorg/celestia-core/pull/709 * Remove push from
DA RELEASE
celestia-app v0.2.0
## What's Changed * Micro Celes by @marbar3778 in https://github.com/celestiaorg/celestia-app/pull/196 * Refactor to export testutils by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/207 * fix single node script by @evan-forbes in https://github.com/celestiaorg
DA RELEASE
celestia-core v1.0.0-tm-v0.34.16
## What's Changed * force linter to use go 1.17 by @evan-forbes in https://github.com/celestiaorg/celestia-core/pull/676 * Fix codeowners by @adlerjohn in https://github.com/celestiaorg/celestia-core/pull/699 * build(deps): Bump github.com/celestiaorg/rsmt2d from 0.3.0 to 0.3.1 b
DA RELEASE
rollkit v0.2.0
This release breaks API compatibility, because of addition of separate signing key (#309). Another big change is new DALC API (#341). ## What's Changed * Adds separate key for aggregator signatures by @mauriceLC92 in https://github.com/celestiaorg/optimint/pull/309 * Add Proposer
DA RELEASE
celestia-app v0.2.0-rc-1
## What's Changed * Micro Celes by @marbar3778 in https://github.com/celestiaorg/celestia-app/pull/196 * Refactor to export testutils by @evan-forbes in https://github.com/celestiaorg/celestia-app/pull/207 * fix single node script by @evan-forbes in https://github.com/celestiaorg
DA RELEASE
celestia-app v0.1.0
## What's Changed * Bump codecov/codecov-action from 2.0.3 to 2.1.0 by @dependabot in https://github.com/celestiaorg/celestia-app/pull/123 * docker: Initial dockerfile for celestia-app by @Bidon15 in https://github.com/celestiaorg/celestia-app/pull/141 * Wrap `PayForMessage`s in