diff --git a/dappnode_package.json b/dappnode_package.json index 6b3aef7..f4c1797 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -1,9 +1,9 @@ { "name": "erigon.dnp.dappnode.eth", - "version": "0.1.42", + "version": "0.1.43", "shortDescription": "Ethereum client on the efficiency frontier, written in Go", "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.50.1", + "upstreamVersion": "v2.56.2", "upstreamRepo": "ledgerwatch/erigon", "upstreamArg": "UPSTREAM_VERSION", "type": "service", diff --git a/docker-compose.yml b/docker-compose.yml index cd8a9d6..c46b945 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: v2.50.1 + UPSTREAM_VERSION: v2.56.2 ports: - "30405:30405/tcp" - "30405:30405/udp"