From e2c26f176b7bfbbf58f6b9d7ed002bada699d957 Mon Sep 17 00:00:00 2001 From: pk910 Date: Tue, 19 Mar 2024 14:42:47 +0100 Subject: [PATCH 1/3] added bn/vc compatibility table --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 57f1d7bed..15a2c1bcd 100644 --- a/README.md +++ b/README.md @@ -823,6 +823,17 @@ snooper_enabled: true +## Beacon Node <> Validator Client compatibility + +| | Lighthouse VC | Prysm VC | Teku VC | Lodestar VC | Nimbus VC +|---------------|------------------------|------------------------|------------------------|------------------------|------------------------| +| Lighthouse BN |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_check_mark: +| Prysm BN |:heavy_check_mark: |:heavy_check_mark: |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_check_mark: +| Teku BN |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_check_mark: |:heavy_check_mark: |:heavy_check_mark: +| Lodestar BN |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_check_mark: |:heavy_multiplication_x: +| Nimbus BN |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_check_mark: |:heavy_check_mark: |:heavy_check_mark: +| Grandine BN |:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_multiplication_x: + ## Custom labels for Docker and Kubernetes There are 4 custom labels that can be used to identify the nodes in the network. These labels are used to identify the nodes in the network and can be used to run chaos tests on specific nodes. An example for these labels are as follows: From 8e48157558fc9162d8219922711e2e7dbf313108 Mon Sep 17 00:00:00 2001 From: pk910 Date: Tue, 19 Mar 2024 14:46:27 +0100 Subject: [PATCH 2/3] fix icons --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 15a2c1bcd..3b2ded045 100644 --- a/README.md +++ b/README.md @@ -825,14 +825,14 @@ snooper_enabled: true ## Beacon Node <> Validator Client compatibility -| | Lighthouse VC | Prysm VC | Teku VC | Lodestar VC | Nimbus VC -|---------------|------------------------|------------------------|------------------------|------------------------|------------------------| -| Lighthouse BN |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_check_mark: -| Prysm BN |:heavy_check_mark: |:heavy_check_mark: |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_check_mark: -| Teku BN |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_check_mark: |:heavy_check_mark: |:heavy_check_mark: -| Lodestar BN |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_check_mark: |:heavy_multiplication_x: -| Nimbus BN |:heavy_check_mark: |:heavy_multiplication_x:|:heavy_check_mark: |:heavy_check_mark: |:heavy_check_mark: -| Grandine BN |:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_multiplication_x:|:heavy_multiplication_x: +| | Lighthouse VC | Prysm VC | Teku VC | Lodestar VC | Nimbus VC +|---------------|---------------|----------|---------|-------------|------------------------| +| Lighthouse BN | ✅ | ❌ | ❌ | ❌ | ✅ +| Prysm BN | ✅ | ✅ | ✅ | ❌ | ✅ +| Teku BN | ✅ | ❌ | ✅ | ✅ | ✅ +| Lodestar BN | ✅ | ❌ | ❌ | ✅ | ❌ +| Nimbus BN | ✅ | ❌ | ✅ | ✅ | ✅ +| Grandine BN | ❌ | ❌ | ❌ | ❌ | ❌ ## Custom labels for Docker and Kubernetes From 313a8603b2975b3b1e51ad92c4cd06059c2024d2 Mon Sep 17 00:00:00 2001 From: pk910 Date: Tue, 19 Mar 2024 14:47:28 +0100 Subject: [PATCH 3/3] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2ded045..a392f992e 100644 --- a/README.md +++ b/README.md @@ -826,7 +826,7 @@ snooper_enabled: true ## Beacon Node <> Validator Client compatibility | | Lighthouse VC | Prysm VC | Teku VC | Lodestar VC | Nimbus VC -|---------------|---------------|----------|---------|-------------|------------------------| +|---------------|---------------|----------|---------|-------------|-----------| | Lighthouse BN | ✅ | ❌ | ❌ | ❌ | ✅ | Prysm BN | ✅ | ✅ | ✅ | ❌ | ✅ | Teku BN | ✅ | ❌ | ✅ | ✅ | ✅