Skip to content

Releases: celestiaorg/celestia-app

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

v1.0.0-rc14

06 Sep 05:22
cdc6bff
Compare
Choose a tag to compare
v1.0.0-rc14 Pre-release
Pre-release

Upgrade Notice

Relative to v1.0.0-rc13, this release is not breaking in any way. It mostly catches the v1.x release branch up on a few missing things such as a fix to the Makefile to allow for ledger support, documentation including resource pricing, and specs for CAT. This means that networks and projects that are already using v1.0.0-rc13 are clear to upgrade at their leisure. This includes celestia-node and the arabica-10 and mocha-4 testnets.

What's Changed

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

v1.0.0-rc13

31 Aug 17:28
ab89633
Compare
Choose a tag to compare
v1.0.0-rc13 Pre-release
Pre-release

Upgrade Notice

This is technically a consensus breaking change due to the change in the vesting module. That being said, the change is minor and if there has not been a transaction to create a vesting account, then the upgrade does not actually require a hardfork.

This upgrade is only targetted at the arabica-10+ and mocha-4+ (does not exist at the time of writing) networks. Only consensus nodes on those networks should upgrade.

We will bump celestia-node in next few hours, although technically a bump should not result in any breaking behaviour from a DA node point of view.

What's Changed

Full Changelog: v1.0.0-rc12...v1.0.0-rc13

v1.0.0-rc12

18 Aug 03:39
5fd80a3
Compare
Choose a tag to compare
v1.0.0-rc12 Pre-release
Pre-release

Update Notice

NOTICE: this release contains 3 consensus breaking changes. This release is only compatible with mocha-4 and arabica-10. Do not upgrade if not on those networks.

What's Changed

Full Changelog: v1.0.0-rc11...v1.0.0-rc12

v1.0.0-rc11

02 Aug 10:25
Compare
Choose a tag to compare
v1.0.0-rc11 Pre-release
Pre-release

Upgrade Notice

This release introduces refactors to the testnode integration test tooling so that we can produce invalid blocks. There were no consensus breaking changes or even user facing changes. This release is squarely targeted at downstream repositories that use the refactored code. Therefore nodes on existing networks can upgrade as they see fit, but there are no tangible benefits to upgrading either.

What's Changed

Full Changelog: v1.0.0-rc10...v1.0.0-rc11

v1.0.0-rc10

24 Jul 13:14
7807722
Compare
Choose a tag to compare
v1.0.0-rc10 Pre-release
Pre-release

Upgrade Notice

Consensus nodes on mocha-3 have been tested to be backwards compatible, and upgrades can occur at the operator's leisure.

What's Changed

  • chore: upgrade to cosmos-sdk v1.16.1-sdk-v0.46.13 by @rootulp in #2115
  • fix: int overflow for 32 bit machines by @rootulp in #2115
  • feat: backport features to allow node to handle gas price estimation by @cmwaters in #2134

Full Changelog: v1.0.0-rc9...v1.0.0-rc10

v1.0.0-rc9

12 Jul 01:10
ebfc416
Compare
Choose a tag to compare
v1.0.0-rc9 Pre-release
Pre-release

This release reverts back recently added timeout logic which was incidentally causing the network to have highly volatile block times. Upgrade to this version for more stable block times.

What's Changed

Upgrade notes

This release is a non-breaking change. The only noticeable change is the reintroduction of TimeoutCommit in the config.toml. This means if you were previously running rc7 or rc8, you need only stop your node. Check your config.toml. If it has the TimeoutCommit value make sure it's set to 11 seconds (the current default). If you don't have that value in your config.toml then you don't need to do anything (the binary will use the default value anyway). Afterwards restart your node and it should catch up to the chain and continue as normal.

Full Changelog: v1.0.0-rc8...v1.0.0-rc9

v1.0.0-rc8

06 Jul 14:04
71908e5
Compare
Choose a tag to compare
v1.0.0-rc8 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc7...v1.0.0-rc8

v1.0.0-rc7

04 Jul 14:35
2ad80bc
Compare
Choose a tag to compare
v1.0.0-rc7 Pre-release
Pre-release

Upgrade Advisory

This fixes a sneaky consensus breaking bug in rc5 and rc6, and can be upgraded to at will if already on v1.0.0-rc5+

What's Changed

Full Changelog: v1.0.0-rc6...v1.0.0-rc7

v1.0.0-rc6

03 Jul 18:22
Compare
Choose a tag to compare
v1.0.0-rc6 Pre-release
Pre-release

Update Advisory

Relative to rc5, this change contains a single consensus breaking change that would other wise cause the DA network to halt, along with quite a few API breaking changes that are mostly related to testing tools. The merged documentation to main has also been included.

This means that if a consensus node is already on v1.0.0-rc5, then it should be able to simply upgrade. Bumping celestia-app as a dependency should also be relatively straightforward, although the API breaking changes will take some minor adjustments.

All mocha nodes can only use this release if they have hardspooned to mocha-3. arabica-9 nodes should be able to simply switch the binary.

What's Changed

Full Changelog: v1.0.0-rc5...v1.0.0-rc6