mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-01-31 07:55:42 +00:00
nimbus.mainnet: enable proposer boosting for unstable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9661063ebd
commit
45d7608040
@ -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 }}'
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user