Skip to content

Commit

Permalink
Merge pull request #281 from attestantio/remove-prysm-note
Browse files Browse the repository at this point in the history
Remove a couple of notes on prysm that are out of date.
  • Loading branch information
mcdee authored Jan 6, 2025
2 parents dddf433 + cf15bb2 commit e764022
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ Vouch is a standard Go module which can be installed with:
go get github.com/attestantio/vouch
```

## Required beacon node parameters

### Prysm
Prysm must be started with the `--enable-debug-rpc-endpoints` option for Vouch to operate correctly.

## Usage
Vouch sits between the beacon node(s) and signer(s) in an Ethereum 2 validating infrastructure. It runs as a standard daemon process. The following documents provide information about configuring and using Vouch:

Expand Down
1 change: 0 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ strategies:
# style can be 'best', which obtains aggregates from all nodes and selects the best, or 'first', which uses the first returned
style: 'best'
# beacon-node-addresses are the addresses from which to receive aggregate attestations.
# Note that prysm nodes are not supported at current in this strategy.
beacon-node-addresses: ['localhost:4000', 'localhost:5051', 'localhost:5052']
# The beaconblockproposal strategy obtains beacon block proposals from multiple beacon nodes.
beaconblockproposal:
Expand Down

0 comments on commit e764022

Please sign in to comment.