From 2720a26cc5cf427e7c7930d7a4a09d7fa7c9e339 Mon Sep 17 00:00:00 2001 From: parithosh Date: Fri, 8 Nov 2024 01:42:54 +0800 Subject: [PATCH] fix lh --- ansible/inventories/devnet-0/group_vars/all/all.yaml | 2 +- ansible/inventories/devnet-0/group_vars/all/images.yaml | 2 +- ansible/inventories/devnet-0/group_vars/lighthouse.yaml | 1 - ansible/inventories/devnet-0/host_vars/lighthouse-geth-10.yaml | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ansible/inventories/devnet-0/group_vars/all/all.yaml b/ansible/inventories/devnet-0/group_vars/all/all.yaml index d2b6a99..fd71198 100644 --- a/ansible/inventories/devnet-0/group_vars/all/all.yaml +++ b/ansible/inventories/devnet-0/group_vars/all/all.yaml @@ -24,7 +24,7 @@ ethstats_secret: "{{ secret_ethstats }}" ### Checkpoint sync specific for Ansible & Kubernetes checkpoint_sync_node: bootnode-1 -ethereum_node_cl_checkpoint_sync_enabled: false +ethereum_node_cl_checkpoint_sync_enabled: true checkpoint_sync_url: https://{{ secret_nginx_shared_basic_auth.name }}:{{ secret_nginx_shared_basic_auth.password }}@bn.{{ checkpoint_sync_node }}.{{ ethereum_network_name }}.{{ domain }} checkpoint_sync_url_kube: https://@bn.{{ checkpoint_sync_node }}.{{ ethereum_network_name }}.{{ domain }} # ██████╗░░█████╗░██╗░░░░░███████╗  ██╗░░░██╗░█████╗░██████╗░░██████╗ diff --git a/ansible/inventories/devnet-0/group_vars/all/images.yaml b/ansible/inventories/devnet-0/group_vars/all/images.yaml index 17eb8c4..b7c08e2 100644 --- a/ansible/inventories/devnet-0/group_vars/all/images.yaml +++ b/ansible/inventories/devnet-0/group_vars/all/images.yaml @@ -1,6 +1,6 @@ default_ethereum_client_images: ### Consensus layer clients - lighthouse: ethpandaops/lighthouse:pawan-electra-alpha7-b2b728d + lighthouse: ethpandaops/lighthouse:electra-alpha7-27ce1a0 lodestar: ethpandaops/lodestar:devnet-4-1531b19 nimbus: ethpandaops/nimbus-eth2:4JM-25aae76 prysm: ethpandaops/prysm-beacon-chain:develop-4aa5410 diff --git a/ansible/inventories/devnet-0/group_vars/lighthouse.yaml b/ansible/inventories/devnet-0/group_vars/lighthouse.yaml index 45f315d..059d0bc 100644 --- a/ansible/inventories/devnet-0/group_vars/lighthouse.yaml +++ b/ansible/inventories/devnet-0/group_vars/lighthouse.yaml @@ -39,7 +39,6 @@ lighthouse_container_volumes: lighthouse_container_command_extra_args: - --testnet-dir=/network-config - --boot-nodes={{ ethereum_cl_bootnodes | join(',') }} - - --allow-insecure-genesis-sync - --target-peers=200 lighthouse_validator_container_volumes: - "{{ lighthouse_validator_datadir }}:/validator-data" diff --git a/ansible/inventories/devnet-0/host_vars/lighthouse-geth-10.yaml b/ansible/inventories/devnet-0/host_vars/lighthouse-geth-10.yaml index b2cd20c..dd8a287 100644 --- a/ansible/inventories/devnet-0/host_vars/lighthouse-geth-10.yaml +++ b/ansible/inventories/devnet-0/host_vars/lighthouse-geth-10.yaml @@ -1,7 +1,6 @@ lighthouse_container_command_extra_args: - --testnet-dir=/network-config - --boot-nodes={{ ethereum_cl_bootnodes | join(',') }} - - --allow-insecure-genesis-sync - --genesis-backfill - --reconstruct-historic-states - --disable-backfill-rate-limiting \ No newline at end of file