nim-json-rpc/json_rpc
Jacek Sieka 4eb39203eb
fixes (#95)
* fixes

* fix https://github.com/status-im/nimbus-eth2/issues/1650
* only one of `result` and `error` allowed in response
* fix invalid `string` instances being created from byte sequences
* fix large int64 parsing on 32-bit
* fix exception inheritance
* fix some dangling results
* some cleanups

* annotate exception issues, fix cancellation

* more error handling cleanup

* add rudimentary error tests

* cleanups

* simplify init
* use nextId -> lastId to avoid =1 init
* remove obsolete tests
2021-02-15 13:45:51 +01:00
..
clients fixes (#95) 2021-02-15 13:45:51 +01:00
servers fixes (#95) 2021-02-15 13:45:51 +01:00
client.nim fixes (#95) 2021-02-15 13:45:51 +01:00
errors.nim fixes (#95) 2021-02-15 13:45:51 +01:00
jsonmarshal.nim fixes (#95) 2021-02-15 13:45:51 +01:00
router.nim fixes (#95) 2021-02-15 13:45:51 +01:00
rpcclient.nim Websocket client support and some fixes 2019-06-12 20:53:15 +03:00
rpcserver.nim fix the package structure to make Nimble happy 2018-07-20 19:34:10 +03:00
server.nim fixes (#95) 2021-02-15 13:45:51 +01:00