Skip to content

Commit

Permalink
Add new CLI option. (#243)
Browse files Browse the repository at this point in the history
* Add  CLI option to disable built-in slashing protection for external signers.

Signed-off-by: Byron Gravenorst <[email protected]>

* Add instructions to connect to mainnet.

Signed-off-by: Byron Gravenorst <[email protected]>

* updating submodule to latest

* Add instructions to connect to mainnet.

Signed-off-by: Byron Gravenorst <[email protected]>

* Fix markdown issue.

Signed-off-by: Byron Gravenorst <[email protected]>

* Add new CLI option.

Signed-off-by: Byron Gravenorst <[email protected]>
  • Loading branch information
bgravenorst authored Jan 18, 2021
1 parent 6095e96 commit cd968c3
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/Reference/CLI/CLI-Syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,38 @@ The deposit contract address can also be defined in:
* The genesis file specified using [`--initial-state`](#initial state)
* The predefined network supplied using [`--network`](#network).

### eth1-deposit-contract-max-request-size

=== "Syntax"

```bash
--eth1-deposit-contract-max-request-size=<INTEGER>
```

=== "Command Line"

```bash
--eth1-deposit-contract-max-request-size=8000
```

=== "Environment Variable"

```bash
TEKU_ETH1_DEPOSIT_CONTRACT_MAX_REQUEST_SIZE=8000
```

=== "Configuration File"

```bash
eth1-deposit-contract-max-request-size: 8000
```

The maximum number of blocks to request deposit contract event logs for in a single request.
Defaults to 10000.

Setting a smaller max size may help if your ETH1 node is slow at loading deposit event logs, or when
receiving warnings that the ETH1 node is unavailable.

### eth1-endpoint

=== "Syntax"
Expand Down

0 comments on commit cd968c3

Please sign in to comment.