mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-20 17:38:08 +00:00
drop redundant --proposer-boosting-debug flag
https://github.com/status-im/infra-role-beacon-node-linux/commit/907ee4b6 https://github.com/status-im/infra-role-beacon-node-macos/commit/290984b3 https://github.com/status-im/infra-role-beacon-node-windows/commit/c2f22db0 Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f58a8506a9
commit
ea49b47011
@ -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'
|
||||
|
@ -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 }}'
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user