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
7 changes: 4 additions & 3 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "gnosis-reth.dnp.dappnode.eth",
"version": "0.2.0",
"version": "0.2.1",
"requirements": {
"minimumDappnodeVersion": "0.3.11"
},
"upstream": [
{
"repo": "gnosischain/reth_gnosis",
"version": "v1.0.0",
"version": "v1.0.1",
"arg": "UPSTREAM_VERSION"
},
{
Expand Down Expand Up @@ -37,5 +37,6 @@
"lodestar-gnosis.dnp.dappnode.eth": ">=0.1.32"
},
"warnings": {
"onMinorUpdate": "Upgrading to Gnosis Reth 0.2.0 from *ANY* previous version will need a database re-sync. The existing db will not work – after the update, delete the reth volumes to force a full resync." }
"onMinorUpdate": "Upgrading to Gnosis Reth 0.2.0 from *ANY* previous version will need a database re-sync. The existing db will not work – after the update, delete the reth volumes to force a full resync."
}
}
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: reth
args:
UPSTREAM_VERSION: v1.0.0
UPSTREAM_VERSION: v1.0.1
STAKER_SCRIPTS_VERSION: v0.1.2
P2P_PORT: 30517
DATA_DIR: /data/reth
Expand Down