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
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"arg": "UPSTREAM_VERSION",
"repo": "erigontech/erigon",
"version": "v3.5.2"
"version": "v3.5.5"
},
{
"arg": "STAKER_SCRIPTS_VERSION",
Expand Down
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: erigon
args:
UPSTREAM_VERSION: v3.5.2
UPSTREAM_VERSION: v3.5.5
STAKER_SCRIPTS_VERSION: v0.1.2
DATA_DIR: /home/erigon/.local/share
environment:
Expand Down
26 changes: 13 additions & 13 deletions package_variants/mainnet/dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "erigon.dnp.dappnode.eth",
"version": "1.0.3",
"links": {
"api": "http://erigon.dappnode:8545",
"apiEngine": "http://erigon.dappnode:8551",
"homepage": "https://github.com/ledgerwatch/erigon"
},
"exposable": [
{
"name": "Erigon JSON RPC",
"description": "JSON RPC endpoint for Erigon mainnet",
"serviceName": "erigon",
"port": 8545
"name": "Erigon JSON RPC",
"port": 8545,
"serviceName": "erigon"
},
{
"name": "Erigon JSON RPC (WS)",
"description": "JSON RPC WebSocket endpoint for Erigon mainnet",
"serviceName": "erigon",
"port": 8545
"name": "Erigon JSON RPC (WS)",
"port": 8545,
"serviceName": "erigon"
}
],
"links": {
"api": "http://erigon.dappnode:8545",
"apiEngine": "http://erigon.dappnode:8551",
"homepage": "https://github.com/ledgerwatch/erigon"
},
"name": "erigon.dnp.dappnode.eth",
"version": "1.0.4",
"warnings": {
"onMajorUpdate": "⚠️ IMPORTANT: AFTER UPDATING, YOU MUST DELETE THE VOLUMES OF YOUR ERIGON PACKAGE ⚠️. Erigon v3 requires a full resynchronization, so removing the old volumes is mandatory. Note that Erigon now runs in non-archival mode by default. For instructions on deleting volumes, visit: https://docs.dappnode.io/docs/user/packages/understanding-dappnode-packages/info"
}
Expand Down
Loading