Jakub Sokołowski 2022-04-12 20:06:20 +02:00
parent f58a8506a9
commit ea49b47011
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
4 changed files with 3 additions and 8 deletions

View File

@ -37,7 +37,6 @@ geth_websocket_port: '{{ 9546 + idx|int + 1 }}'
# Beacon Nodes
beacon_node_service_name: 'beacon-node-{{ beacon_node_network }}-devauth-{{ "%02d"|format(idx|int+1) }}'
beacon_node_network: 'kiln'
beacon_node_proposer_boosting_debug: true
beacon_node_repo_branch: 'kiln-dev-auth'
# Builds
beacon_node_build_frequency: 'daily'

View File

@ -32,8 +32,6 @@ beacon_node_subscribe_all: true
beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://") }}'
# Light client data
beacon_node_light_client_data_enabled: '{{ node.branch in ["unstable", "libp2p"] }}'
# Other
beacon_node_proposer_boosting_debug: true
# Purge node DB periodically to test syncing.
nimbus_db_purge_node_service_name: '{{ beacon_node_service_name }}'

View File

@ -46,8 +46,6 @@ beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://
beacon_node_light_client_data_enabled: '{{ node.branch in ["unstable", "libp2p"] }}'
beacon_node_light_client_data_serve: true
beacon_node_light_client_data_import: 'only-new'
# Other
beacon_node_proposer_boosting_debug: true
# Split by hostname for more central location
nodes_layout:

View File

@ -46,17 +46,17 @@
- name: infra-role-beacon-node-linux
src: git@github.com:status-im/infra-role-beacon-node-linux.git
version: 15b7b7eec65e596c84a624cd5da98bc2affeadec
version: 907ee4b66adae82e93f8b265a1c0f0dc42dae9c5
scm: git
- name: infra-role-beacon-node-windows
src: git@github.com:status-im/infra-role-beacon-node-windows.git
version: 8599494a48d0b1f7c3da0d338088e7c895737b80
version: c2f22db04bcbe8e16ad2a01aaef76d20cba566f7
scm: git
- name: infra-role-beacon-node-macos
src: git@github.com:status-im/infra-role-beacon-node-macos.git
version: ea75d54addd7d50c3b06acfc489408e2aaecb920
version: 290984b363eefb77755d94c073aa738f606da1c3
scm: git
- name: infra-role-nimbus-eth1