From 36cd360ab3cba6c8f999a630e9778c6b5dea4fa4 Mon Sep 17 00:00:00 2001
From: hanniabu <10511045+hanniabu@users.noreply.github.com>
Date: Mon, 30 Oct 2023 17:15:31 -0400
Subject: [PATCH] update migalabs endpoint (#43)
---
_config.yml | 4 +-
_data/clients-consensus.yml | 12 ++--
_data/clients-execution.yml | 6 +-
_includes/partials/content/distribution.html | 2 +-
_scripts/collect_data.py | 62 ++++++++++++++------
methodology.md | 2 +-
6 files changed, 59 insertions(+), 29 deletions(-)
diff --git a/_config.yml b/_config.yml
index a6c0002..b1c1f23 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,6 +1,6 @@
# Read about configuration here: https://jekyllrb.com/docs/configuration/options/
title: Client Diversity | Ethereum
-description: Improve Etheruem's resilience and protect the network by using a minority client.
+description: Improve Ethereum's resilience and protect the network by using a minority client.
keywords: ethereum, client, diversity, eth, beacon, chain
url: https://clientdiversity.org
permalink: pretty # Do not change this, it will break all links
@@ -37,7 +37,7 @@ notification_msg: Join the community!
.
notification_expiration: 3000000000 # epoch time in seconds
# Toast
-enable_toast: true
+enable_toast: false
toast_msg_id: 4 # must increment when creating a new message
toast_title: Ether Alpha's Gitcoin grant is live!
toast_msg: This round runs through August 29th. If you enjoy this or other tools created, please support to help maintain existing projects and fund new ones. # Best when under 200 characters
diff --git a/_data/clients-consensus.yml b/_data/clients-consensus.yml
index 7cd82e7..088942f 100644
--- a/_data/clients-consensus.yml
+++ b/_data/clients-consensus.yml
@@ -27,7 +27,7 @@
status: stable
support: Linux, Win, macOS, ARM
lang: Rust
- donate: https://gitcoin.co/grants/25/lighthouse-ethereum-20-client
+ donate: https://protocol-guild.readthedocs.io/en/latest/index.html
opensource: true
- name: Lodestar
link: https://lodestar.chainsafe.io/
@@ -38,7 +38,7 @@
status: stable
support: Linux, Win, macOS # windows theoretically works but not tested yet https://github.com/ChainSafe/lodestar/issues/3519
lang: TypeScript
- donate: https://gitcoin.co/grants/6034/lodestar-typescript-ethereum-consensus-client
+ donate: https://protocol-guild.readthedocs.io/en/latest/index.html
opensource: true
- name: Nimbus
link: https://nimbus.team/
@@ -48,7 +48,7 @@
status: stable
support: Linux, Win, macOS, ARM
lang: Nim
- donate: https://gitcoin.co/grants/137/nimbus-2
+ donate:
opensource: true
- name: Prysm
link: https://prysmaticlabs.com/
@@ -58,7 +58,8 @@
status: stable
support: Linux, Win, macOS, ARM
lang: Golang
- donate: funded # Supported by Offchain Labs
+ # donate: funded # Supported by Offchain Labs
+ donate: https://protocol-guild.readthedocs.io/en/latest/index.html
opensource: true
- name: Teku
link: https://consensys.net/knowledge-base/ethereum-2/teku/
@@ -68,6 +69,7 @@
status: stable
support: Linux, Win, macOS
lang: Java
- donate: funded # funded by ConsenSys
+ # donate: funded # funded by ConsenSys
+ donate: https://protocol-guild.readthedocs.io/en/latest/index.html
opensource: true
diff --git a/_data/clients-execution.yml b/_data/clients-execution.yml
index 4f75d2e..88844fd 100644
--- a/_data/clients-execution.yml
+++ b/_data/clients-execution.yml
@@ -57,7 +57,7 @@
status: stable
support: Linux, Win, macOS, ARM
lang: Golang
- donate: https://gitcoin.co/grants/6128/go-ethereum-geth
+ donate: https://protocol-guild.readthedocs.io/en/latest/index.html
opensource: true
- name: Nethermind
link: http://nethermind.io/
@@ -67,7 +67,7 @@
status: stable
support: Linux, Win, macOS, ARM
lang: .NET
- donate: https://gitcoin.co/grants/142/nethermind
+ donate: https://protocol-guild.readthedocs.io/en/latest/index.html
opensource: true
- name: Nimbus
link: https://nimbus.team/
@@ -77,7 +77,7 @@
status: pre-alpha
support:
lang: Nim
- donate: https://gitcoin.co/grants/137/nimbus-2
+ donate:
opensource: true
# - name: OpenEthereum
# link: https://openethereum.org/
diff --git a/_includes/partials/content/distribution.html b/_includes/partials/content/distribution.html
index df0708a..bd0e339 100644
--- a/_includes/partials/content/distribution.html
+++ b/_includes/partials/content/distribution.html
@@ -27,7 +27,7 @@