Skip to content

Exonum 1.0.0

Latest
Compare
Choose a tag to compare
@aleksuss aleksuss released this 31 Mar 15:31
· 123 commits to master since this release
0d5d308

Breaking Changes

exonum-api

  • ApiManagerConfig was made non-exhaustive. (#1834)

New Features

exonum-node

  • Exonum nodes now gracefully terminate on receiving SIGINT, SIGTERM
    and SIGQUIT signals (on Unix platforms), or a ctrl + c break (on Windows).
    These signal handlers may be switched off by using NodeBuilder::disable_signals().
    (#1834)

Bug Fixes

exonum-cli

  • Fixed bug in run-dev command. Previously, using the existing configuration
    files in blockchain-path led to an error. (#1827)