Jacek Sieka e1830519a4
Introduce message router (#3829)
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
2022-07-06 16:11:44 +00:00
..
2021-10-12 13:36:52 +02:00
2022-04-08 16:22:49 +00:00
2022-06-21 10:29:16 +02:00
2022-04-14 17:39:37 +02:00
2022-06-19 09:08:21 +03:00
2022-06-29 18:53:59 +02:00
2022-03-16 08:20:40 +01:00
2022-06-29 18:53:59 +02:00