Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 7b2d97f

Browse files
authored
Merge pull request #111 from dappnode/dappnodebot/bump-upstream/erigon@v2.32.0
bump ledgerwatch/erigon to v2.32.0
2 parents 13fab85 + 5898e59 commit 7b2d97f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dappnode_package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.8",
44
"shortDescription": "Ethereum client on the efficiency frontier, written in Go",
55
"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",
6-
"upstreamVersion": "v2.31.0",
6+
"upstreamVersion": "v2.32.0",
77
"upstreamRepo": "ledgerwatch/erigon",
88
"upstreamArg": "UPSTREAM_VERSION",
99
"type": "service",

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services:
55
build:
66
context: .
77
args:
8-
UPSTREAM_VERSION: v2.31.0
8+
UPSTREAM_VERSION: v2.32.0
99
ports:
1010
- "30405:30405/tcp"
1111
- "30405:30405/udp"

0 commit comments

Comments
 (0)