From e4c31c8eb0ddf6c2c2a55baf531448708e6bf541 Mon Sep 17 00:00:00 2001 From: alexpeterson91 Date: Wed, 6 Dec 2023 16:03:47 +0000 Subject: [PATCH] bump ledgerwatch/erigon to v2.55.1 --- dappnode_package.json | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dappnode_package.json b/dappnode_package.json index 180497b..b9778af 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "shortDescription": "Modular Ethereum client on the efficiency frontier, written in Go, for the Sepolia Testnet", "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.54.0", + "upstreamVersion": "v2.55.1", "upstreamRepo": "ledgerwatch/erigon", "upstreamArg": "UPSTREAM_VERSION", "type": "service", diff --git a/docker-compose.yml b/docker-compose.yml index 8f1d573..db3e36f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: v2.54.0 + UPSTREAM_VERSION: v2.55.1 ports: - "35416:35416/tcp" - "35416:35416/udp"