diff --git a/dappnode_package.json b/dappnode_package.json index 73bd012..02cdebd 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,9 +1,9 @@ { "name": "gnosis-erigon.dnp.dappnode.eth", - "version": "0.1.1", + "version": "0.1.2", "shortDescription": "Modular Ethereum client on the efficiency frontier, written in Go, for the Gnosis Chain network", "description": "Erigon is a next generation Ethereum client that introduces several new concepts:\n\n* A modular client design, enabling parallelized development of the client\n\n* New (`flat`) model of storing Ethereum state, allowing a lower disk footprint\n\n* Preprocessing of data outside of the storage engine, making database write operations faster by a magnitude\n\n* Staged synchronization technique, allowing very fast synchronization", - "upstreamVersion": "v2.59.0", + "upstreamVersion": "v2.60.3", "upstreamRepo": "ledgerwatch/erigon", "upstreamArg": "UPSTREAM_VERSION", "type": "service", diff --git a/docker-compose.yml b/docker-compose.yml index c985bd1..b507168 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,16 +1,16 @@ version: "3.5" services: erigon: - image: "erigon.gnosis-erigon.dnp.dappnode.eth:0.1.0" + image: erigon.gnosis-erigon.dnp.dappnode.eth:0.1.0 build: context: . args: - UPSTREAM_VERSION: v2.59.0 + UPSTREAM_VERSION: v2.60.3 ports: - - "31305:31305/tcp" - - "31305:31305/udp" + - 31305:31305/tcp + - 31305:31305/udp volumes: - - "data:/home/gnosis-erigon/.local/share" + - data:/home/gnosis-erigon/.local/share environment: P2P_PORT: 31305 TORRENT_PORT: 43084