ralexstokes / mev-rs

a gateway to a network of block builders
Other
420 stars 77 forks source link

Deduplicate incoming relays from configuration #240

Open ralexstokes opened 6 months ago

ralexstokes commented 6 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 6 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 3 months ago

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

cyberbono3 commented 2 months ago

@CristopherAguilar10 is it still WIP?

CristopherAguilar10 commented 2 months ago

@CristopherAguilar10 is it still WIP?

No, I was never assigned

ralexstokes commented 2 months ago

hey everyone, sorry for the delay

this issue has been handled in this PR, which I think is on the way to be merged in

https://github.com/ralexstokes/mev-rs/pull/244

will try to pick out some more "good first issues"