nimbus-eth1/nimbus/rpc
jangko 4721fc7a54
add CORS support for HTTP local services(json-rpc, engine-api, graphql)
There is also a stub for websocket CORS handler. We still need to add
non immediate response management to websock.
2022-07-19 16:12:36 +07:00
..
common.nim Use asyncSpawn instead of deprecated asyncCheck 2022-06-09 12:51:06 +03:00
cors.nim add CORS support for HTTP local services(json-rpc, engine-api, graphql) 2022-07-19 16:12:36 +07:00
debug.nim fix markCanonicalChain bug 2022-07-04 19:32:14 +07:00
engine_api.nim move block validation from execution payload generator to engine api 2022-07-04 20:36:30 +07:00
filters.nim Add getLogs implementation (#1143) 2022-06-29 17:44:08 +02:00
hexstrings.nim Add getLogs implementation (#1143) 2022-06-29 17:44:08 +02:00
jwt_auth.nim apply jwt auth to rpcHttpServer and update jwt auth of rpcWebsocketServer 2022-07-18 16:56:44 +07:00
p2p.nim Add getLogs implementation (#1143) 2022-06-29 17:44:08 +02:00
rpc_types.nim Add getLogs implementation (#1143) 2022-06-29 17:44:08 +02:00
rpc_utils.nim Add getLogs implementation (#1143) 2022-06-29 17:44:08 +02:00