Release Notes
celestia-app and celestia-node release changelogs, fully indexed.
79 releases
DA RELEASE
rollkit v0.8.0
## [0.8.0](https://github.com/rollkit/rollkit/compare/v0.7.4...v0.8.0) (2023-05-24) ### Features * CI/CD setup ([28d3908](https://github.com/rollkit/rollkit/commit/28d3908924af3ffb24ea9c796335afc779ecc000)) * disable tidy check ([#958](https://github.com/rollkit/rollkit/issues/95
DA RELEASE
rollkit v0.7.4
## What's Changed * build(deps): bump go.uber.org/multierr from 1.10.0 to 1.11.0 by @dependabot in https://github.com/rollkit/rollkit/pull/840 * build(deps): bump github.com/celestiaorg/go-header from 0.2.1 to 0.2.3 by @dependabot in https://github.com/rollkit/rollkit/pull/838 *
DA RELEASE
rollkit v0.7.3
## What's Changed * types: signed header validator set - use tendermint types by @tuxcanfly in https://github.com/rollkit/rollkit/pull/806 * enabling syncer for aggregator nodes by @gupadhyaya in https://github.com/rollkit/rollkit/pull/810 * Fix lazy aggregator test by @S1nus in
DA RELEASE
rollkit v0.7.2
## What's Changed * deps: bump go-header by @Wondertan in https://github.com/rollkit/rollkit/pull/800 **Full Changelog**: https://github.com/rollkit/rollkit/compare/v0.7.1...v0.7.2
DA RELEASE
rollkit v0.7.1
## **Notice**: March 27th, 2023: The [golang proxy](https://proxy.golang.org/) is caching the wrong version of this release. We recommend using 0.7.2 ## What's Changed * adds soft confirmations to dependency graph by @S1nus in https://github.com/rollkit/rollkit/pull/774 * update
DA RELEASE
rollkit v0.7.0
## What's Changed * Remove Commit gossiping logic from P2P client by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/717 * Remove namespace ID from header by @Manav-Aggarwal in https://github.com/rollkit/rollkit/pull/718 * Add fraud proof gossiping logic to light clien
DA RELEASE
rollkit v0.6.0
First release of Rollkit after re-branding from rollmint. This release introduces a lot of changes and improvements to storage and fraud proofs. ## What's Changed * build(deps): bump github.com/rs/cors from 1.8.2 to 1.8.3 by @dependabot in https://github.com/rollkit/rollkit/pull/
DA RELEASE
rollkit v0.5.0
v0.5.0 is compatible with Arabica testnet. Among lots of smaller features and fixes, this release brings experimental support for Fraaud Proofs. ## What's Changed * pass logger config to mockserver by @randomshinichi in https://github.com/celestiaorg/rollmint/pull/553 * replaced
DA RELEASE
rollkit v0.4.0
This is a first release of rollmint after rename from Optimint! This release is compatible with Cosmos-SDK v0.46.x. ## What's Changed * Update libp2p to v0.22.0 by @tzdybal in https://github.com/celestiaorg/rollmint/pull/503 * feat: use gossiped commit in sync by @tzdybal in http
DA RELEASE
rollkit v0.3.5
This release brings prioritized mempool to Optimint. From usability perspective, `namespace_id` is now passed only once (as `--optimint.namespace_id`). ## What's Changed * Wrap errors returned from Store by @mauriceLC92 in https://github.com/celestiaorg/optimint/pull/404 * fix: s
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
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
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
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
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
rollkit v0.1.2
Special cherry-pick release to resolve [#323](https://github.com/celestiaorg/optimint/issues/323). ### IMPROVEMENTS - Add ProposerAddress as ValidatorInfo.Adress in Status rpc ([#319](https://github.com/celestiaorg/optimint/pull/319)) [@jbowen93](https://github.com/jbowen93)
DA RELEASE
rollkit v0.1.1
Minor bugfix release, to ensure that Optimint uses the same version of gRPC as Cosmos SDK. ### BUG FIXES - Use google.golang.org/grpc v1.33.2 to be compatible with cosmos-sdk ([#315](https://github.com/celestiaorg/optimint/pull/315)) [@jbowen93](https://github.com/jbowen93/) - Ma
DA RELEASE
rollkit v0.1.0
This is the first Optimint release. Optimint supports all ABCI methods and all Tendermint RPCs. ### FEATURES - Minimal implementation of ConsensusParams method ([#292](https://github.com/celestiaorg/optimint/pull/292)) [@tzdybal](https://github.com/tzdybal/) - Implement GenesisCh