From 1b54f4e1ca376a1ace70e2e32942688be405e6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 29 Apr 2021 19:29:14 +0200 Subject: [PATCH] rayonism: update image, enable consensus API module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-nimbus/issues/53 Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/nimbus.rayonism.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ansible/group_vars/nimbus.rayonism.yml b/ansible/group_vars/nimbus.rayonism.yml index 8792f62..2540713 100644 --- a/ansible/group_vars/nimbus.rayonism.yml +++ b/ansible/group_vars/nimbus.rayonism.yml @@ -1,9 +1,12 @@ --- # Geth node geth_service_name: 'nimbus-steklo' -geth_cont_image: 'ethereum/client-go@sha256:ac3cbd85ba801989a263263b318f68f6342a373c26b2d949ca925846ec06980b' +geth_cont_image: 'ethereum/client-go@sha256:8bab36b54037a6fc480e862b5d8363372fcc4974c10e717e57799d8bab3884b3' geth_account_pass: '{{lookup("passwordstore", "service/Nimbus-Geth/password")}}' geth_sync_mode: 'fast' +# Enable consensus API +geth_rcp_api: 'eth,net,web3,personal,admin,consensus' +geth_websocket_api: 'eth,net,web3,personal,admin,consensus' # Beacon node needs access from within container geth_rpc_addr: '{{ ansible_local.tinc.vpn_ip }}' geth_rpc_port: 8545