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

Update Clients #149

Merged
merged 1 commit into from
Jul 31, 2023
Merged
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
8 changes: 4 additions & 4 deletions deploy/gnosis/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ networks:
services:
oracle:
container_name: oracle_gnosis
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.8.10
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/oracle/main.py"]
Expand All @@ -34,7 +34,7 @@ services:

keeper:
container_name: keeper_gnosis
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.8.10
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/keeper/main.py"]
Expand Down Expand Up @@ -119,7 +119,7 @@ services:

nethermind:
container_name: nethermind_gnosis
image: nethermind/nethermind:1.17.3
image: nethermind/nethermind:1.20.1
restart: always
command:
- --config=xdai
Expand Down Expand Up @@ -148,7 +148,7 @@ services:

lighthouse:
container_name: lighthouse_gnosis
image: sigp/lighthouse:v4.0.1
image: sigp/lighthouse:v4.3.0
restart: always
command:
- lighthouse
Expand Down
12 changes: 6 additions & 6 deletions deploy/goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ networks:
services:
oracle:
container_name: oracle_goerli
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.9.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/oracle/main.py"]
Expand All @@ -36,7 +36,7 @@ services:

keeper:
container_name: keeper_goerli
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.9.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/keeper/main.py"]
Expand Down Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_goerli
image: ethereum/client-go:v1.11.5
image: ethereum/client-go:v1.12.0
restart: always
command:
- --goerli
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

besu:
container_name: besu_goerli
image: hyperledger/besu:23.1.2
image: hyperledger/besu:23.4.4
restart: always
command: >
--network=goerli
Expand Down Expand Up @@ -184,7 +184,7 @@ services:

prysm:
container_name: prysm_goerli
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.0.0
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.0.7
restart: always
command:
- --goerli
Expand All @@ -211,7 +211,7 @@ services:

lighthouse:
container_name: lighthouse_goerli
image: sigp/lighthouse:v4.0.1
image: sigp/lighthouse:v4.3.0
restart: always
command:
- lighthouse
Expand Down
10 changes: 5 additions & 5 deletions deploy/harbour_goerli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ networks:
services:
oracle:
container_name: oracle_harbour_goerli
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.9.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/oracle/main.py"]
Expand All @@ -36,7 +36,7 @@ services:

keeper:
container_name: keeper_harbour_goerli
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.9.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/keeper/main.py"]
Expand Down Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_harbour_goerli
image: ethereum/client-go:v1.11.5
image: ethereum/client-go:v1.12.0
restart: always
command:
- --goerli
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

besu:
container_name: besu_harbour_goerli
image: hyperledger/besu:23.1.2
image: hyperledger/besu:23.4.4
restart: always
command: >
--network=goerli
Expand Down Expand Up @@ -211,7 +211,7 @@ services:

lighthouse:
container_name: lighthouse_harbour_goerli
image: sigp/lighthouse:v4.0.1
image: sigp/lighthouse:v4.3.0
restart: always
command:
- lighthouse
Expand Down
12 changes: 6 additions & 6 deletions deploy/harbour_mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ networks:
services:
oracle:
container_name: oracle_harbour_mainnet
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.9.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/oracle/main.py"]
Expand All @@ -36,7 +36,7 @@ services:

keeper:
container_name: keeper_harbour_mainnet
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.9.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/keeper/main.py"]
Expand Down Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_harbour_mainnet
image: ethereum/client-go:v1.11.5
image: ethereum/client-go:v1.12.0
restart: always
command:
- --mainnet
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

besu:
container_name: besu_harbour_mainnet
image: hyperledger/besu:23.1.2
image: hyperledger/besu:23.4.4
restart: always
command: >
--network=mainnet
Expand Down Expand Up @@ -184,7 +184,7 @@ services:

prysm:
container_name: prysm_harbour_mainnet
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.0.0
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.0.7
restart: always
command:
- --mainnet
Expand All @@ -210,7 +210,7 @@ services:

lighthouse:
container_name: lighthouse_harbour_mainnet
image: sigp/lighthouse:v4.0.1
image: sigp/lighthouse:v4.3.0
restart: always
command:
- lighthouse
Expand Down
12 changes: 6 additions & 6 deletions deploy/mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ networks:
services:
oracle:
container_name: oracle_mainnet
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.9.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/oracle/main.py"]
Expand All @@ -36,7 +36,7 @@ services:

keeper:
container_name: keeper_mainnet
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v2.9.4
image: europe-west4-docker.pkg.dev/stakewiselabs/public/oracle:v3.0.0
restart: always
entrypoint: ["python"]
command: ["oracle/keeper/main.py"]
Expand Down Expand Up @@ -121,7 +121,7 @@ services:

geth:
container_name: geth_mainnet
image: ethereum/client-go:v1.11.5
image: ethereum/client-go:v1.12.0
restart: always
command:
- --mainnet
Expand Down Expand Up @@ -151,7 +151,7 @@ services:

besu:
container_name: besu_mainnet
image: hyperledger/besu:23.1.2
image: hyperledger/besu:23.4.4
restart: always
command: >
--network=mainnet
Expand Down Expand Up @@ -184,7 +184,7 @@ services:

prysm:
container_name: prysm_mainnet
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.0.0
image: gcr.io/prysmaticlabs/prysm/beacon-chain:v4.0.7
restart: always
command:
- --datadir=/data
Expand All @@ -209,7 +209,7 @@ services:

lighthouse:
container_name: lighthouse_mainnet
image: sigp/lighthouse:v4.0.1
image: sigp/lighthouse:v4.3.0
restart: always
command:
- lighthouse
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "oracle"
version = "2.9.5"
version = "3.0.0"
description = "StakeWise Oracles are responsible for submitting off-chain data."
authors = ["Dmitri Tsumak <tsumak.dmitri@gmail.com>"]
license = "AGPL-3.0-only"
Expand Down