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

*: test v1.2.0 #38

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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
17 changes: 7 additions & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
x-node-base:
# Pegged charon version (update this for each release).
&node-base
image: obolnetwork/charon-local:latest
image: obolnetwork/charon:v1.2.0-rc2
restart: unless-stopped
networks: [network1]
# network_mode: "host"
Expand Down Expand Up @@ -151,7 +151,7 @@ services:
- ./testnet:/opt/lighthouse/network-configs

vc0-teku:
image: consensys/teku:${TEKU_VERSION:-24.8}
image: consensys/teku:${TEKU_VERSION:-24.10.3}
networks: [network1]
# network_mode: "host"
depends_on: [node0]
Expand All @@ -160,7 +160,6 @@ services:
validator-client
--beacon-node-api-endpoint="http://node0:3600"
--config-file "/opt/charon/teku/teku-config.yaml"
--Xblock-v3-enabled true
--validators-external-signer-slashing-protection-enabled true
--validators-proposer-blinded-blocks-enabled ${BUILDER_API_ENABLED:-true}
--validators-builder-registration-default-enabled ${BUILDER_API_ENABLED:-true}
Expand All @@ -172,7 +171,7 @@ services:
- ./testnet/config.yaml:/opt/teku/config.yaml

vc1-teku:
image: consensys/teku:${TEKU_VERSION:-24.8}
image: consensys/teku:${TEKU_VERSION:-24.10.3}
networks: [network1]
# network_mode: "host"
depends_on: [node1]
Expand All @@ -181,7 +180,6 @@ services:
validator-client
--beacon-node-api-endpoint=http://node1:3600
--config-file "/opt/charon/teku/teku-config.yaml"
--Xblock-v3-enabled true
--validators-external-signer-slashing-protection-enabled true
--validators-proposer-blinded-blocks-enabled ${BUILDER_API_ENABLED:-true}
--validators-builder-registration-default-enabled ${BUILDER_API_ENABLED:-true}
Expand All @@ -193,7 +191,7 @@ services:
- ./testnet/config.yaml:/opt/teku/config.yaml

vc2-teku:
image: consensys/teku:${TEKU_VERSION:-24.8}
image: consensys/teku:${TEKU_VERSION:-24.10.3}
networks: [network1]
# network_mode: "host"
depends_on: [node2]
Expand All @@ -202,7 +200,6 @@ services:
validator-client
--beacon-node-api-endpoint=http://node2:3600
--config-file "/opt/charon/teku/teku-config.yaml"
--Xblock-v3-enabled true
--validators-external-signer-slashing-protection-enabled true
--validators-proposer-blinded-blocks-enabled ${BUILDER_API_ENABLED:-true}
--validators-builder-registration-default-enabled ${BUILDER_API_ENABLED:-true}
Expand Down Expand Up @@ -253,7 +250,7 @@ services:
- ./nimbus/run.sh:/home/user/data/run.sh

vc0-lodestar:
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.20.2}
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.23.0}
depends_on: [node0]
entrypoint: /opt/lodestar/run.sh
networks: [network1]
Expand All @@ -270,7 +267,7 @@ services:
restart: unless-stopped

vc1-lodestar:
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.20.2}
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.23.0}
depends_on: [node1]
entrypoint: /opt/lodestar/run.sh
networks: [network1]
Expand All @@ -288,7 +285,7 @@ services:
restart: unless-stopped

