Skip to content

Commit

Permalink
Merge pull request dappnode#34 from dappnode/dappnodebot/bump-upstrea…
Browse files Browse the repository at this point in the history
…m/[email protected]

bump ledgerwatch/erigon to v2.54.0
  • Loading branch information
alexpeterson91 authored Nov 27, 2023
2 parents 0b3b3ad + b01d22e commit 087ad5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"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.48.1",
"upstreamVersion": "v2.54.0",
"upstreamRepo": "ledgerwatch/erigon",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: .
args:
UPSTREAM_VERSION: v2.48.1
UPSTREAM_VERSION: v2.54.0
ports:
- "31305:31305/tcp"
- "31305:31305/udp"
Expand Down

0 comments on commit 087ad5c

Please sign in to comment.