mev-rs icon indicating copy to clipboard operation
mev-rs copied to clipboard

Deduplicate incoming relays from configuration

Open ralexstokes opened this issue 9 months ago • 5 comments

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 avatar May 04 '24 01:05 ralexstokes

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.

ralexstokes avatar May 04 '24 01:05 ralexstokes

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

CristopherAguilar10 avatar Aug 07 '24 02:08 CristopherAguilar10

@CristopherAguilar10 is it still WIP?

cyberbono3 avatar Sep 13 '24 12:09 cyberbono3

@CristopherAguilar10 is it still WIP?

No, I was never assigned

CristopherAguilar10 avatar Sep 15 '24 05:09 CristopherAguilar10

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"

ralexstokes avatar Sep 17 '24 17:09 ralexstokes