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
51 changes: 28 additions & 23 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,39 @@
{
"architectures": [
"linux/amd64",
"linux/arm64"
],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic/issues"
},
"categories": [
"Blockchain"
],
"chain": "ethereum",
"description": "Nethermind - The world's fastest Ethereum .NET Client and P2P Data Marketplace for the decentralised future\nOur flagship .NET Core-based Ethereum client is all about performance and flexibility. We have built a lean, stable and feature-rich gateway to allow anyone, anywhere, to take part in the decentralised future.",
"license": "GPL-3.0",
"name": "nethermind.public.dappnode.eth",
"version": "1.0.52",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic.git"
},
"requirements": {
"minimumDappnodeVersion": "0.2.106"
},
"shortDescription": "Nethermind Ethereum client",
"type": "service",
"upstream": [
{
"arg": "UPSTREAM_VERSION",
"repo": "NethermindEth/nethermind",
"version": "1.38.0",
"arg": "UPSTREAM_VERSION"
"version": "1.38.1"
},
{
"arg": "STAKER_SCRIPTS_VERSION",
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
"version": "v0.1.2"
}
],
"shortDescription": "Nethermind Ethereum client",
"description": "Nethermind - The world's fastest Ethereum .NET Client and P2P Data Marketplace for the decentralised future\nOur flagship .NET Core-based Ethereum client is all about performance and flexibility. We have built a lean, stable and feature-rich gateway to allow anyone, anywhere, to take part in the decentralised future.",
"type": "service",
"architectures": ["linux/amd64", "linux/arm64"],
"chain": "ethereum",
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": ["Blockchain"],
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic.git"
},
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-nethermind-generic/issues"
},
"license": "GPL-3.0",
"requirements": {
"minimumDappnodeVersion": "0.2.106"
}
"version": "1.0.53"
}
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ services:
build:
context: nethermind
args:
UPSTREAM_VERSION: 1.38.0
UPSTREAM_VERSION: 1.38.1
STAKER_SCRIPTS_VERSION: v0.1.2
DATA_DIR: /data
restart: unless-stopped
Expand Down