ethers-flashbots icon indicating copy to clipboard operation
ethers-flashbots copied to clipboard

An Ethers middleware for submitting Flashbots bundles

Results 11 ethers-flashbots issues
Sort by recently updated
recently updated
newest added

Wondering if this is something we can build into this lib and also ignite some discussion around the same. What is the nonce management strategy that you are using with...

enhancement
help wanted

Adds the option to set a different relay URL for bundle simulations. The relay URL can also be a node that implements the `eth_callBundle` remote procedure call.

enhancement

Currently there is nothing preventing anyone from adding arbitrary invalid bytes to their bundle, even by mistake. We should try to decode the RLP encoded transactions and make sure they...

enhancement

This is not strictly useable in the middleware, but it might be nice to provide the functionality in the crate anyway. https://blocks.flashbots.net/

enhancement

enhancement
good first issue

I think we might be able to simplify the examples in terms of imports and outside dependencies.

enhancement
good first issue

Hi, I think it could be useful to include a method wrapping mev-geth's eth_estimateGasBundle endoint. Thanks!

Getting the following error when trying to simulate transaction. I've tried with Geth,Erigon, and Reth. What could cause this? RelayError(JsonRpcError(JsonRpcError { code: -32000, message: "header not found", data: None })

After the 0.12.0, to simulate the bundles, users are required to call the `set_simulation_relay` method to set a relay endpoint, otherwise it'll be `None`. Additionally, I modified the `set_simulation_relay` method...

bug

Mev-Share has introduced a new way to submit bundles to Mev-Share Matchmakers, mev_sendBundle. The type is defined here: https://github.com/flashbots/mev-share/blob/main/specs/bundles/v0.1.md I am working on a PR on this however I'm relatively...