shutter-network / rolling-shutter

Rolling Shutter is an MEV protection system to be plugged into rollups.
https://twitter.com/project_shutter/
26 stars 7 forks source link

Fix bb peer command and bootstrap node peering #430

Closed ezdac closed 5 months ago

ezdac commented 5 months ago

The bootstrap nodes will filter out their address from the list of bootstrap nodes. When no bootstrap nodes are configured, an error will be raised.

For this the 'peer' command in the bb scripts should not edit the config files of bootstrap nodes differently than non-bootstrap nodes.

Additionally, a bootstrap node will not error on an empty config.BootstrapPeers configuration.