jangko
0b8cec3aa8
Implement RPC batch call both in servers and clients
2024-01-31 13:13:41 +07:00
jangko
08ceae27e0
Move errors module back to json_rpc folder
2024-01-08 10:37:29 +07:00
jangko
76dd352ace
Remove StringOfJson
2024-01-04 07:49:19 +07:00
andri lim
e0b077fea4
Upgrade rpc router internals ( #178 )
...
* Upgrade rpc router internals
* use new chronos asyncraises
* Fix style mismatch
* Fix nim v2 compilation error
* Addresing review
* Remove unnecessary custom serializer and let the library do the work
* fix error message
* Update readme.md
2024-01-03 20:06:53 +07:00
jangko
c3769f9130
Add copyright to source file
2023-12-14 08:34:13 +07:00
coffeepots
819b6fed37
Use nim-json-serialization for RPCs ( #172 )
...
* Use nim-json-serialization for RPCs
* Add distinct serializers for RPC types
* Avoid ConvFromXtoItselfNotNeeded in testing
* Remove redundent `==` template
* Rename Eth1JsonRpc to JsonRpc
* Fix generic instantiation clash
---------
Co-authored-by: jangko <jangko128@gmail.com>
2023-12-14 08:29:11 +07:00