builder icon indicating copy to clipboard operation
builder copied to clipboard

Flashbots MEV-Boost Block Builder

Results 38 builder issues
Sort by recently updated
recently updated
newest added

## 📝 Summary ## 📚 References --- * [ ] I have seen and agree to [`CONTRIBUTING.md`](https://github.com/flashbots/builder/blob/main/CONTRIBUTING.md)

I want to know, how can I run my builder

Is there any difference between using them simply as fullnodes? Can anyone run the builder as a Builder to submit a block?

#### System information Builder version: `latest` CL client & version: e.g. lighthouse/nimbus/[email protected] OS & Version: Windows/Linux/OSX Commit hash : (if `develop`) #### Expected behaviour An `error` field which contains the...

Hi everyone! I'm currently actively investigating block builder. And I'm a little bit confused about bundle and tx ordering algo in block. According to implementation and blocks produced by flashbot...

## 📝 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...

## 📝 Summary Currently, if a bundle includes a transaction that has the same sender and nonce as a transaction in the mempool (i.e. attempting to replace a mempool transaction...

## 📝 Summary Increased a delay from 0.5s to 1s in order to avoid hitting rate limit on flashbots api. ## 📚 References --- * [ ] I have seen...

A block with cancelled bundles could have less profit. https://github.com/flashbots/builder/blob/e72580cf4e0a2e14cc98aa9da124331ac5eaf4da/miner/payload_building.go#L102

I run a builder and prysm on goerli . builder version: branch: capella-1.11.4 prysm version: flashbots/prysm branch:develop-boost commit 31558723 builder run cmd: ./geth --goerli --builder --verbosity 3 --nat extip:xxx.xxx.xxx.xxx --port...