Upgrade Notice
Relative to v1.0.0-rc13, this release is not breaking in any way. It mostly catches the v1.x release branch up on a few missing things such as a fix to the Makefile to allow for ledger support, documentation including resource pricing, and specs for CAT. This means that networks and projects that are already using v1.0.0-rc13 are clear to upgrade at their leisure. This includes celestia-node and the arabica-10
and mocha-4
testnets.
What's Changed
- docs: add block validity rules specs (backport #1966) by @rootulp in #2385
- docs: specify the ante handler (backport #2352) by @mergify in #2384
- fix(Makefile)!: add ledger build flag to build with ledger support by… by @liamsi in #2415
- docs: add default params to the spec (backport #2416) by @mergify in #2419
- docs: resource pricing specs (backport #2132) by @mergify in #2420
- chore: copy across cat pool spec from celestia-core (backport #2207) by @mergify in #2426
- chore(deps): bump gogo proto and ethereum version (backport #2338) by @mergify in #2351
- feat(cli): add experimental-compact-goleveldb (backport #2403) by @mergify in #2432
Full Changelog: v1.0.0-rc13...v1.0.0-rc14