From b30b5ccf4cba5d9c86bfcb941ba8802942e19adf Mon Sep 17 00:00:00 2001 From: James He Date: Tue, 5 Jul 2022 08:42:05 -0500 Subject: [PATCH 1/4] updating readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33e469a..f50ab9b 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ Learn about the Consensus Validator Clients that implement these APIs on the [Et ### v1 APIS | Validator Client/Remote Managers | local keymanager | remote keymanager | fee recipient | | -------------------------------- | ---------------- | ----------------- | ------------- | -| Prysm | production | develop | inprogress | +| Prysm | production | production | develop | | Teku | production | production | production | -| Lighthouse | production | inprogress | inprogress | +| Lighthouse | production | inprogress | develop | | Nimbus | production | production | inprogress | | Lodestar | production | develop | inprogress | | Web3signer | production | N/A | N/A | From 08a6abc7303f137a2fac75107e294d4528d6bbb9 Mon Sep 17 00:00:00 2001 From: james-prysm <90280386+james-prysm@users.noreply.github.com> Date: Tue, 5 Jul 2022 09:48:36 -0400 Subject: [PATCH 2/4] Update README.md Co-authored-by: Lion - dapplion <35266934+dapplion@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f50ab9b..98b717d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Learn about the Consensus Validator Clients that implement these APIs on the [Et | Teku | production | production | production | | Lighthouse | production | inprogress | develop | | Nimbus | production | production | inprogress | -| Lodestar | production | develop | inprogress | +| Lodestar | production | v0.40.0 | inprogress | | Web3signer | production | N/A | N/A | ## Use Cases From c02126bd49e0e30d46cab9954503bdb37260404f Mon Sep 17 00:00:00 2001 From: James He Date: Tue, 5 Jul 2022 10:20:11 -0500 Subject: [PATCH 3/4] adding in version number for fee recipient --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98b717d..739d6b9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Learn about the Consensus Validator Clients that implement these APIs on the [Et | Teku | production | production | production | | Lighthouse | production | inprogress | develop | | Nimbus | production | production | inprogress | -| Lodestar | production | v0.40.0 | inprogress | +| Lodestar | production | v0.40.0 | v0.40.0 | | Web3signer | production | N/A | N/A | ## Use Cases From 3997730f523ba15d657c51ab4c94b17e01888a88 Mon Sep 17 00:00:00 2001 From: James He Date: Tue, 5 Jul 2022 11:13:08 -0500 Subject: [PATCH 4/4] reverting change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 739d6b9..98b717d 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Learn about the Consensus Validator Clients that implement these APIs on the [Et | Teku | production | production | production | | Lighthouse | production | inprogress | develop | | Nimbus | production | production | inprogress | -| Lodestar | production | v0.40.0 | v0.40.0 | +| Lodestar | production | v0.40.0 | inprogress | | Web3signer | production | N/A | N/A | ## Use Cases