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 https://github.com/celestiaorg/celestia-node/pull/1484 for further details.
What's Changed
BREAKING
- chore!(nodebuilder/p2p): Upgrade
mamakitomochaby @renaynay in https://github.com/celestiaorg/celestia-node/pull/1434 - refactor(nodebuilder/p2p): Switch default network from
arabicatomochaby @renaynay in https://github.com/celestiaorg/celestia-node/pull/1462 - feat(state)!: Adding fee parameter to
CoreAccessoroperations by @distractedm1nd in https://github.com/celestiaorg/celestia-node/pull/1484
BUG FIXES
- fix(state): Verify the state inclusion proof without splitting keys by @evan-forbes in https://github.com/celestiaorg/celestia-node/pull/1483
MISCELLANEOUS
- chore: bump celestia-app to v0.11.0 by @evan-forbes in https://github.com/celestiaorg/celestia-node/pull/1478
Full Changelog: https://github.com/celestiaorg/celestia-node/compare/v0.5.0...v0.6.0