Skip to content

v0.6.0 - Mocha

Compare
Choose a tag to compare
@renaynay renaynay released this 14 Dec 16:23
· 988 commits to main since this release
4c5d247

This release upgrades celestia-node's dependency on celestia-app to incorporate a fix to a share splitting bug.

The binary will also now point to mocha as the default network.

Also, transaction methods have been extended to include a fee argument which breaks the public API (and REST endpoints). Please see #1484 for further details.

What's Changed

BREAKING

  • chore!(nodebuilder/p2p): Upgrade mamaki to mocha by @renaynay in #1434
  • refactor(nodebuilder/p2p): Switch default network from arabica to mocha by @renaynay in #1462
  • feat(state)!: Adding fee parameter to CoreAccessor operations by @distractedm1nd in #1484

BUG FIXES

  • fix(state): Verify the state inclusion proof without splitting keys by @evan-forbes in #1483

MISCELLANEOUS

Full Changelog: v0.5.0...v0.6.0