Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Bump to v22.5.0 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1rill-fedoseev authored May 20, 2022
1 parent 46fd7d5 commit a4f230e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: status-im/nimbus-eth2
ref: 039bece9175104b5c87a8c2ff6b1eafae731b05e
ref: a359dbe23e7ae4be98a131f0c83e34beb0e95f4b
- name: Checkout configs
uses: actions/checkout@v2
with:
Expand Down
16 changes: 8 additions & 8 deletions docker-compose-local-logs.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '3.8'
services:
node:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
hostname: node
restart: always
command: |
--network=gnosis-chain
--network=gnosis
--web3-url=$XDAI_RPC_URL
--log-level=$LOG_LEVEL
--data-dir=/home/.eth2/beaconchaindata
Expand All @@ -21,7 +21,7 @@ services:
--doppelganger-detection
--nat=extip:$PUBLIC_IP
--max-peers=$TARGET_PEERS
--graffiti=${OVERRIDE_GRAFFITI:-Nimbus/v22.4.0-039bece}
--graffiti=${OVERRIDE_GRAFFITI:-Nimbus/v22.5.0-a359dbe}
--tcp-port=13000
--udp-port=12000
ports:
Expand All @@ -38,11 +38,11 @@ services:
max-size: "100m"
max-file: "1"
trusted-sync:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
command: |
trustedNodeSync
--network=gnosis-chain
--network=gnosis
--web3-url=$XDAI_RPC_URL
--log-level=$LOG_LEVEL
--data-dir=/home/.eth2/beaconchaindata
Expand All @@ -60,7 +60,7 @@ services:
max-size: "100m"
max-file: "1"
validator-import:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
command: |
deposits import /root/sbc/keys
Expand All @@ -72,7 +72,7 @@ services:
- ./validators/validators:/root/sbc/validators/validators
- ./validators/secrets:/root/sbc/validators/secrets
validator-import-slashing-protection:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
command: |
slashingdb import /root/sbc/config/slashing_protection.json
Expand All @@ -86,7 +86,7 @@ services:
max-size: "100m"
max-file: "1"
validator-export-slashing-protection:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
command: |
slashingdb export /root/sbc/config/slashing_protection.json
Expand Down
16 changes: 8 additions & 8 deletions docker-compose-syslog.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '3.8'
services:
node:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
hostname: node
restart: always
command: |
--network=gnosis-chain
--network=gnosis
--web3-url=$XDAI_RPC_URL
--log-level=$LOG_LEVEL
--data-dir=/home/.eth2/beaconchaindata
Expand All @@ -21,7 +21,7 @@ services:
--doppelganger-detection
--nat=extip:$PUBLIC_IP
--max-peers=$TARGET_PEERS
--graffiti=${OVERRIDE_GRAFFITI:-Nimbus/v22.4.0-039bece}
--graffiti=${OVERRIDE_GRAFFITI:-Nimbus/v22.5.0-a359dbe}
--tcp-port=13000
--udp-port=12000
ports:
Expand All @@ -36,11 +36,11 @@ services:
driver: syslog
options: { tag: '{{.Name}}/{{.ID}}' }
trusted-sync:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
command: |
trustedNodeSync
--network=gnosis-chain
--network=gnosis
--web3-url=$XDAI_RPC_URL
--log-level=$LOG_LEVEL
--data-dir=/home/.eth2/beaconchaindata
Expand All @@ -58,7 +58,7 @@ services:
max-size: "100m"
max-file: "1"
validator-import:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
command: |
deposits import /root/sbc/keys
Expand All @@ -70,7 +70,7 @@ services:
- ./validators/validators:/root/sbc/validators/validators
- ./validators/secrets:/root/sbc/validators/secrets
validator-import-slashing-protection:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
command: |
slashingdb import /root/sbc/config/slashing_protection.json
Expand All @@ -84,7 +84,7 @@ services:
max-size: "100m"
max-file: "1"
validator-export-slashing-protection:
image: ghcr.io/gnosischain/gbc-nimbus:v22.4.0
image: ghcr.io/gnosischain/gbc-nimbus:v22.5.0
user: root
command: |
slashingdb export /root/sbc/config/slashing_protection.json
Expand Down

0 comments on commit a4f230e

Please sign in to comment.