nimbus-eth2/beacon_chain/rpc
Eugene Kabanov b566d4657f
REST /eth/v1/events API call implementation. (#2878)
* Placing callbacks into strategic places.

* Initial events call implementation.

* Post rebase fixes.

* Change addSyncContribution() implementation.

* Add `attestation-sent` event.
Remove gcsafe, raises from callbacks implementations.
Move `attestation-received` fire at the end of attestation processing.

* Address review comments.
2021-09-22 14:17:15 +02:00
..
eth_merge_sigs.nim non-intrusive, novel portions of merge (#2535) 2021-05-04 11:54:19 +00:00
eth_merge_web3.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rest_api.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rest_beacon_api.nim SSZ encoded responses for REST API calls. (#2851) 2021-09-16 16:32:32 +03:00
rest_config_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_debug_api.nim SSZ encoded responses for REST API calls. (#2851) 2021-09-16 16:32:32 +03:00
rest_event_api.nim REST /eth/v1/events API call implementation. (#2878) 2021-09-22 14:17:15 +02:00
rest_nimbus_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_node_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rest_utils.nim SSZ encoded responses for REST API calls. (#2851) 2021-09-16 16:32:32 +03:00
rest_validator_api.nim altair-capable beacon block creation (#2834) 2021-08-29 14:50:21 +00:00
rpc_api.nim REST API client, JSON-RPC cleanups (#2756) 2021-08-03 17:17:11 +02:00
rpc_beacon_api.nim altair-capable beacon block creation (#2834) 2021-08-29 14:50:21 +00:00
rpc_config_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_debug_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_event_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_nimbus_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_node_api.nim cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
rpc_utils.nim rework spec imports (#2779) 2021-08-12 13:08:20 +00:00
rpc_validator_api.nim altair-capable beacon block creation (#2834) 2021-08-29 14:50:21 +00:00