Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: natively display status for created FP #237

Merged
merged 2 commits into from
Dec 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/finality-provider-operation.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,11 +572,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
Loading