From 45d7608040cdff5ea527f332d1d563005de7b9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 22 Mar 2022 11:40:44 +0100 Subject: [PATCH] nimbus.mainnet: enable proposer boosting for unstable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.mainnet.yml | 2 ++ ansible/requirements.yml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ansible/group_vars/nimbus.mainnet.yml b/ansible/group_vars/nimbus.mainnet.yml index 121d583..eabf4ba 100644 --- a/ansible/group_vars/nimbus.mainnet.yml +++ b/ansible/group_vars/nimbus.mainnet.yml @@ -31,6 +31,8 @@ beacon_node_dist_validators_enabled: false beacon_node_subscribe_all: true # HTTP RPC support is unstable beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://") }}' +# Other +beacon_node_proposer_boosting_debug: '{{ node.branch == "unstable" }}' # Purge node DB periodically to test syncing. nimbus_db_purge_node_service_name: '{{ beacon_node_service_name }}' diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 2bf494c..b5bff32 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -36,7 +36,7 @@ - name: oauth-proxy src: git@github.com:status-im/infra-role-oauth-proxy.git - version: b1b60917e839f9205af3952574b1f2c893aaedba + version: 4dd42c56a40b0fe002ccc810fe48b982de805d27 scm: git - name: consul-service @@ -91,7 +91,7 @@ - name: elasticsearch src: git@github.com:status-im/infra-role-elasticsearch.git - version: 47d5b38ddb22437ca0a93e060e67f46baca66293 + version: 18503666d0ec23b0f03328575531cd8ce8dce9db scm: git - name: elasticsearch-lb