Go to file
Jim McDonald 0e5fdef3b2
Update changelog and version for 1.0.4.
2021-03-13 12:26:05 +00:00
.github/workflows Update release workflow. 2020-11-27 15:34:59 +00:00
docs Tidy-ups for attestation data strategy 2020-11-26 20:31:28 +00:00
loggers Initial release 2020-09-28 07:46:00 +01:00
media Initial release 2020-09-28 07:46:00 +01:00
mock Update dependencies 2020-11-26 20:32:04 +00:00
services Do not overwrite validator list with null. 2021-03-06 00:24:26 +00:00
strategies Avoid crash on nil beacon block. 2020-12-14 09:29:34 +00:00
testing Initial move to go-eth2-client 2020-10-28 15:09:51 +00:00
testutil Initial work on support of standard API 2020-11-14 08:36:49 +00:00
util Use multisign for attestations 2020-10-26 14:31:24 +00:00
.dockerignore Initial release 2020-09-28 07:46:00 +01:00
.gitignore Init 2020-05-09 19:32:38 +01:00
CHANGELOG.md Update changelog and version for 1.0.4. 2021-03-13 12:26:05 +00:00
Dockerfile Initial release 2020-09-28 07:46:00 +01:00
LICENSE Initial release 2020-09-28 07:46:00 +01:00
README.md Add note regarding Lighthouse SSE 2020-11-26 20:32:26 +00:00
clients.go Initial release 2020-09-28 07:46:00 +01:00
go.mod Update go-eth2-client dependency. 2020-12-17 22:09:28 +00:00
go.sum Update go-eth2-client dependency. 2020-12-17 22:09:28 +00:00
logging.go Initial release 2020-09-28 07:46:00 +01:00
main.go Update changelog and version for 1.0.4. 2021-03-13 12:26:05 +00:00

README.md

Vouch

Tag License GoDoc Lint Go Report Card

An Ethereum 2 multi-node validator client.

Table of Contents

Install

Binaries

Binaries for the latest version of Vouch can be obtained from the releases page.

Docker

You can obtain the latest version of Vouch using docker with:

docker pull attestant/vouch

Source

Vouch is a standard Go module which can be installed with:

go get github.com/attestantio/vouch

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:

Known issues

  • lighthouse does not yet implement server-sent events. As a result, if you are using Lighthouse you will see an occasional error in the logs that looks like: {"level":"error","service":"client","impl":"standardv1","error":"could not connect to stream","time":"2020-11-26T08:01:09Z","message":"Failed to subscribe to event stream"}

Maintainers

Jim McDonald: @mcdee.

Contribute

Contributions welcome. Please check out the issues.

License

Apache-2.0 © 2020 Attestant Limited.