From 8020218dad408fb399b2e368d7dcbb6a55fd1d68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 10:20:53 +0100 Subject: [PATCH] bump ledgerwatch/erigon to v2.59.0 (#57) Co-authored-by: alexpeterson91 --- 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 951d756..73bd012 100644 --- a/dappnode_package.json +++ b/dappnode_package.json @@ -3,7 +3,7 @@ "version": "0.1.1", "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.58.1", + "upstreamVersion": "v2.59.0", "upstreamRepo": "ledgerwatch/erigon", "upstreamArg": "UPSTREAM_VERSION", "type": "service", diff --git a/docker-compose.yml b/docker-compose.yml index b564d28..c985bd1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,7 +5,7 @@ services: build: context: . args: - UPSTREAM_VERSION: v2.58.1 + UPSTREAM_VERSION: v2.59.0 ports: - "31305:31305/tcp" - "31305:31305/udp"