JSON and BitcoinRPC processing have been improved to “noexcept”.
About an errors,
JSON is “json_flags”, BitcoinRPC is “CBitrpcData” as request packet.
In addition, ….. although some are not yet “noexcept”,
we will improve for RPC immediately. thanks.
json_spirit noexcept version
https://github.com/FromHDDtoSSD/SorachanCoin-qt/tree/develop/src/json
boost-noexcept (https://github.com/zajo/boost-noexcept)
https://github.com/FromHDDtoSSD/SorachanCoin-qt/tree/develop/src/noexcept
BitcoinRPC noexcept version
https://github.com/FromHDDtoSSD/SorachanCoin-qt/tree/develop/src/rpc
https://github.com/FromHDDtoSSD/SorachanCoin-qt/blob/develop/src/rpc/bitcoinrpc.cpp