nim-json-rpc/tests
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
..
all.nim fixes (#95) 2021-02-15 13:45:51 +01:00
ethcallsigs.nim Move ethprocs and ethtypes into tests, remove external imports 2018-05-30 16:36:55 +01:00
ethhexstrings.nim fix a wrong rebase 2018-11-12 23:54:29 +02:00
ethprocs.nim fixes (#95) 2021-02-15 13:45:51 +01:00
ethtypes.nim Move ethprocs and ethtypes into tests, remove external imports 2018-05-30 16:36:55 +01:00
helpers.nim Fix all tests 2020-03-17 22:05:42 +02:00
stintjson.nim fix the package structure to make Nimble happy 2018-07-20 19:34:10 +03:00
testethcalls.nim fixes (#95) 2021-02-15 13:45:51 +01:00
testhttp.nim fixes (#95) 2021-02-15 13:45:51 +01:00
testrpcmacro.nim fixes (#95) 2021-02-15 13:45:51 +01:00
testserverclient.nim fixes (#95) 2021-02-15 13:45:51 +01:00