mike neuder
mike neuder
**Description** https://github.com/ethereum-optimism/optimism/issues/3606 requests that linux/arm64 versions of the docker containers are published to docker hub. This PR modifies the `docker-publish` job template to be parameterized by a linux image and...
IL POC Spec - see https://notes.ethereum.org/@mikeneuder/il-poc-spec. Pulling from many sources including: https://github.com/hwwhww/consensus-specs/pull/2/files and https://github.com/ethereum/consensus-specs/commit/bca66b05a21dd02871bf1edf1fffc664d171990c into one upstream PR. ### Core elements 1. Unconditional – guaranteed inclusion with a 3 million...
## 📝 Summary Spiritual successor to https://github.com/flashbots/mev-boost-relay/pull/466. This follows up on the series: https://github.com/flashbots/mev-boost-relay/pull/479, https://github.com/flashbots/mev-boost-relay/pull/491, https://github.com/flashbots/mev-boost-relay/pull/494, https://github.com/flashbots/mev-boost-relay/pull/498, https://github.com/flashbots/mev-boost-relay/pull/513, https://github.com/flashbots/mev-boost-relay/pull/514, https://github.com/flashbots/mev-boost-relay/pull/518, which aim at reducing the diff and productionizing https://github.com/flashbots/mev-boost-relay/pull/466. ##...
## 📝 Summary Completion of the v2 code. This is diffed off https://github.com/flashbots/mev-boost-relay/pull/524 to make the review clearer. This follows up on the series: https://github.com/flashbots/mev-boost-relay/pull/479, https://github.com/flashbots/mev-boost-relay/pull/491, https://github.com/flashbots/mev-boost-relay/pull/494, https://github.com/flashbots/mev-boost-relay/pull/498, https://github.com/flashbots/mev-boost-relay/pull/513, https://github.com/flashbots/mev-boost-relay/pull/514,...
**Describe the bug** As pointed out by Auston and Max of aestus relay, the current `waitgroup` design for handling optimistic block processing only works on a per-instance basis. In order...
## 📝 Summary v2 of the optimistic relaying [roadmap](https://github.com/michaelneuder/optimistic-relay-documentation/blob/main/towards-epbs.md), which does optimistic header only parsing of an SSZ encoded bid and marks the bid eligible immediately. > NOTE: the overall...
This addresses https://github.com/ralexstokes/relay-monitor/issues/11. While trying to figure out the right way to unit test this, I refactored the server slightly to not call `http.ListenAndServer` directly, but instead call it on...
In `ValidatePayload`, we call `bc.validator.ValidateBody` which is defined [here](https://github.com/flashbots/block-validation-geth/blob/edb750b94d886d70698c3b20a2248046f8b941b5/core/block_validator.go#L53). That function returns an error `ErrKnownBlock` if the block that we are validating is already part of the canonical chain. By...
1. Fixing the types for https://flashbots.github.io/relay-specs/#/Builder/getValidators 2. moving the relay spec.md file to the `capella` folder Things to do: 1. encoding details 2. example messages with json parsing in a...