Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Set major update (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev authored Jul 16, 2024
1 parent 0af93c5 commit ea34c8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "holesky-geth.dnp.dappnode.eth",
"version": "0.1.2",
"version": "1.0.0",
"upstreamVersion": "v1.14.7",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
Expand Down Expand Up @@ -47,5 +47,8 @@
],
"requirements": {
"minimumDappnodeVersion": "0.2.83"
},
"warnings": {
"onMajorUpdate": "This major update requires a full resync of the blockchain data. It introduces a path-based schema, eliminating the need for pruning."
}
}
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
args:
UPSTREAM_VERSION: v1.14.7
volumes:
- "data:/root/.ethereum"
- data:/root/.ethereum
ports:
- 31403:31403/tcp
- 31403:31403/udp
Expand All @@ -25,6 +25,6 @@ services:
- GETH_METRICS_ADDR=0.0.0.0
- GETH_STATE_SCHEME=path
- EXTRA_FLAGS
image: geth.holesky-geth.dnp.dappnode.eth:0.1.0
image: geth.holesky-geth.dnp.dappnode.eth:1.0.0
volumes:
data: {}

0 comments on commit ea34c8c

Please sign in to comment.