ralexstokes / mev-rs

a gateway to a network of block builders
Other
411 stars 76 forks source link

Deduplicate incoming relays from configuration #240

Open ralexstokes opened 4 months ago

ralexstokes commented 4 months ago

Both the builder and the boost components take a list of relays as part of the configuration.

You could currently provide duplicates and this would not really be useful in any way.

It would be nice to filter out duplicate relays when parsing from the configuration.

ralexstokes commented 4 months ago

This could also be an opportunity to build out a "relay set" abstraction, as some of the logic is getting duplicated across builder and boost.

CristopherAguilar10 commented 1 month ago

hello @ralexstokes, can i work on this issue? i would like to help, thanks for the oportunity

cyberbono3 commented 18 hours ago

@CristopherAguilar10 is it still WIP?