diff --git a/dappnode_package.json b/dappnode_package.json index 9701e3b..d9cfa1b 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -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", @@ -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." } } diff --git a/docker-compose.yml b/docker-compose.yml index dbdab18..4662b4e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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: {}