Skip to content
Closed
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
50 changes: 30 additions & 20 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,43 @@
{
"upstream": [
{
"version": "26.5.0",
"repo": "hyperledger/besu",
"arg": "UPSTREAM_VERSION"
},
{
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2",
"arg": "STAKER_SCRIPTS_VERSION"
}
"architectures": [
"linux/amd64",
"linux/arm64"
],
"shortDescription": "Besu is an Apache 2.0 licensed, Mainnet compatible, Ethereum client written in Java.",
"description": "Hyperledger Besu is an open source Ethereum client developed under the Apache 2.0 license and written in Java. It runs on public and private networks",
"type": "service",
"architectures": ["linux/amd64", "linux/arm64"],
"author": "DAppNode Association <admin@dappnode.io> (https://github.com/dappnode)",
"categories": ["Blockchain"],
"chain": "ethereum",
"keywords": ["besu", "ethereum", "client", "execution"],
"bugs": {
"url": "https://github.com/dappnode/DAppNodePackage-besu-generic/issues"
},
"categories": [
"Blockchain"
],
"chain": "ethereum",
"description": "Hyperledger Besu is an open source Ethereum client developed under the Apache 2.0 license and written in Java. It runs on public and private networks",
"keywords": [
"besu",
"ethereum",
"client",
"execution"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dappnode/DAppNodePackage-besu-generic.git"
},
"license": "Apache-2.0",
"requirements": {
"minimumDappnodeVersion": "0.2.106"
}
},
"shortDescription": "Besu is an Apache 2.0 licensed, Mainnet compatible, Ethereum client written in Java.",
"type": "service",
"upstream": [
{
"arg": "UPSTREAM_VERSION",
"repo": "hyperledger/besu",
"version": "26.6.0"
},
{
"arg": "STAKER_SCRIPTS_VERSION",
"repo": "dappnode/staker-package-scripts",
"version": "v0.1.2"
}
]
}
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: besu
args:
UPSTREAM_VERSION: 26.5.0
UPSTREAM_VERSION: 26.6.0
STAKER_SCRIPTS_VERSION: v0.1.2
DATA_DIR: /var/lib/besu
volumes:
Expand Down