mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-11 03:27:00 +00:00
Currently bootstrap nodes for discv5 and for the Portal nodes were provided through separate cli arguments. This is however confusing and cumbersome as typically when (currently) testing a node will have both discv5 and the Portal networks enabled. We merge them into one argument. If a node happens not to support a Portal network, it will be removed after message request failure. Commit also contains additional clean-up and nim-eth bump.