nimbus-eth2/beacon_chain/rpc
Jacek Sieka 6e2a02466e
unify bn/vc doppelganger detection (#4398)
* fix REST liveness endpoint responding even when gossip is not enabled
* fix VC exit code on doppelganger hit
* fix activation epoch not being updated correctly on long deposit
queues
* fix activation epoch being set incorrectly when updating validator
* move most implementation logic to `validator_pool`, add tests
* ensure consistent logging between VC and BN
* add docs
2022-12-09 17:05:55 +01:00
..
rest_api.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_beacon_api.nim extent `BeaconStateFork` enum (#4396) 2022-12-07 16:47:23 +00:00
rest_config_api.nim EIP4844 tweaks to pass SSZ consensus object tests (#4390) 2022-12-05 21:36:53 +00:00
rest_constants.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
rest_debug_api.nim v1/beacon/blocks/{block_id}, v1/debug/beacon/states/{state_id}, and v1/validator/blocks/{slot} deprecated (#4279) 2022-11-02 10:56:55 +00:00
rest_event_api.nim update to v1 of LC REST API (#4232) 2022-10-13 02:16:49 +02:00
rest_key_management_api.nim unify bn/vc doppelganger detection (#4398) 2022-12-09 17:05:55 +01:00
rest_light_client_api.nim update to v1 of LC REST API (#4232) 2022-10-13 02:16:49 +02:00
rest_nimbus_api.nim `withUpdatedState` injects `updatedState` rather than `state` template (#4375) 2022-11-30 16:37:23 +02:00
rest_node_api.nim implement /eth/v1/validator/register_validator (#4115) 2022-09-13 14:52:26 +03:00
rest_utils.nim eip4844 light client tests; avoid case object out-of-bound array reads (#4404) 2022-12-08 17:21:53 +01:00
rest_validator_api.nim unify bn/vc doppelganger detection (#4398) 2022-12-09 17:05:55 +01:00
state_ttl_cache.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00