Skip to content

Commit

Permalink
Merge pull request #8 from dappnode/dappnodebot/bump-upstream/erigon@…
Browse files Browse the repository at this point in the history
…v2021.07.03

bump ledgerwatch/erigon to v2021.07.03
  • Loading branch information
pablomendezroyo authored Jul 16, 2021
2 parents 5029f03 + 2b8dd19 commit a350532
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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": "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": "v2021.07.01",
"upstreamVersion": "v2021.07.03",
"upstreamRepo": "ledgerwatch/erigon",
"upstreamArg": "UPSTREAM_VERSION",
"type": "service",
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ services:
build:
context: erigon
args:
UPSTREAM_VERSION: v2021.07.01
UPSTREAM_VERSION: v2021.07.03
ports:
- "30303"
- 30303/udp
restart: unless-stopped
volumes:
- "data:/root/.local/share"
- "data:/var/lib"
environment:
ERIGON_EXTRA_OPTS: ""
rpcdaemon:
image: "rpcdaemon.erigon.dnp.dappnode.eth:0.1.0"
build:
context: rpcdaemon
args:
UPSTREAM_VERSION: v2021.07.01
UPSTREAM_VERSION: v2021.07.03
environment:
RPCDAEMON_EXTRA_OPTS: "--http.api=eth,debug,net,web3"
restart: unless-stopped
Expand Down

0 comments on commit a350532

Please sign in to comment.