Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): add vouch config paragraph #516

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions testnets/holesky/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ This document provides instructions for running Bolt on the Holesky testnet.
* [Using a private key directly](#using-a-private-key-directly)
* [Using a ERC-2335 Keystore](#using-a-erc-2335-keystore)
* [Avoid restarting the beacon node](#avoid-restarting-the-beacon-node)
* [Vouch configuration](#vouch-configuration)

<!-- vim-markdown-toc -->

Expand Down Expand Up @@ -1123,3 +1124,12 @@ the restart by following this steps when starting the Bolt sidecar:
using another port
3. Set the `--constraints-api-url` flag (or `BOLT_SIDECAR_CONSTRAINTS_API_URL`
env) to point to the Bolt MEV-Boost instance.

## Vouch configuration

If you are using [Vouch](https://www.attestant.io/posts/introducing-vouch/) as validator client,
you will need to tweak its configuration to make sure that it doesn't fetch blocks from PBS relays directly,
otherwise your validators might propose a block that does not adhere to the signed constraints from the Bolt sidecar.

In particular, you need to [disable external MEV relays](https://github.com/attestantio/vouch/blob/master/docs/blockrelay.md#without-mev-relays),
and make sure that your beacon node is pointing to the bolt sidecar.
Loading