Skip to content

Commit

Permalink
Merge pull request #87 from dappnode/dappnodebot/bump-upstream/go-eth…
Browse files Browse the repository at this point in the history
[email protected]

bump ethereum/go-ethereum to v1.13.14
  • Loading branch information
alexpeterson91 authored Mar 5, 2024
2 parents 81f49d4 + f345b01 commit c451e25
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build
build_*
.DS_Store
.env
2 changes: 1 addition & 1 deletion dappnode_package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geth.dnp.dappnode.eth",
"version": "0.1.43",
"upstreamVersion": "v1.13.13",
"upstreamVersion": "v1.13.14",
"upstreamRepo": "ethereum/go-ethereum",
"upstreamArg": "UPSTREAM_VERSION",
"shortDescription": "Geth is the official Go implementation of the Ethereum protocol.",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
version: "3.4"
version: "3.5"
services:
geth.dnp.dappnode.eth:
image: "geth.dnp.dappnode.eth:0.1.38"
build:
context: .
args:
UPSTREAM_VERSION: v1.13.13
UPSTREAM_VERSION: v1.13.14
volumes:
- "geth:/root/.ethereum"
environment:
Expand Down
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ JWT=$(cat $JWT_PATH)
curl -X POST "http://my.dappnode/data-send?key=jwt&data=${JWT}"

exec geth \
--http --http.addr 0.0.0.0 \
--http \
--http.addr 0.0.0.0 \
--http.corsdomain "*" \
--http.vhosts "*" \
--syncmode ${SYNCMODE:-snap} \
Expand Down
4 changes: 1 addition & 3 deletions getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
## Geth (Execution Client)

Geth is now ready for the merge!
# Geth (Execution Client)

There are now two RPC APIs in Execution Clients:

Expand Down

0 comments on commit c451e25

Please sign in to comment.