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
tomocha
by @renaynay in #1434 - refactor(nodebuilder/p2p): Switch default network from
arabica
tomocha
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
- chore: bump celestia-app to v0.11.0 by @evan-forbes in #1478
Full Changelog: v0.5.0...v0.6.0