dmarz
dmarz
Opening this issue to start discussion around the topic of strategy censoring Front-running is illegal in traditional financial markets so it is no stretch of the imagination to think that...
- This PR adds blocknative's mainnet relay to the mev-boost cli example. *Disclaimer I work for Blocknative*
## 📝 Summary From a discussion with @zeroecco on how to lower bandwidth on the blocknative relay we came to the idea that we could utilize well known compression like...
As mentioned in PR #342 , I also thought it was a bug that the blocknative relay was receiving `getPayload` requests for payloads we did not deliver. But I came...
## 📝 Summary - Currently regular transactions and bundles share the same mutex, this can have noticeable latency effects depending on the mempool size a builder is running. This PR...
`AddMevBundle` surely needs to lock for atomicity of adding to the bundle pool (`pool.mevBundles`), but as far as I can tell it doesn't interact with the rest of the txpool...
**Description** This PR proposes a minimal standardized interface for block construction and transaction management between the Sequencer and a local Block Builder. Separating Block Building from the Sequencer's Execution Engine...
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...
### Describe the feature you would like When a kettle turns off a service it should have something like "service not available" message ### Additional context _No response_
# Rationale Right now a session can last indefinitely but should be canceled when a new block comes in as that makes the state its simulating on invalid # Implementation...