Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"repo": "ChainSafe/lodestar",
"version": "v1.34.1",
"version": "v1.29.0",
"arg": "VALIDATOR_CLIENT_VERSION"
},
{
Expand All @@ -16,12 +16,17 @@
"arg": "STAKER_SCRIPTS_VERSION"
}
],
"architectures": ["linux/amd64", "linux/arm64"],
"architectures": [
"linux/amd64",
"linux/arm64"
],
"shortDescription": "Obol Node for Distributed validation + validator client",
"description": "Charon is a GoLang-based, HTTP middleware built by Obol to enable any existing Ethereum validator clients to operate together as part of a distributed validator.\nCharon sits as a middleware between a normal validating client and its connected beacon node, intercepting and proxying API traffic. Multiple Charon clients are configured to communicate together to come to consensus on validator duties and behave as a single unified proof-of-stake validator together. The nodes form a cluster that is byzantine-fault tolerant and continues to progress assuming a supermajority of working/honest nodes is met.",
"type": "service",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": ["ETH2.0"],
"categories": [
"ETH2.0"
],
"links": {
"homepage": "https://obol.tech/"
},
Expand Down Expand Up @@ -60,4 +65,4 @@
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-obol-generic/issues"
}
}
}
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
context: cluster
args:
CHARON_VERSION: v1.6.1
VALIDATOR_CLIENT_VERSION: v1.34.1
VALIDATOR_CLIENT_VERSION: v1.29.0
STAKER_SCRIPTS_VERSION: v0.1.2
CLUSTER_ID: 1
restart: unless-stopped
Expand Down Expand Up @@ -37,7 +37,7 @@ services:
context: cluster
args:
CHARON_VERSION: v1.6.1
VALIDATOR_CLIENT_VERSION: v1.34.1
VALIDATOR_CLIENT_VERSION: v1.29.0
STAKER_SCRIPTS_VERSION: v0.1.2
CLUSTER_ID: 2
restart: unless-stopped
Expand Down Expand Up @@ -71,7 +71,7 @@ services:
context: cluster
args:
CHARON_VERSION: v1.6.1
VALIDATOR_CLIENT_VERSION: v1.34.1
VALIDATOR_CLIENT_VERSION: v1.29.0
STAKER_SCRIPTS_VERSION: v0.1.2
CLUSTER_ID: 3
restart: unless-stopped
Expand Down Expand Up @@ -103,7 +103,7 @@ services:
context: cluster
args:
CHARON_VERSION: v1.6.1
VALIDATOR_CLIENT_VERSION: v1.34.1
VALIDATOR_CLIENT_VERSION: v1.29.0
STAKER_SCRIPTS_VERSION: v0.1.2
CLUSTER_ID: 4
restart: unless-stopped
Expand Down Expand Up @@ -135,7 +135,7 @@ services:
context: cluster
args:
CHARON_VERSION: v1.6.1
VALIDATOR_CLIENT_VERSION: v1.34.1
VALIDATOR_CLIENT_VERSION: v1.29.0
STAKER_SCRIPTS_VERSION: v0.1.2
CLUSTER_ID: 5
restart: unless-stopped
Expand Down