enable --proposer-boosting-debug on testnet unstable
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
8017d10bbc
commit
1b9d64e72f
|
@ -43,6 +43,8 @@ beacon_node_dist_validators_end: '{{ node.end | mandatory }}'
|
||||||
beacon_node_service_user_pass: '{{lookup("bitwarden", "nimbus/windows", field="password")}}'
|
beacon_node_service_user_pass: '{{lookup("bitwarden", "nimbus/windows", field="password")}}'
|
||||||
# HTTP RPC support is unstable
|
# HTTP RPC support is unstable
|
||||||
beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://") }}'
|
beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://") }}'
|
||||||
|
# Other
|
||||||
|
beacon_node_proposer_boosting_debug: '{{ node.branch == "unstable" }}'
|
||||||
|
|
||||||
# Split by hostname for more central location
|
# Split by hostname for more central location
|
||||||
nodes_layout:
|
nodes_layout:
|
||||||
|
|
|
@ -28,6 +28,8 @@ beacon_node_dist_validators_start: '{{ node.start | mandatory }}'
|
||||||
beacon_node_dist_validators_end: '{{ node.end | mandatory }}'
|
beacon_node_dist_validators_end: '{{ node.end | mandatory }}'
|
||||||
# HTTP RPC support is unstable
|
# HTTP RPC support is unstable
|
||||||
beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://") }}'
|
beacon_node_web3_urls: '{{ beacon_node_web3_urls_all | reject("match", "^http://") }}'
|
||||||
|
# Other
|
||||||
|
beacon_node_proposer_boosting_debug: '{{ node.branch == "unstable" }}'
|
||||||
|
|
||||||
# Split by hostname and branch for more central location.
|
# Split by hostname and branch for more central location.
|
||||||
nodes_layout:
|
nodes_layout:
|
||||||
|
|
|
@ -46,17 +46,17 @@
|
||||||
|
|
||||||
- name: infra-role-beacon-node-linux
|
- name: infra-role-beacon-node-linux
|
||||||
src: git@github.com:status-im/infra-role-beacon-node-linux.git
|
src: git@github.com:status-im/infra-role-beacon-node-linux.git
|
||||||
version: 23cf9101134c30be7c07932f3be19da26363a2dd
|
version: 0dc85839fa6379ddb5b0fcc3da7f4ab7d5bb9c81
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-beacon-node-windows
|
- name: infra-role-beacon-node-windows
|
||||||
src: git@github.com:status-im/infra-role-beacon-node-windows.git
|
src: git@github.com:status-im/infra-role-beacon-node-windows.git
|
||||||
version: fcc5fd5078431600801d2b4adc80853d884beb72
|
version: b0ecd6d9da92fcccba2093b0bda37369bfcf1838
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-beacon-node-macos
|
- name: infra-role-beacon-node-macos
|
||||||
src: git@github.com:status-im/infra-role-beacon-node-macos.git
|
src: git@github.com:status-im/infra-role-beacon-node-macos.git
|
||||||
version: 6a0a46e046c6d944bf4eca13f0ab17a018e4140d
|
version: dda865b674bb04af8599061586f41b65440c30db
|
||||||
scm: git
|
scm: git
|
||||||
|
|
||||||
- name: infra-role-nimbus-eth1
|
- name: infra-role-nimbus-eth1
|
||||||
|
|
Loading…
Reference in New Issue