You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)