nimbus-eth2/beacon_chain/spec/eth2_apis
zah fba1f08a5e
Implement #3129 (Optimized history traversals in the REST API) (#3219)
* Fix REST some rest call signatures and implement a simple API benchmark tool

* Implement #3129 (Optimized history traversals in the REST API)

Other notable changes:

The `updateStateData` procedure in the `blockchain_dag.nim` module is
optimized to not rewind down to the last snapshot state saved in the
database if the supplied input state can be used as a starting point
instead.

* Disallow await in withStateForBlockSlot
2022-01-05 15:49:10 +01:00
..
eth2_json_rpc_serialization.nim Speed up altair block processing 2x (#3115) 2021-11-24 13:43:50 +01:00
eth2_rest_serialization.nim Implementation of the Keymanager API (BETA) 2022-01-04 18:51:45 +02:00
rest_beacon_calls.nim Implement #3129 (Optimized history traversals in the REST API) (#3219) 2022-01-05 15:49:10 +01:00
rest_beacon_client.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_config_calls.nim widen allowed specs for validator client 2021-10-21 00:59:05 +03:00
rest_debug_calls.nim altair fork handling cleanups (#3050) 2021-11-05 08:34:34 +01:00
rest_keymanager_types.nim Implementation of the Keymanager API (BETA) 2022-01-04 18:51:45 +02:00
rest_node_calls.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_remote_signer_calls.nim cleanups, partly from kintsugi branch (#3161) 2021-12-05 17:32:41 +00:00
rest_types.nim Implement #3129 (Optimized history traversals in the REST API) (#3219) 2022-01-05 15:49:10 +01:00
rest_validator_calls.nim clean up sync subcommittee handling 2021-10-20 22:59:13 +03:00
rpc_beacon_calls.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_beacon_client.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_debug_calls.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_nimbus_calls.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rpc_node_calls.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rpc_types.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_validator_calls.nim Broadcast blocks before integrating in ChainDAG 2021-12-06 17:15:47 +02:00