nimbus-eth2/beacon_chain/rpc
tersec bf3a014287
more efficient forkchoiceUpdated usage (#4055)
* more efficient forkchoiceUpdated usage

* await rather than asyncSpawn; ensure head update before dag.updateHead

* use action tracker rather than attached validators to check for next slot proposal; use wall slot + 1 rather than state slot + 1 to correctly check when missing blocks

* re-add two-fcU case for when newPayload not VALID

* check dynamicFeeRecipientsStore for potential proposal

* remove duplicate checks for whether next proposer
2022-09-07 20:34:52 +02:00
..
rest_api.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_beacon_api.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
rest_config_api.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00
rest_constants.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_debug_api.nim display invalid status in extra fork choice info (#4074) 2022-09-06 18:05:57 +00:00
rest_event_api.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
rest_key_management_api.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
rest_light_client_api.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
rest_nimbus_api.nim Address #3624 (#3934) 2022-08-06 11:55:40 +00:00
rest_node_api.nim optimistic sync (#3793) 2022-07-04 23:35:33 +03:00
rest_utils.nim Keymanager API for the validator client (#3976) 2022-08-19 13:30:07 +03:00
rest_validator_api.nim more efficient forkchoiceUpdated usage (#4055) 2022-09-07 20:34:52 +02:00
state_ttl_cache.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00