jangko
09d1281a62
Add onProcessMessage hook to client
2024-01-07 16:12:23 +07:00
jangko
2f6a605aa2
Reenable test hhtps
2024-01-04 11:53:15 +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
Jacek Sieka
b4aff8fec5
remove news support ( #155 )
...
`news` has several resource leaks and other security issues - replaced
by `nim-websock` which is actively maintained.
2022-11-08 14:39:29 +01:00
jangko
0fee4be2cc
implement hook to handle CORS and JWT auth
...
- fixes #138
- fixes #126
- fixes #38
2022-07-17 23:06:08 +07:00
Zahary Karadjov
5a28176080
Fix #117
2022-01-08 21:39:29 +02:00
Zahary Karadjov
35e6d7e6ff
Restore the support for using the news package
2021-11-29 15:36:17 +02:00
KonradStaniec
147ef3f562
[FEATURE] Add http json rpc proxy ( #105 )
2021-06-29 18:13:31 +03:00
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
jangko
18dceaa29f
change tormund/news to status-im/news
2020-09-21 12:08:17 +07:00
cheatfate
0942b0387d
Add RpcHttpServer.
...
Add RpcHttpClient.
2018-07-14 10:51:54 +03:00
coffeepots
cf44cc552d
Remove DSL, add router and simplify server
2018-07-06 17:47:43 +01:00
coffeepots
c4b27e40bf
Add http test
2018-06-26 16:28:49 +01:00
coffeepots
e42864ef7a
Remove testerrors from tests whilst fixing exceptions in rpcs
2018-06-19 18:18:48 +01:00
coffeepots
9945228bf0
Add testerrors to all tests
2018-06-13 19:19:38 +01:00
coffeepots
cdcd5204e3
Split tests into client-server test and ethprocs test
2018-05-30 16:36:55 +01:00
coffeepots
a9456bd22c
Remove transport utils module as it's unused
2018-05-29 13:20:07 +03:00
coffeepots
fdb553687e
Added testrpcmacro to test module
2018-05-29 13:20:07 +03:00
Zahary Karadjov
12d45a7e08
setup nimble test
2018-04-11 14:48:34 +03:00