-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump hyperledger/besu to 24.9.0, dappnode/staker-package-scripts to v…
…0.1.0 (#8) Co-authored-by: dappnodedev <[email protected]>
- Loading branch information
1 parent
0ab40e8
commit 3826da9
Showing
4 changed files
with
62 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,34 @@ | ||
{ | ||
"name": "holesky-besu.dnp.dappnode.eth", | ||
"version": "0.1.1", | ||
"requirements": { | ||
"minimumDappnodeVersion": "0.2.80" | ||
"name": "holesky-besu.dnp.dappnode.eth", | ||
"version": "0.1.2", | ||
"requirements": { | ||
"minimumDappnodeVersion": "0.2.80" | ||
}, | ||
"exposable": [ | ||
{ | ||
"name": "Holesky Besu JSON RPC", | ||
"description": "JSON RPC endpoint for Holesky Besu", | ||
"serviceName": "besu", | ||
"port": 8545 | ||
}, | ||
"exposable": [ | ||
{ | ||
"name": "Holesky Besu JSON RPC", | ||
"description": "JSON RPC endpoint for Holesky Besu", | ||
"serviceName": "besu", | ||
"port": 8545 | ||
}, | ||
{ | ||
"name": "Holesky Besu JSON RPC (WS)", | ||
"description": "JSON RPC WebSocket endpoint for Holesky Besu", | ||
"serviceName": "besu", | ||
"port": 8546 | ||
} | ||
], | ||
"links": { | ||
"endpoint": "http://holesky-besu.dappnode:8545", | ||
"apiEngine": "http://holesky-besu.dapppnode:8551", | ||
"homepage": "https://github.com/hyperledger/besu", | ||
"docs": "https://besu.hyperledger.org/en/stable/" | ||
}, | ||
"optionalDependencies": { | ||
"lighthouse-holesky.dnp.dappnode.eth": ">=0.1.3", | ||
"prysm-holesky.dnp.dappnode.eth": ">=0.1.4", | ||
"teku-holesky.dnp.dappnode.eth": ">=0.1.3", | ||
"nimbus-holesky.dnp.dappnode.eth": ">=0.1.4", | ||
"lodestar-holesky.dnp.dappnode.eth": ">=0.1.8" | ||
{ | ||
"name": "Holesky Besu JSON RPC (WS)", | ||
"description": "JSON RPC WebSocket endpoint for Holesky Besu", | ||
"serviceName": "besu", | ||
"port": 8546 | ||
} | ||
], | ||
"links": { | ||
"endpoint": "http://holesky-besu.dappnode:8545", | ||
"apiEngine": "http://holesky-besu.dapppnode:8551", | ||
"homepage": "https://github.com/hyperledger/besu", | ||
"docs": "https://besu.hyperledger.org/en/stable/" | ||
}, | ||
"optionalDependencies": { | ||
"lighthouse-holesky.dnp.dappnode.eth": ">=0.1.3", | ||
"prysm-holesky.dnp.dappnode.eth": ">=0.1.4", | ||
"teku-holesky.dnp.dappnode.eth": ">=0.1.3", | ||
"nimbus-holesky.dnp.dappnode.eth": ">=0.1.4", | ||
"lodestar-holesky.dnp.dappnode.eth": ">=0.1.8" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,34 @@ | ||
{ | ||
"name": "besu.public.dappnode.eth", | ||
"version": "1.2.11", | ||
"requirements": { | ||
"minimumDappnodeVersion": "0.2.60" | ||
"name": "besu.public.dappnode.eth", | ||
"version": "1.2.11", | ||
"requirements": { | ||
"minimumDappnodeVersion": "0.2.60" | ||
}, | ||
"exposable": [ | ||
{ | ||
"name": "Besu JSON RPC", | ||
"description": "JSON RPC endpoint for Besu", | ||
"serviceName": "besu", | ||
"port": 8545 | ||
}, | ||
"exposable": [ | ||
{ | ||
"name": "Besu JSON RPC", | ||
"description": "JSON RPC endpoint for Besu", | ||
"serviceName": "besu", | ||
"port": 8545 | ||
}, | ||
{ | ||
"name": "Besu JSON RPC (WS)", | ||
"description": "JSON RPC WebSocket endpoint for Besu", | ||
"serviceName": "besu", | ||
"port": 8546 | ||
} | ||
], | ||
"links": { | ||
"endpoint": "http://besu.public.dappnode:8545", | ||
"apiEngine": "http://besu.public.dapppnode:8551", | ||
"homepage": "https://github.com/hyperledger/besu", | ||
"docs": "https://besu.hyperledger.org/en/stable/" | ||
}, | ||
"optionalDependencies": { | ||
"lighthouse.dnp.dappnode.eth": ">=1.0.12", | ||
"prysm.dnp.dappnode.eth": ">=3.0.16", | ||
"teku.dnp.dappnode.eth": ">=2.0.13", | ||
"nimbus.dnp.dappnode.eth": ">=1.0.14", | ||
"lodestar.dnp.dappnode.eth": ">=0.1.18" | ||
{ | ||
"name": "Besu JSON RPC (WS)", | ||
"description": "JSON RPC WebSocket endpoint for Besu", | ||
"serviceName": "besu", | ||
"port": 8546 | ||
} | ||
], | ||
"links": { | ||
"endpoint": "http://besu.public.dappnode:8545", | ||
"apiEngine": "http://besu.public.dapppnode:8551", | ||
"homepage": "https://github.com/hyperledger/besu", | ||
"docs": "https://besu.hyperledger.org/en/stable/" | ||
}, | ||
"optionalDependencies": { | ||
"lighthouse.dnp.dappnode.eth": ">=1.0.12", | ||
"prysm.dnp.dappnode.eth": ">=3.0.16", | ||
"teku.dnp.dappnode.eth": ">=2.0.13", | ||
"nimbus.dnp.dappnode.eth": ">=1.0.14", | ||
"lodestar.dnp.dappnode.eth": ">=0.1.18" | ||
} | ||
} |