github celestiaorg/celestia-node v0.11.0

latest releases: v0.17.0-rc8, v0.16.0-beta.0, v0.17.0-rc7...
11 months ago

v0.11.0

This release contains 4 months of work moving towards a production-ready implementation of Celestia's data availability network.


Notable changes

Most notable changes (outside of general fixes) were focused around storage performance and API/RPC improvements and stability.

More granular changes can be found in the notes of all release candidates leading up to this release.

Some notable changes can be found below:

API + RPC changes and improvements

  • introduction of the BlobModule
  • refactor of the rpc-cli
  • changes to the Getter interface
  • deprecation of write-level endpoints on the Gateway
  • elevation of permissions to minimum read-level for all endpoints on the JSON-RPC client
  • new Namespace type

Storage performance optimizations and changes

This release includes several fixes, optimizations and breaks to the EDSStore (and the DAGStore) so it is incompatible with v0.10.4.

Network-level changes

This release contains a protocol-breaking change: a breaking fix to shrex-nd to allow blobs > 1MB in size.

Default network will now be celestia mainnet

The node will now point to the celestia main network by default. To connect to mocha-4 or arabica-10, use the --p2p.network flag.


What's Changed

New Contributors

Full Changelog: 0.10.1...v0.11.0

Don't miss a new celestia-node release

NewReleases is sending notifications on new releases.