From 1f1beedb52e491093e92519bcd09f655d2638213 Mon Sep 17 00:00:00 2001 From: eduadiez Date: Thu, 22 Jul 2021 16:19:12 +0000 Subject: [PATCH] bump ledgerwatch/erigon to v2021.07.04 --- dappnode_package.json | 2 +- docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 9c38d5a..225a482 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "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": "v2021.07.03", + "upstreamVersion": "v2021.07.04", "upstreamRepo": "ledgerwatch/erigon", "upstreamArg": "UPSTREAM_VERSION", "type": "service", diff --git a/docker-compose.yml b/docker-compose.yml index a982811..a040e08 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: erigon args: - UPSTREAM_VERSION: v2021.07.03 + UPSTREAM_VERSION: v2021.07.04 ports: - "30303" - 30303/udp @@ -19,7 +19,7 @@ services: build: context: rpcdaemon args: - UPSTREAM_VERSION: v2021.07.03 + UPSTREAM_VERSION: v2021.07.04 environment: RPCDAEMON_EXTRA_OPTS: "--http.api=eth,debug,net,web3" restart: unless-stopped