vc2-lodestar:
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.20.2}
image: chainsafe/lodestar:${LODESTAR_VERSION:-v1.23.0}
depends_on: [node2]
entrypoint: /opt/lodestar/run.sh
networks: [network1]
Expand Down
1 change: 0 additions & 1 deletion network_params_geth_lighthouse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ snooper_enabled: false
ethereum_metrics_exporter_enabled: false
parallel_keystore_generation: false
disable_peer_scoring: false
grafana_additional_dashboards: []
persistent: false
mev_type: mock
mev_params:
Expand Down
3 changes: 1 addition & 2 deletions network_params_geth_lodestar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ participants:
el_max_mem: 0
# CL
cl_type: lodestar
cl_image: chainsafe/lodestar:v1.20.2
cl_image: chainsafe/lodestar:v1.23.0
cl_log_level: ""
cl_extra_env_vars: {}
cl_extra_labels: {}
Expand Down Expand Up @@ -96,7 +96,6 @@ snooper_enabled: false
ethereum_metrics_exporter_enabled: false
parallel_keystore_generation: false
disable_peer_scoring: false
grafana_additional_dashboards: []
persistent: false
mev_type: mock
mev_params:
Expand Down
3 changes: 1 addition & 2 deletions network_params_geth_nimbus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ participants:
el_max_mem: 0
# CL
cl_type: nimbus
cl_image: statusim/nimbus-eth2:multiarch-v24.7.0
cl_image: statusim/nimbus-eth2:multiarch-v24.10.0
cl_log_level: ""
cl_extra_env_vars: {}
cl_extra_labels: {}
Expand Down Expand Up @@ -96,7 +96,6 @@ snooper_enabled: false
ethereum_metrics_exporter_enabled: false
parallel_keystore_generation: false
disable_peer_scoring: false
grafana_additional_dashboards: []
persistent: false
mev_type: mock
mev_params:
Expand Down
3 changes: 1 addition & 2 deletions network_params_geth_prysm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ participants:
el_max_mem: 0
# CL
cl_type: prysm
cl_image: gcr.io/prysmaticlabs/prysm/beacon-chain:v5.1.0
cl_image: gcr.io/prysmaticlabs/prysm/beacon-chain:v5.1.2
cl_log_level: ""
cl_extra_env_vars: {}
cl_extra_labels: {}
Expand Down Expand Up @@ -96,7 +96,6 @@ snooper_enabled: false
ethereum_metrics_exporter_enabled: false
parallel_keystore_generation: false
disable_peer_scoring: false
grafana_additional_dashboards: []
persistent: false
mev_type: mock
mev_params:
Expand Down
3 changes: 1 addition & 2 deletions network_params_geth_teku.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ participants:
el_max_mem: 0
# CL
cl_type: teku
cl_image: consensys/teku:24.8.0
cl_image: consensys/teku:24.10.3
cl_log_level: ""
cl_extra_env_vars: {}
cl_extra_labels: {}
Expand Down Expand Up @@ -98,7 +98,6 @@ snooper_enabled: false
ethereum_metrics_exporter_enabled: false
parallel_keystore_generation: false
disable_peer_scoring: false
grafana_additional_dashboards: []
persistent: false
mev_type: mock
mev_params:
Expand Down
4 changes: 2 additions & 2 deletions nimbus/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM statusim/nimbus-eth2:multiarch-v24.7.0 as nimbusbn
FROM statusim/nimbus-eth2:multiarch-v24.10.0 as nimbusbn

FROM statusim/nimbus-validator-client:multiarch-v24.7.0
FROM statusim/nimbus-validator-client:multiarch-v24.10.0

COPY --from=nimbusbn /home/user/nimbus_beacon_node /home/user/nimbus_beacon_node

Expand Down
2 changes: 1 addition & 1 deletion prysm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/prysmaticlabs/prysm/validator:v5.1.0 as prysm-validator
FROM gcr.io/prysmaticlabs/prysm/validator:v5.1.2 as prysm-validator

FROM debian:buster-slim
COPY --from=prysm-validator /app/cmd/validator/validator validator
Expand Down
2 changes: 1 addition & 1 deletion run_charon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ if [ -n "$genesis_time" ] && [ -n "$enr_address" ]; then
echo "BN_$i=${bnips[$i]}" >> ./.env
done
# Run the docker command with the extracted genesis_time
docker run -u $(id -u):$(id -g) --rm -v "$(pwd)/:/opt/charon" obolnetwork/charon-local:latest create cluster --fee-recipient-addresses="0x8943545177806ED17B9F23F0a21ee5948eCaa776" --nodes=3 --withdrawal-addresses="0xBc7c960C1097ef1Af0FD32407701465f3c03e407" --name=test --split-existing-keys --split-keys-dir=charon-keys --testnet-chain-id=3151908 --testnet-fork-version="0x10000038" --testnet-genesis-timestamp="$genesis_time" --testnet-name=kurtosis-testnet
docker run -u $(id -u):$(id -g) --rm -v "$(pwd)/:/opt/charon" obolnetwork/charon:v1.2.0-rc2 create cluster --fee-recipient-addresses="0x8943545177806ED17B9F23F0a21ee5948eCaa776" --nodes=3 --withdrawal-addresses="0xBc7c960C1097ef1Af0FD32407701465f3c03e407" --name=test --split-existing-keys --split-keys-dir=charon-keys --testnet-chain-id=3151908 --testnet-fork-version="0x10000038" --testnet-genesis-timestamp="$genesis_time" --testnet-name=kurtosis-testnet
else
echo "Genesis Time not found."
fi
Expand Down