Skip to content

Commit

Permalink
docs: natively display status for created FP (#237)
Browse files Browse the repository at this point in the history
closes: #172

Previously In the docs we asked the operators to look at the bbn chain
to verify the hash. I added this instruction so they can see their
status, which is what we ultimately wanted them to check with the
verification of the hash
  • Loading branch information
samricotta authored Dec 21, 2024
1 parent 709e2c2 commit 0cf7d59
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/finality-provider-operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,18 @@ to:
the network for double signing (signing conflicting blocks at the same height).
This state is irreversible.

To check the status of a finality provider, you can use the following command:

```shell
fpd finality-provider-info <hex-string-of-eots-public-key>
```
This will return the same response as the `create-finality-provider`
command but you will be able to check in real time the status of the
finality provider.

For more information on statuses please refer to diagram in the core documentation
[fp-core](fp-core.md).

<!-- vitsalis: TODO: native way of showing the finality provider has the statuses -->

After successful registration, you may start the finality provider instance
by running:
```shell
Expand Down

0 comments on commit 0cf7d59

Please sign in to comment.