From 737960cae08ff9bc63bd4517efd0a1a8cefc59ff Mon Sep 17 00:00:00 2001 From: corverroos Date: Fri, 8 Apr 2022 12:47:10 +0200 Subject: [PATCH 1/4] readme: add more consensus clients --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb39402bd..939a8bd73 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,14 @@ and the beacon node via the official [Eth Beacon Node REST API](https://ethereum Charon supports any upstream beacon node that serves the Beacon API. Charon supports any downstream standalone validator client that consumes the Beacon API. -|Client| Beacon Node | Validator Client | Notes | -|-----|---------------|----------------|-----------------------------------------| -|*Teku*| ✅ | ✅ | Fully supported | -|*Lighthouse*| ✅ |✅ | Fully supported | -|*Prysm*| ✅ | 🛑 | Validator client requires gRPC API | -|*Nimbus*| ✅| 🛑 | No standalone validator client provided | +| Client | Beacon Node | Validator Client | Notes | +|---------------------------------------------------|---------------|----------------|-----------------------------------------| +| [Teku](https://github.com/ConsenSys/teku) | ✅ | ✅ | Fully supported | +| [Lighthouse](https://github.com/sigp/lighthouse) | ✅ |✅ | Fully supported | +| [Loadstar](https://github.com/ChainSafe/lodestar) | *️⃣ |✅ | Only validator client provided | +| [Vouch](https://github.com/attestantio/vouch) | *️⃣ |✅ | Only validator client provided | +| [Prysm](https://github.com/prysmaticlabs/prysm) | ✅ | 🛑 | Validator client requires gRPC API | +| [Nimbus](https://github.com/status-im/nimbus-eth2) | ✅| *️⃣ | No standalone validator client provided | ## Project Status From dcabf9a79faeaa2785f72f7a643508f15549ebda Mon Sep 17 00:00:00 2001 From: corverroos Date: Fri, 8 Apr 2022 12:48:34 +0200 Subject: [PATCH 2/4] cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 939a8bd73..b48e9732d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Charon supports any downstream standalone validator client that consumes the Bea |---------------------------------------------------|---------------|----------------|-----------------------------------------| | [Teku](https://github.com/ConsenSys/teku) | ✅ | ✅ | Fully supported | | [Lighthouse](https://github.com/sigp/lighthouse) | ✅ |✅ | Fully supported | -| [Loadstar](https://github.com/ChainSafe/lodestar) | *️⃣ |✅ | Only validator client provided | +| [Loadstar](https://github.com/ChainSafe/lodestar) | ✅ |✅ | Fully supported | | [Vouch](https://github.com/attestantio/vouch) | *️⃣ |✅ | Only validator client provided | | [Prysm](https://github.com/prysmaticlabs/prysm) | ✅ | 🛑 | Validator client requires gRPC API | | [Nimbus](https://github.com/status-im/nimbus-eth2) | ✅| *️⃣ | No standalone validator client provided | From 715a0409ed2d3abf7a1c10e0a045d033944d3ac3 Mon Sep 17 00:00:00 2001 From: corverroos Date: Fri, 8 Apr 2022 12:49:21 +0200 Subject: [PATCH 3/4] cleanup --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b48e9732d..d66afffce 100644 --- a/README.md +++ b/README.md @@ -58,14 +58,14 @@ and the beacon node via the official [Eth Beacon Node REST API](https://ethereum Charon supports any upstream beacon node that serves the Beacon API. Charon supports any downstream standalone validator client that consumes the Beacon API. -| Client | Beacon Node | Validator Client | Notes | -|---------------------------------------------------|---------------|----------------|-----------------------------------------| -| [Teku](https://github.com/ConsenSys/teku) | ✅ | ✅ | Fully supported | -| [Lighthouse](https://github.com/sigp/lighthouse) | ✅ |✅ | Fully supported | -| [Loadstar](https://github.com/ChainSafe/lodestar) | ✅ |✅ | Fully supported | -| [Vouch](https://github.com/attestantio/vouch) | *️⃣ |✅ | Only validator client provided | -| [Prysm](https://github.com/prysmaticlabs/prysm) | ✅ | 🛑 | Validator client requires gRPC API | -| [Nimbus](https://github.com/status-im/nimbus-eth2) | ✅| *️⃣ | No standalone validator client provided | +| Client | Beacon Node | Validator Client | Notes | +|---------------------------------------------------|-------------|------------------|-----------------------------------------| +| [Teku](https://github.com/ConsenSys/teku) | ✅ | ✅ | Fully supported | +| [Lighthouse](https://github.com/sigp/lighthouse) | ✅ | ✅ | Fully supported | +| [Loadstar](https://github.com/ChainSafe/lodestar) | ✅ | ✅ | Fully supported | +| [Vouch](https://github.com/attestantio/vouch) | *️⃣ | ✅ | Only validator client provided | +| [Prysm](https://github.com/prysmaticlabs/prysm) | ✅ | 🛑 | Validator client requires gRPC API | +| [Nimbus](https://github.com/status-im/nimbus-eth2) | ✅ | *️⃣ | No standalone validator client provided | ## Project Status From 213a84a3977b5f98882c24c1c3687cb85f15489b Mon Sep 17 00:00:00 2001 From: corverroos Date: Fri, 8 Apr 2022 13:23:33 +0200 Subject: [PATCH 4/4] Update README.md Co-authored-by: Dhruv Bodani --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d66afffce..0caeb24d9 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Charon supports any downstream standalone validator client that consumes the Bea |---------------------------------------------------|-------------|------------------|-----------------------------------------| | [Teku](https://github.com/ConsenSys/teku) | ✅ | ✅ | Fully supported | | [Lighthouse](https://github.com/sigp/lighthouse) | ✅ | ✅ | Fully supported | -| [Loadstar](https://github.com/ChainSafe/lodestar) | ✅ | ✅ | Fully supported | +| [Lodestar](https://github.com/ChainSafe/lodestar) | ✅ | ✅ | Fully supported | | [Vouch](https://github.com/attestantio/vouch) | *️⃣ | ✅ | Only validator client provided | | [Prysm](https://github.com/prysmaticlabs/prysm) | ✅ | 🛑 | Validator client requires gRPC API | | [Nimbus](https://github.com/status-im/nimbus-eth2) | ✅ | *️⃣ | No standalone validator client provided |