Skip to content

[Network]: Node failed to connect to trust peer nodes specified on reth.toml #190

Open
@yiweichi

Description

@yiweichi

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnetwork

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions