From 66a63b505594d5702ae5079ac609521737c419b6 Mon Sep 17 00:00:00 2001 From: antares-sw <23400824+antares-sw@users.noreply.github.com> Date: Thu, 24 Nov 2022 15:19:36 +0400 Subject: [PATCH] Update clients --- deploy/gnosis/.env.example | 2 +- deploy/gnosis/docker-compose.yml | 15 ++++++++++----- deploy/goerli/docker-compose.yml | 8 ++++---- deploy/harbour_goerli/docker-compose.yml | 8 ++++---- deploy/harbour_mainnet/docker-compose.yml | 8 ++++---- deploy/mainnet/docker-compose.yml | 8 ++++---- 6 files changed, 27 insertions(+), 22 deletions(-) diff --git a/deploy/gnosis/.env.example b/deploy/gnosis/.env.example index 9130e45..92e14c5 100644 --- a/deploy/gnosis/.env.example +++ b/deploy/gnosis/.env.example @@ -55,7 +55,7 @@ IPFS_FD_MAX=8192 ############# # ETH2 Node # ############# -ETH1_ENDPOINT=http://eth1-node:8545 +ETH1_ENDPOINT=http://eth1-node:8551 ############## # Graph Node # diff --git a/deploy/gnosis/docker-compose.yml b/deploy/gnosis/docker-compose.yml index b8bcc10..18a005e 100644 --- a/deploy/gnosis/docker-compose.yml +++ b/deploy/gnosis/docker-compose.yml @@ -119,7 +119,7 @@ services: nethermind: container_name: nethermind_gnosis - image: nethermind/nethermind:1.14.0 + image: nethermind/nethermind:1.14.6 restart: always command: - --config=xdai @@ -129,7 +129,11 @@ services: - --JsonRpc.EnabledModules=Net,Eth,Consensus,Subscribe,Web3,Client,Health,Txpool - --JsonRpc.Host=0.0.0.0 - --JsonRpc.Port=8545 - volumes: ["nethermind:/data"] + - --JsonRpc.JwtSecretFile=/jwtsecret + - --JsonRpc.EnginePort=8551 + - --JsonRpc.EngineHost=0.0.0.0 + - --JsonRpc.EngineEnabledModules=Net,Eth,Subscribe,Engine,Web3,Client + volumes: ["nethermind:/data","../configs/jwtsecret:/jwtsecret"] profiles: ["nethermind"] networks: gnosis: @@ -138,7 +142,7 @@ services: lighthouse: container_name: lighthouse_gnosis - image: sigp/lighthouse:v3.1.0 + image: sigp/lighthouse:v3.3.0 restart: always command: - lighthouse @@ -148,9 +152,10 @@ services: - --http - --http-address=0.0.0.0 - --http-port=5052 - - --eth1-endpoints + - --execution-endpoint - $ETH1_ENDPOINT - volumes: ["lighthouse:/root/.lighthouse"] + - --execution-jwt=/jwtsecret + volumes: ["lighthouse:/root/.lighthouse","../configs/jwtsecret:/jwtsecret"] profiles: ["lighthouse"] networks: gnosis: diff --git a/deploy/goerli/docker-compose.yml b/deploy/goerli/docker-compose.yml index 528444e..605c586 100644 --- a/deploy/goerli/docker-compose.yml +++ b/deploy/goerli/docker-compose.yml @@ -121,7 +121,7 @@ services: geth: container_name: geth_goerli - image: ethereum/client-go:v1.10.23 + image: ethereum/client-go:v1.10.26 restart: always command: - --goerli @@ -147,7 +147,7 @@ services: besu: container_name: besu_goerli - image: hyperledger/besu:22.7.1 + image: hyperledger/besu:22.10.0 restart: always command: > --network=goerli @@ -175,7 +175,7 @@ services: prysm: container_name: prysm_goerli - image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.0.0 + image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2 restart: always command: - --goerli @@ -197,7 +197,7 @@ services: lighthouse: container_name: lighthouse_goerli - image: sigp/lighthouse:v3.1.0 + image: sigp/lighthouse:v3.3.0 restart: always command: - lighthouse diff --git a/deploy/harbour_goerli/docker-compose.yml b/deploy/harbour_goerli/docker-compose.yml index 668aa0f..bed694e 100644 --- a/deploy/harbour_goerli/docker-compose.yml +++ b/deploy/harbour_goerli/docker-compose.yml @@ -121,7 +121,7 @@ services: geth: container_name: geth_harbour_goerli - image: ethereum/client-go:v1.10.23 + image: ethereum/client-go:v1.10.26 restart: always command: - --goerli @@ -147,7 +147,7 @@ services: besu: container_name: besu_harbour_goerli - image: hyperledger/besu:22.7.1 + image: hyperledger/besu:22.10.0 restart: always command: > --network=goerli @@ -175,7 +175,7 @@ services: prysm: container_name: prysm_harbour_goerli - image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.0.0 + image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2 restart: always command: - --prater @@ -197,7 +197,7 @@ services: lighthouse: container_name: lighthouse_harbour_goerli - image: sigp/lighthouse:v3.1.0 + image: sigp/lighthouse:v3.3.0 restart: always command: - lighthouse diff --git a/deploy/harbour_mainnet/docker-compose.yml b/deploy/harbour_mainnet/docker-compose.yml index f5c4ca0..5d9bd5c 100644 --- a/deploy/harbour_mainnet/docker-compose.yml +++ b/deploy/harbour_mainnet/docker-compose.yml @@ -121,7 +121,7 @@ services: geth: container_name: geth_harbour_mainnet - image: ethereum/client-go:v1.10.23 + image: ethereum/client-go:v1.10.26 restart: always command: - --mainnet @@ -147,7 +147,7 @@ services: besu: container_name: besu_harbour_mainnet - image: hyperledger/besu:22.7.1 + image: hyperledger/besu:22.10.0 restart: always command: > --network=mainnet @@ -175,7 +175,7 @@ services: prysm: container_name: prysm_harbour_mainnet - image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.0.0 + image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2 restart: always command: - --mainnet @@ -196,7 +196,7 @@ services: lighthouse: container_name: lighthouse_harbour_mainnet - image: sigp/lighthouse:v3.1.0 + image: sigp/lighthouse:v3.3.0 restart: always command: - lighthouse diff --git a/deploy/mainnet/docker-compose.yml b/deploy/mainnet/docker-compose.yml index dadbd47..80f0282 100644 --- a/deploy/mainnet/docker-compose.yml +++ b/deploy/mainnet/docker-compose.yml @@ -121,7 +121,7 @@ services: geth: container_name: geth_mainnet - image: ethereum/client-go:v1.10.23 + image: ethereum/client-go:v1.10.26 restart: always command: - --mainnet @@ -147,7 +147,7 @@ services: besu: container_name: besu_mainnet - image: hyperledger/besu:22.7.1 + image: hyperledger/besu:22.10.0 restart: always command: > --network=mainnet @@ -175,7 +175,7 @@ services: prysm: container_name: prysm_mainnet - image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.0.0 + image: gcr.io/prysmaticlabs/prysm/beacon-chain:v3.1.2 restart: always command: - --datadir=/data @@ -195,7 +195,7 @@ services: lighthouse: container_name: lighthouse_mainnet - image: sigp/lighthouse:v3.1.0 + image: sigp/lighthouse:v3.3.0 restart: always command: - lighthouse