mana-ethereum / mana

Ethereum full node implementation written in Elixir.
Other
274 stars 47 forks source link

Wire Sub-Protocol Capability Configuration #689

Closed willmeister closed 5 years ago

willmeister commented 5 years ago

Fixes an issue where we blindly pull our capabilities list from config, instead starting with the capabilities that we can support and paring them down based on what is configured.

Also adds logic to ExWire.Packet.Capability.Eth.Hello to only recommend activating peers if they have shared capabilities.