Skip to content

Releases: celestiaorg/celestia-node

v0.17.1

09 Oct 13:33
078c291
Compare
Choose a tag to compare

This release contains an API-breaking change to the DA API via #3750

What's Changed

  • chore(swamp): skip fraud test until a better day by @Wondertan in #3712
  • chore(go.mod): use toolchain version in go.mod by @walldiss in #3714
  • fix(logs): bitswap logger names broke in latest version bump, updated by @renaynay in #3713
  • chore(p2p/shrexsub) increase timeout for flaky shrexsub test by @walldiss in #3672
  • chore(ci): run unit-tests in parallel with lint by @walldiss in #3700
  • feat(modrpc): list pubsub topics RPC by @Wondertan in #3744
  • fix(blob/service): return error from GetProof if it appears by @vgonkivs in #3742
  • chore: use sync/atomic types by @cristaloleg in #3723
  • Add bootsrapper for mainnet by Qubelabs by @qubelabsio in #3760
  • Add bootstrapper mainnet P-OPS by @rooiie in #3749
  • Chore(fix): set asynctimerchan=1 on build by @walldiss in #3761
  • fix(ci): Run pruning integration test separately in ci by @walldiss in #3752
  • log(das): clarify that square width is for EDS by @renaynay in #3725
  • fix(nodebuilder/host): Ensure libp2p metrics are collected to prometheus by @walldiss in #3753
  • fix(nodebuilder/p2p/metrics): enforce init order for bitswap metrics by @walldiss in #3763
  • fix(node): fixup CELESTIA_HOME by @Wondertan in #3759
  • feat: add network-specific tags to ci container workflow by @smuu in #3765
  • chore(ci): add workflow dispath to docker ci to manually trigger by @MSevey in #3766
  • chore(backport): backport changes from main to v0.16.1 release branch by @walldiss in #3776
  • bump go-da by @tzdybal in #3750
  • chore(deps): upgrade to v2.2.0-mocha by @rootulp in #3786
  • chore(deps): upgrade to app v2.2.0 by @rootulp in #3809

Full Changelog: v0.16.0...v0.17.1

v0.17.1-mocha

08 Oct 13:11
078c291
Compare
Choose a tag to compare
v0.17.1-mocha Pre-release
Pre-release

What's Changed

Full Changelog: v0.17.0-arabica...v0.17.1-mocha

v0.17.1-arabica

08 Oct 13:11
078c291
Compare
Choose a tag to compare
v0.17.1-arabica Pre-release
Pre-release

What's Changed

Full Changelog: v0.17.0-arabica...v0.17.1-arabica

v0.18.2-mocha

07 Oct 09:52
4309c83
Compare
Choose a tag to compare
v0.18.2-mocha Pre-release
Pre-release

This is a protocol-breaking release featuring Shwap(CIP-19), which targets the Mocha network that brings massive optimizations to disk usage(14x) and data access latencies. The new protocol is not backwards compatible with the currently deployed protocol and software.

Both protocols will run side-by-side for a month-long transition period, from October 7 to November 4 for Mocha. During this period, node operators should migrate to the new version. At the end of the period, posted historical and recent data will no longer be available on the old protocol.

Migration Notes

Migration requires resyncing the node from scratch, as it now contains a new storage format.

Migration Steps over the old node:

  • Remove old data:
    • In home directory(default .celestia-<type>-mocha-4) => rm -rf inverted_index index data transients blocks
    • Keep keys directory to preserve peer and chain identity keys in place
  • Config updates
    • If defaults were in use, remove the old config and re-init in the next step
    • If you want to preserve the old config - move BlockstoreCacheSize entry from [Share.EDSStoreParams] section to just [Share]
      and remove GCInterval, RoutingTableRefreshPeriod
  • Re-init node for the Mocha p2p network
    • celestia init --p2p.network mocha
  • Start the node and monitor syncing
    • celestia start --p2p.network mocha

If the old node has to be kept running - initiate and start the new version in a different directory:

  • celestia init --p2p.network mocha --node.store <new_path>
  • celestia start --p2p.network mocha --node.store <new_path>

Changelog

The full changelog will be provided on the official mainnet release

v0.18.2 - Shwap Arabica

07 Oct 10:00
4309c83
Compare
Choose a tag to compare
Pre-release

