Skip to content

Commit

Permalink
Merge pull request #145 from dappnode/dappnodebot/bump-upstream/erigo…
Browse files Browse the repository at this point in the history
…n@v2.47.0

bump ledgerwatch/erigon to v2.47.0
  • Loading branch information
eduadiez authored Jun 29, 2023
2 parents b111e84 + 0b50c82 commit 6931d4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "erigon.dnp.dappnode.eth",
"version": "0.1.40",
"version": "0.1.41",
"shortDescription": "Ethereum client on the efficiency frontier, written in Go",
"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.45.2",
"upstreamVersion": "v2.47.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.45.2
UPSTREAM_VERSION: v2.47.0
ports:
- "30405:30405/tcp"
- "30405:30405/udp"
Expand Down

0 comments on commit 6931d4d

Please sign in to comment.