Open ralexstokes opened 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.
hello @ralexstokes, can i work on this issue? i would like to help, thanks for the oportunity
@CristopherAguilar10 is it still WIP?
@CristopherAguilar10 is it still WIP?
No, I was never assigned
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"
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.