Skip to content

Commit

Permalink
added --set-high-watermark and --remove-high-watermark subcommands
Browse files Browse the repository at this point in the history
  • Loading branch information
ATREAY committed Oct 24, 2023
1 parent f0293d6 commit 8f481bc
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions docs/reference/cli/subcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2195,6 +2195,70 @@ watermark-repair.slot: 20000

Low watermark to set the block slot to.

#### `remove-high-watermark`

<!--tabs-->

# Syntax

```bash
--remove-high-watermark=<BOOL>
```

# Example

```bash
--remove-high-watermark=true
```

# Environment variable

```bash
WEB3SIGNER_REMOVE_HIGH_WATERMARK=true
```

# Configuration file

```bash
watermark-repair.remove-high-watermark: true
```

<!--/tabs-->

Removes high watermark. When set to true, all other subcommand options are ignored.(Default: false)

#### `set-high-watermark`

<!--tabs-->

# Syntax

```bash
--set-high-watermark=<BOOL>
```

# Example

```bash
--set-high-watermark=true
```

# Environment variable

```bash
WEB3SIGNER_SET_HIGH_WATERMARK=true
```

# Configuration file

```bash
watermark-repair.set-high-watermark: true
```

<!--/tabs-->

Sets high watermark to given epoch and slot. (Sets low watermark when --set-high-watermark=false(Default: false)

#### `validator-ids`

<!--tabs-->
Expand Down

0 comments on commit 8f481bc

Please sign in to comment.