Sergiy Yevtushenko
Sergiy Yevtushenko
Implementation of jailing support.
Can this solver be used to generate new zcash genesis block parameters?
Following specification: ``` { "openrpc": "1.2.4", "info": { "title": "", "version": "1.0.0" }, "servers": [ { "url": "/path" } ], "methods": [] } ``` Triggers following validation error in playground:`9:14...
Follow-up changes for NODE-427 (event renaming). Cleaned up most uses of CoreEvent and removed some unused code.
Small change, which reduces the frequency of the RATE_LIMIT message and shifts it to INFO level. Remaining messages logged at DEBUG level.
## Summary This PR moves Address Book and Safety Store to RocksDB (i.e. at Rust side of the Node code). The migration is of the existing stores is performed automatically...