Skip to content

Commit 651e8ab

Browse files
Add --exchange-capabilities-monitoring-enabled option (#473)
--------- Co-authored-by: Alexandra Tran Carrillo <12214231+alexandratran@users.noreply.github.com>
1 parent e412e94 commit 651e8ab

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

docs/reference/cli/index.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,38 @@ Normally, at sync, Teku requests all deposit logs from the execution layer up to
671671
If a malicious peer changes the bundled tree, Teku throws `InvalidDepositEventsException` on the next deposit received from the execution layer. The malicious peer can't follow up the chain, and so can't propose with an incorrect deposit tree snapshot.
672672
:::
673673

674+
### exchange-capabilities-monitoring-enabled
675+
676+
<!--tabs-->
677+
678+
# Syntax
679+
680+
```bash
681+
--exchange-capabilities-monitoring-enabled[=<BOOLEAN>]
682+
```
683+
684+
# Example
685+
686+
```bash
687+
--exchange-capabilities-monitoring-enabled=true
688+
```
689+
690+
# Environment variable
691+
692+
```bash
693+
TEKU_EXCHANGE_CAPABILITIES_MONITORING_ENABLED=true
694+
```
695+
696+
# Configuration file
697+
698+
```bash
699+
exchange-capabilities-monitoring-enabled: true
700+
```
701+
702+
<!--/tabs-->
703+
704+
Enables or disables querying the [execution client](../../concepts/merge.md#execution-clients) periodically for the Engine API methods it supports. If enabled and incompatibility is detected, a warning is raised in the logs. The default is `true`.
705+
674706

675707
### genesis-state
676708

0 commit comments

Comments
 (0)