Open
Description
If launch a node with trust_peers
set on reth.toml
, the node will have issue to connect to those trust peers.
Logs from peers side: Peer does not support the ScrollWire protocol, keeping connection alive
.
And the node won't be able to sync new blocks from trusts node.
Suspect what is happening is that as soon as the network is started it attempts to connect to the trusted peers which is before the scroll-wire subprotocol has been added.
More details here.