Add a Mute message

Send a `Mute` message to `NodeConnector` when a node is from a chain on the denylist OR if the chain is overquota.
(Also: dial down logging of finalized blocks a bit)
This commit is contained in:
David Palm
2021-03-26 13:24:54 +01:00
parent 90262f83b2
commit f449dc6667
3 changed files with 26 additions and 8 deletions
+1 -1
View File
@@ -284,7 +284,7 @@ impl Chain {
if node.update_block(*block) {
if block.height > self.best.height {
self.best = *block;
log::info!(
log::debug!(
"[{}] [nodes={}/feeds={}] new best block={}/{:?}",
self.label.0,
nodes_len,