This is a protocol-breaking release featuring Shwap(CIP-19), which targets the Arabica network that brings massive optimizations to disk usage(14x) and data access latencies. The new protocol is not backwards compatible with the currently deployed protocol and software.

Both protocols will run side-by-side for a month-long transition period, from September 25 to October 23(which may end earlier) for Arabica. During this period, node operators should migrate to the new version. At the end of the period, posted historical and recent data will no longer be available on the old protocol.

Migration Notes

Migration requires resyncing the node from scratch, as it now contains a new storage format.

Migration Steps over the old node:

  • Remove old data:
    • In home directory(default .celestia-<type>-arabica-4) => rm -rf inverted_index index data transients blocks
    • Keep keys directory to preserve peer and chain identity keys in place
  • Config updates
    • If defaults were in use, remove the old config and re-init in the next step
    • If you want to preserve the old config - move BlockstoreCacheSize entry from [Share.EDSStoreParams] section to just [Share]
      and remove GCInterval, RoutingTableRefreshPeriod
  • Re-init node for the Arabica p2p network
    • celestia init --p2p.network arabica
  • Start the node and monitor syncing
    • celestia start --p2p.network arabica

If the old node has to be kept running - initiate and start the new version in a different directory:

  • celestia init --p2p.network arabica --node.store <new_path>
  • celestia start --p2p.network arabica --node.store <new_path>

Changelog

The full changelog will be provided on the official mainnet release

v0.17.0-mocha

07 Oct 16:24
e18d43f
Compare
Choose a tag to compare
v0.17.0-mocha Pre-release
Pre-release

This release contains an API-breaking change to the DA API via #3750

What's changed

v0.17.0-arabica

03 Oct 09:25
e18d43f
Compare
Choose a tag to compare
v0.17.0-arabica Pre-release
Pre-release

This release contains an API-breaking change to the DA API via #3750

What's changed

Full Changelog: v0.16.2-mocha...v0.17.0-arabica

v0.16.2-mocha

30 Sep 14:57
3cbf435
Compare
Choose a tag to compare
v0.16.2-mocha Pre-release
Pre-release

What's Changed

  • chore(deps): upgrade to app v2.2.0-arabica by @rootulp in #3772
  • fix(header): soft failure is only for not enough voting power by @cristaloleg in #3769
  • fix(core/listener): wait listener to shutdown before exit by @walldiss in #3775
  • chore(deps): upgrade to v2.2.0-mocha by @rootulp in #3786

Full Changelog: v0.16.1-mocha...v0.16.2-mocha

v0.18.1-arabica

26 Sep 13:43
ac0515f
Compare
Choose a tag to compare
v0.18.1-arabica Pre-release
Pre-release

This is a protocol-breaking release featuring Shwap(CIP-19), which targets the Arabica network that brings massive optimizations to disk usage and data access latencies. The new protocol is not backward compatible with the currently deployed protocol and software.

Both protocols will run side-by-side for a month-long transition period, from September 25 to October 23 for Arabica. During this period, node operators should migrate to the new version. At the end of the period, posted historical and recent data will no longer be available on the old protocol.

Migration Notes

Migration requires resyncing the node from scratch, as it now contains a new storage format.

Migration Steps over the old node:

  • Remove old data:
    • In home directory(default .celestia-<type>-arabica-11) => rm -rf inverted_index index data transients blocks
    • Keep keys directory to preserve peer and chain identity keys in place
  • Config update
    • In case defaults were in use, remove the old config
  • Re-init node for the Arabica p2p network
    • celestia init --p2p.network arabica
  • Start the node and monitor syncing
    • celestia start --p2p.network arabica

If the old node has to be kept running - initiate and start the new version in a different directory:

  • celestia init --p2p.network arabica --node.store <new_path>
  • celestia start --p2p.network arabica --node.store <new_path>

Changelog

The full changelog will be provided on the official mainnet release

v0.16.2-arabica

25 Sep 14:57
caefe9e
Compare
Choose a tag to compare
v0.16.2-arabica Pre-release
Pre-release

What's Changed

  • chore(deps): upgrade to app v2.2.0-arabica by @rootulp in #3772
  • fix(header): soft failure is only for not enough voting power by @cristaloleg in #3769
  • fix(core/listener): wait listener to shutdown before exit by @walldiss in #3775

Full Changelog: v0.16.1-arabica...v0.16.2-arabica