builder
builder copied to clipboard
Flashbots MEV-Boost Block Builder
I want run a builder,Do I just need to run a fork prysm and a builder? Does prysm need connect to another el client?
# Rationale Currently you can specify `validation_blacklist` which applies to all relays. This means that you can either configure your builder to either mostly work with censorious relays or completely...
# Rationale The feature would be a great tool for the searchers without access to huge upfront capital. It would help bring the leverage the big players have to the...
# Rationale Currently we are copying the state every time we are about to apply a bundle, as multi-tx bundles can't be handled with a revert to snapshort. It should...
`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...
# Rationale To allow anyone to easily make changes to the builder, measure their impact, and ensure that they are safe. # Implementation - Provide standardized tools and data (sample...
## 📝 Summary Returns the simulated block value to the relay for data collection. Related relay change https://github.com/flashbots/mev-boost-relay/pull/630 ## 📚 References --- * [x] I have seen and agree to...
## 📝 Summary Adds support for blobs txs on `greedy-multi-snap` and `greedy-buckets-multi-snaps` workers. ## 📚 References --- * [ ] I have seen and agree to [`CONTRIBUTING.md`](https://github.com/flashbots/builder/blob/main/CONTRIBUTING.md)