From 0cf7d59fe99d2138001d28c80653b71d6610159c Mon Sep 17 00:00:00 2001 From: samricotta <37125168+samricotta@users.noreply.github.com> Date: Sun, 22 Dec 2024 10:03:52 +1100 Subject: [PATCH] docs: natively display status for created FP (#237) closes: https://github.com/babylonlabs-io/finality-provider/issues/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 --- docs/finality-provider-operation.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/finality-provider-operation.md b/docs/finality-provider-operation.md index ea61e02e..4517c882 100644 --- a/docs/finality-provider-operation.md +++ b/docs/finality-provider-operation.md @@ -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 +``` +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). - - After successful registration, you may start the finality provider instance by running: ```shell