mev-share
mev-share copied to clipboard
Protocol for orderflow auctions
Add how to run test section of v0.1 Maybe helpful for developers who are not familiar with the flashbots/builder code
Presently, searchers on mev-share are unable to learn anything about their bundle after it is sent, other than the fact that it was received by the API. A bundle targeting...
The [relay data API](https://flashbots.github.io/relay-specs/#/Data) was extremely successful at illuminating the mev-boost block market by enabling sites like [mevboost.org](https://www.mevboost.org/), [relayscan](https://www.relayscan.io/), and [many](https://mevboost.pics/) [more](https://app.metrika.co/ethereum/dashboard/mev/relay-overview?tr=1d). Let's enable something similar for mev-share! There's really...
Currently the [`mev_sendBundle`](https://github.com/flashbots/mev-share/blob/main/specs/mev_sendBundle.md) and [`event-stream`](https://github.com/flashbots/mev-share/blob/main/specs/event-stream.md) APIs support sharing the following hints: `logs`, `calldata`, `function selector`, `contract address`. One early idea is to also share the orderflow source (eg. the wallet...
The most basic form of redistribution involves transferring a single refund to the address specified in the validity condition of a mev-share bundle. But validity conditions could also support more...
Right now, the builder transfers kickbacks directly to each recipient. This transfer incurs a gas cost, so the user’s effective profit = kickback - cost of transfer. We would like...
It would be useful for the interpretation of logs contained in a MEV share bundle if the block number or block hash was included. Sure, one can assume that it...
Failed to send bundle on holesky testnet with size of 22572. ```sh info: Bundle size: 22572 error: Error while sending Flashbots bundle: invalid bundle body size {"name":"JsonRpcError: -32000","stack":"JsonRpcError: -32000: invalid...
The default behavior for several of the optional parameters is unspecified. The spec should say: * What is the behavior if `privacy` is omitted * What is the behavior if...