alpha
Uncover the building blocks of Flashbots
Discover the latest Flashbots pull requests and code changes for builder.
[TESTING] Script for benchmarking builders locally
Introduces several changes to the builder repository owned by Flashbots. The main point of these changes is to enhance the functionality of the repository by adding new files, functions, and structs, and updating existing ones.
builder
...
Fix typos
Primarily focuses on the correction of a typographical error in the cmd/evm/README.md file of the builder repository owned by flashbots. The word addres has been rectified to address, enhancing the readability and accuracy of t...
cmd/evm/README.md
addres
address
Decouple block processing
The pull requests primarily focus on refactoring the flashbotsextra/database.go and cmd/utils/flags.go files, introducing a new command-line flag builder.block_processor_url, and adding a new interface BlockConsumer. The new flag allows speci...
flashbotsextra/database.go
cmd/utils/flags.go
builder.block_processor_url
BlockConsumer
Correct estimation of timestamp in eth_callBundle
Primarily focuses on modifications in the CallBundle function within the api.go file located in the internal/ethapi directory of the builder repository. The key change is an adjustment to the calculation of the timestamp vari...
CallBundle
api.go
internal/ethapi
timestamp
Fix division by zero
Primarily focuses on the modification of the commitSBundle function in the environment_diff.go file located in the miner directory of the builder repository. The key change involves the assignment of the gotEGP variable.
commitSBundle
environment_diff.go
miner
gotEGP
Bring BOR into builder (trial)
Introduces significant updates to the builder repository, primarily focusing on the bor package. The updates include the addition of new files, functions, constants, and data structures, as well as modifications to existing files...
bor
Add fix and update unit tests for header gas limit calculation
Titled "Add fix and update unit tests for header gas limit calculation" primarily focuses on updating the builder submission logic to calculate the gas limit based on the payload attribute. This change addresses a persistent issue ...
Set cancellations to 1 instead of true
Titled "Set cancellations to 1 instead of true" is a minor modification in the 'builder' repository owned by Flashbots. The change involves setting the value of cancellations to '1' instead of 'true'. This change affects one file, ...
p2p: move ping handling into pingLoop goroutine (#27887)
Primarily focuses on the enhancement of the Peer struct in p2p/peer.go of the builder repository. A new channel named pingRecv has been introduced to the Peer struct. This channel is initialized with a buffer size of 16 in th...
Peer
p2p/peer.go
pingRecv
[DRAFT] [WIP] Cancun 1.12.2
Introduces a multitude of changes to the builder repository owned by flashbots. The changes span across multiple files and primarily focus on error handling, function updates, and the introduction of new types and methods.
flashbots
Key...
Last updated 04/12 00:16