nimbus-eth2/beacon_chain/rpc
tersec 27e1625d34
check for and log gossip broadcast failure (#3737)
* check for and log gossip broadcast failure

* switch notices to warns; update LC variables regardless

* don't both return a Result and log sending error

* add metrics counter for failed-due-to-no-peers and removed unnecessary async

* don't report failure of sync committee messages

* remove redundant metric

* document metric being incremented
2022-06-15 08:14:47 +00:00
..
rest_api.nim Validator key management API (#2755) 2021-10-04 22:08:31 +03:00
rest_beacon_api.nim check for and log gossip broadcast failure (#3737) 2022-06-15 08:14:47 +00:00
rest_config_api.nim initial Capella support in RuntimeConfig (#3698) 2022-06-03 14:42:40 +00:00
rest_constants.nim time: spring cleaning (#3262) 2022-01-11 11:01:54 +01:00
rest_debug_api.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00
rest_event_api.nim Put `application/json` as a higher preference than `application/octet-stream` 2022-01-30 18:50:14 +02:00
rest_key_management_api.nim Add a ncli tool for converting a regular keystore into a distributed one (#3634) 2022-05-17 16:50:49 +03:00
rest_nimbus_api.nim Bump libp2p (#3709) 2022-06-08 07:53:50 +02:00
rest_node_api.nim Fix /eth/v1/node/syncing (#3720) 2022-06-14 22:26:23 +02:00
rest_utils.nim Implement all sync committee duties in the validator client (#3583) 2022-05-10 10:03:40 +00:00
rest_validator_api.nim remove unused stdlib imports (#3718) 2022-06-09 08:50:36 +00:00
state_ttl_cache.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00