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 |
|
Joe Clapis
|
831471f6d4
|
Added the ability to handle omitted params fields in incoming requests, and a unit test for it (#94)
|
2021-02-07 20:27:34 +01:00 |
|
Yuriy Glukhov
|
b583dfb029
|
Use closeWait
|
2019-06-17 19:56:19 +03:00 |
|
Yuriy Glukhov
|
f19d66b35c
|
Websocket client support and some fixes
|
2019-06-12 20:53:15 +03:00 |
|
andri lim
|
b4a3273152
|
fix test
|
2019-01-12 16:17:19 +02:00 |
|
coffeepots
|
b8b38c53c9
|
Update http test to use closeWait
|
2018-09-13 18:06:54 +01:00 |
|
Zahary Karadjov
|
642fdd591f
|
fix the package structure to make Nimble happy
|
2018-07-20 19:34:10 +03:00 |
|
cheatfate
|
989c999dc7
|
Fix suite name in testhttp.
|
2018-07-14 11:01:05 +03:00 |
|
cheatfate
|
0942b0387d
|
Add RpcHttpServer.
Add RpcHttpClient.
|
2018-07-14 10:51:54 +03:00 |
|