e1830519a4
Whether new blocks/attestations/etc are produced internally or received via REST, their journey through the node is the same - to ensure that they get the same treatment (logging, metrics, processing), this PR moves the routing to a dedicated module and fixes several small differences that existed before. * `xxxValidator` -> `processMessageName` - the processor also was adding messages to pools, so we want the name to reflect that action * add missing "sent" metrics for some messages * document ignore policy better - already-seen messages are not actaully rebroadcast by libp2p * skip redundant signature checks for internal validators consistently |
||
---|---|---|
.. | ||
rest_api.nim | ||
rest_beacon_api.nim | ||
rest_config_api.nim | ||
rest_constants.nim | ||
rest_debug_api.nim | ||
rest_event_api.nim | ||
rest_key_management_api.nim | ||
rest_light_client_api.nim | ||
rest_nimbus_api.nim | ||
rest_node_api.nim | ||
rest_utils.nim | ||
rest_validator_api.nim | ||
state_ttl_cache.nim |