nimbus-eth1/nimbus/rpc
Advaita Saha a45ac7e327
Port p2p to server API (#2769)
* eth_gasPrice

* signing endpoints

* transaction by hash + temp fixes

* fix CI

* fix: state not persisted

* decouple state access changes from this PR

* rpc complete set

* tests modified

* tests temp modifications

* add tests to CI + minor fixes

* remove p2p

* remove old dependency

* fix suggestions

* rework tests

* rework kurtosis issue + comments

* fix post bump issues

* suggestions + logs

* remove unused imports
2024-11-02 10:30:45 +01:00
..
common.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
cors.nim Increase JSON-RPC limits, bump json-rpc (#2759) 2024-10-23 10:26:56 +02:00
debug.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
engine_api.nim Rework EIP-6110, EIP-7002, and EIP-7251: Pectra execution requests (#2734) 2024-10-18 16:38:18 +07:00
filters.nim Bump nim-eth and nimbus-eth2 (#2741) 2024-10-16 13:51:38 +07:00
jwt_auth.nim Increase JSON-RPC limits, bump json-rpc (#2759) 2024-10-23 10:26:56 +02:00
jwt_auth_helper.nim Implement combo http server for rpc, engine_api, and graphql services (#1992) 2024-01-29 20:20:04 +07:00
oracle.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
params.nim Rework EIP-6110, EIP-7002, and EIP-7251: Pectra execution requests (#2734) 2024-10-18 16:38:18 +07:00
rpc_server.nim Increase JSON-RPC limits, bump json-rpc (#2759) 2024-10-23 10:26:56 +02:00
rpc_types.nim replace deprecated types (#2704) 2024-10-16 08:34:12 +07:00
rpc_utils.nim Port p2p to server API (#2769) 2024-11-02 10:30:45 +01:00
server_api.nim Port p2p to server API (#2769) 2024-11-02 10:30:45 +01:00
server_api_helpers.nim switch to Nim v2.0.12 (#2817) 2024-11-01 19:06:26 +00:00