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

Support cancellation ability in the `BlindedBlockRelayer` trait

Open ralexstokes opened this issue 1 year ago • 0 comments

https://github.com/ralexstokes/mev-rs/blob/9d88a2386b58c2948fa850f0dd4b3dfe18bd4962/mev-rs/src/blinded_block_relayer/mod.rs#L18-L21

submit_bid should support some way for the caller to signal they want to enable cancellations

going by the current API, it looks like can get away with just adding a bool param to this trait method

ralexstokes avatar Aug 16 '23 14:08 ralexstokes