From e43c8af2b71a0fb88bcd7ee22f294d26ee9e5293 Mon Sep 17 00:00:00 2001 From: Artur Marud Date: Wed, 15 Jun 2022 17:02:34 +0200 Subject: [PATCH] infra-nimbus: go-eth upgrade to 1.10.19 for ropsten, kiln and sepolia * major changes - correct TTD for reopsten by default Signed-off-by: Artur Marud --- ansible/group_vars/nimbus-geth-ropsten.yml | 3 ++- ansible/vars/nimbus-kiln-metal.yml | 2 +- ansible/vars/nimbus-sepolia-metal.yml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ansible/group_vars/nimbus-geth-ropsten.yml b/ansible/group_vars/nimbus-geth-ropsten.yml index 3c7f97a..42de289 100644 --- a/ansible/group_vars/nimbus-geth-ropsten.yml +++ b/ansible/group_vars/nimbus-geth-ropsten.yml @@ -8,7 +8,8 @@ geth_network_name: 'ropsten' geth_sync_mode: 'snap' geth_log_level_name: info geth_websocket_enabled: true -geth_extra_flags: ['--override.terminaltotaldifficulty=50000000000000000'] +# Container +geth_cont_tag: 'v1.10.19' # Enable engine API geth_rcp_api: 'eth,net,web3,personal,admin,engine' geth_websocket_api: 'eth,net,web3,personal,admin,engine' diff --git a/ansible/vars/nimbus-kiln-metal.yml b/ansible/vars/nimbus-kiln-metal.yml index ad74da0..9ccbb44 100644 --- a/ansible/vars/nimbus-kiln-metal.yml +++ b/ansible/vars/nimbus-kiln-metal.yml @@ -5,7 +5,7 @@ geth_network_name: 'kiln' geth_sync_mode: 'snap' geth_log_level_name: info # Container -geth_cont_tag: 'v1.10.18' +geth_cont_tag: 'v1.10.19' # Geth auth geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}' # Memory settings diff --git a/ansible/vars/nimbus-sepolia-metal.yml b/ansible/vars/nimbus-sepolia-metal.yml index 69d3f19..f0119ab 100644 --- a/ansible/vars/nimbus-sepolia-metal.yml +++ b/ansible/vars/nimbus-sepolia-metal.yml @@ -5,7 +5,7 @@ geth_network_name: 'sepolia' geth_sync_mode: 'full' geth_log_level_name: info # Container -geth_cont_tag: 'v1.10.18' +geth_cont_tag: 'v1.10.19' # Geth auth geth_account_pass: '{{lookup("bitwarden", "nimbus/geth", field="password")}}' # Memory settings