Release 3.2.0-rc2 includes several improvements to The functionality to display help text by default when there is an error output has been added to
There were a few final refactors of the The In all previous versions of nodeos, any 404 not-found errors are returned as JSON documents. In 3.2.0-rc1 a plain-text error message was being returned in some scenarios. The standard of always returning To upgrade from Leap 3.1, simply install Leap 3.2 and restart the binaries while pointing to the same config and data directories as usual. The persisted data files used by Leap 3.1 are compatible with Leap 3.2.
There is an ongoing initiative to develop a regression test framework that will replace the The latest state of deprecations for Leap can be found at https://github.com/AntelopeIO/leap/wiki/Deprecations-and-Proposed-Deprecations-In-Leap-Software.
Special thanks to the contributors that submitted patches for this release:
Full Changelog:leap-util, bug fixes, and test fixes.
Leap v3.2.0-rc2 Release Notes
Changes
Default error handler to print help in command line interface apps by default
leap-util and cleos.
leap-util final enhancements for MVP releasePRs
block.log subcommands to complete the leap-util MVP.
Inconsistency between
Received block and Produced block log output messages
Produced block log output message was missing total block elapsed time and total block time. There was also a minor discrepancy in how confirmation was logged.
API not found errors returning as plain-text message
application/json for all http responses including errors has been restored.
Building, compatibility, and upgrading
Upgrading from prior releases
Deprecations, removals, and dropped support
Deprecations
eosio-launchereosio-launcher functionality with python scripts.
Further details on changes since last release
Contributors
Full list of changes since last release
PRs
dev installation component by @spoonincode
dev installation component
v3.2.0-rc1...v3.2.0-rc2