Skip to content

Releases: celestiaorg/celestia-app

v1.5.0-rc0

04 Dec 18:38
01e080b
Compare
Choose a tag to compare
v1.5.0-rc0 Pre-release
Pre-release

What's Changed

Full Changelog: v1.4.0...v1.5.0-rc0

v1.4.0

20 Nov 18:06
Compare
Choose a tag to compare

Upgrade Notice

Per the minor bump, this is a strictly non-breaking change that is optional to update to. One of the most user facing changes is that the default value for the minfee in the mempool has been changed. There was also two subcommands that can be used to add addresses directly to a node's address book.

What's Changed

Warning

The pre-built binaries attached to this release don't contain Ledger support. If you need Ledger support, please install from source.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

26 Oct 12:21
Compare
Choose a tag to compare

Upgrade Notice

Validators on testnets: this release introduces a non-consensus breaking patch to a portion of the blobstream (aka qgb in this release) logic to remove a potential bug. The chance of hitting the bug is small, but it is recommended that we update nodes to this release as soon as possible to avoid any chance of it.

This release also changed a few of the default values in the config. Mainly, it disabled all apis and storage of extra data by default. If you are using a deploy script for a node meant to be an rpc node, we should update those scripts to enable the apis and store the abci results. If you have any questions, please ask in the community discord.

What's Changed

  • fix(malicious): use constructor NMT options (backport #2723) by @mergify in #2743
  • feat(blobstream): utilizes sdk.Dec type for power difference calculation (backport #2719) by @mergify in #2735
  • fix: pre-built binary support for Ubuntu 20.04 (backport #2728) by @mergify in #2752
  • ci: remove markdown-linter as prerequisite to version bump by @rootulp in #2751
  • chore: update the default description for tia (backport #2736) by @mergify in #2747
  • chore: discard abci responses by default (backport #2764) by @mergify in #2767
  • chore: disable API, GRPC, and GRPC web by default (backport #2761) by @mergify in #2768

Warning

The pre-built binaries attached to this release don't contain Ledger support. If you need Ledger support, please install from source.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Oct 21:24
aa54b9d
Compare
Choose a tag to compare

Upgrade Notice

celestia-app v1.2.0 is compatible with celestia-app 1.0.0. Consensus nodes that are already running v1.0.0 don't need to upgrade to v1.2.0 with urgency. This release contains a fix so that Ledger hardware wallets can be used with MacOS 14.

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

15 Oct 18:24
2b8cc9e
Compare
Choose a tag to compare

Upgrade Notice

celestia-app v1.1.0 is compatible with celestia-app 1.0.0. Consensus nodes that are already running v1.0.0 don't need to upgrade to v1.1.0 with urgency. This release contains a fix so that Ledger hardware wallets with firmware 2.2.2 can sign transactions.

What's Changed

Warning

The pre-built binaries attached to this release don't contain Ledger support. If you need Ledger support, please install from source.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

09 Oct 22:00
2335d2b
Compare
Choose a tag to compare

Upgrade Notice

This is the official v1.0.0 release of celestia-app!! πŸŽ‰ πŸŽ‰ This release is not breaking relative to v1.0.0-rc18, as it only had some docs and default genesis changes. This means that nodes running on mocha-4 and arabica-10 can upgrade as they see fit.

v1.0.0 is just the tip of the iceburg

s/o to all of the 13 new contributors!

What's Changed

Read more

v1.0.0-rc18

04 Oct 12:24
6b70976
Compare
Choose a tag to compare
v1.0.0-rc18 Pre-release
Pre-release

Upgrade Notice

This release has been tested to be backwards compatible with the latest testnets, mocha-4 and arabica-10. Node operaters should feel free to upgrade as they see fit.

What's Changed

Full Changelog: v1.0.0-rc17...v1.0.0-rc18

v1.0.0-rc17

20 Sep 14:27
687c64e
Compare
Choose a tag to compare
v1.0.0-rc17 Pre-release
Pre-release

Upgrade Notice

This candidate includes bumping the go version to v1.21.1 and bumping the QGB contracts to v2.

This candidate is not consensus breaking and nodes should be able to upgrade as they see fit. Updates to celestia-node will be pushed soon.

What's Changed

Full Changelog: v1.0.0-rc16...v1.0.0-rc17

v1.0.0-rc16

19 Sep 16:43
44e13fa
Compare
Choose a tag to compare
v1.0.0-rc16 Pre-release
Pre-release

Upgrade Notice

This candidate includes a fix to the PrepareProposal logic so that it doesn't automatically filter out vesting accounts that attempt to sign a transaction without having any funds outside of vested funds. It also includes a helper cli command for validators to register their evm address, some minor dep bumps, and additional log statements when block producers are filtering transactions.

This candidate is not consensus breaking and nodes should be able to upgrade as they see fit. Updates to celestia-node will be pushed soon.

What's Changed

  • docs: consistent format for percentages in params.md (backport #2492) by @mergify in #2525
  • refactor(x/mint): initialize inflation decimals once (backport #2407) by @mergify in #2513
  • chore(deps): Bump github.com/celestiaorg/quantum-gravity-bridge from 2.0.0+incompatible to 2.1.0+incompatible (backport #2522) by @mergify in #2526
  • feat: add query qgb evm address by valoper address command (backport #2524) by @mergify in #2527
  • docs: add Informal Systems audit PDF (backport #2477) by @mergify in #2530
  • fix: add time to the sdk.Context used in PrepareProposal (backport #2515) by @mergify in #2534
  • chore(deps): Bump github.com/ethereum/go-ethereum from 1.12.2 to 1.13.1 (backport #2521) by @mergify in #2529
  • chore: remove unnecessary go mod tidy (backport #2537) by @mergify in #2542
  • chore: log filtered transactions and fix gas limits in tests (backport #2518) by @mergify in #2539

Full Changelog: v1.0.0-rc15...v1.0.0-rc16

v1.0.0-rc15

14 Sep 17:17
0d70807
Compare
Choose a tag to compare
v1.0.0-rc15 Pre-release
Pre-release

Upgrade Notice

Similar to v1.0.0-rc14, this release candidate is non breaking and mainly focused around including additional documention and changes to defaults in the genesis.

What's Changed

Full Changelog: v1.0.0-rc14...v1.0.0-rc15