You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple mock builder implementation that serves local mempool transactions from an Ethereum node through the Builder API flow.
6
+
It works as a wrapper over Lighthouse's [mock-builder](https://github.com/sigp/lighthouse/blob/unstable/beacon_node/execution_layer/src/test_utils/mock_builder.rs) which is used for lighthouse tests. This means that as Lighthouse implements support for new forks, the builder automatically gets support for the fork by just pointing it to the right lighthouse commit.
7
+
8
+
The name references both its implementation language (Rust) and its rustic nature - serving farm-to-table payloads from your local execution client.
0 commit comments