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

Commit b111e84

Browse files
authored
Merge pull request #142 from dappnode/dappnodebot/bump-upstream/erigon@v2.45.2
bump ledgerwatch/erigon to v2.45.2
2 parents a72cddb + 031fee5 commit b111e84

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dappnode_package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "erigon.dnp.dappnode.eth",
3-
"version": "0.1.8",
3+
"version": "0.1.40",
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.43.0",
6+
"upstreamVersion": "v2.45.2",
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.43.0
8+
UPSTREAM_VERSION: v2.45.2
99
ports:
1010
- "30405:30405/tcp"
1111
- "30405:30405/udp"

0 commit comments

Comments
 (0)