Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump ledgerwatch/erigon to v2.60.10 #203

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.43",
"version": "0.1.44",
"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.58.1",
"upstreamVersion": "v2.60.10",
"upstreamRepo": "ledgerwatch/erigon",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: "3.5"
services:
erigon:
image: "erigon.erigon.dnp.dappnode.eth:0.1.8"
image: erigon.erigon.dnp.dappnode.eth:0.1.8
build:
context: .
args:
UPSTREAM_VERSION: v2.58.1
UPSTREAM_VERSION: v2.60.10
ports:
- "30405:30405/tcp"
- "30405:30405/udp"
- 30405:30405/tcp
- 30405:30405/udp
volumes:
- "data:/home/erigon/.local/share"
- data:/home/erigon/.local/share
environment:
P2P_PORT: 30405
EXTRA_OPTs: "--http.api=engine,eth,erigon,web3,net,debug,trace,txpool"
Expand Down