| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Exonum 1.0.0.tar.gz | 2020-03-31 | 1.6 MB | |
| Exonum 1.0.0.zip | 2020-03-31 | 2.0 MB | |
| README.md | 2020-03-31 | 560 Bytes | |
| Totals: 3 Items | 3.6 MB | 0 | |
Breaking Changes
exonum-api
ApiManagerConfigwas 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 + cbreak (on Windows). These signal handlers may be switched off by usingNodeBuilder::disable_signals(). (#1834)
Bug Fixes
exonum-cli
- Fixed bug in
run-devcommand. Previously, using the existing configuration files inblockchain-pathled to an error. (#1827)