Skip to content

Commit 62c0433

Browse files
authored
feat(entity): add fsp-observer(alpha) for monitoring (#776)
2 parents 5008f33 + 5a6053f commit 62c0433

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

docs/fassets/guides/1-deploy-fassets-agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ sudo chown 1000:1000 log -R
144144

145145
:::info
146146
Given our current insurance mechanisms to protect users, Flare Foundation will not add any more agents to the FAssets protocol on Songbird.
147-
As covered in this [blog](https://flare.network/fxrp-is-live-on-songbird/), Flare Foundation will cover losses up to \$100,000 per asset, for a total coverage of $300,000.
147+
As covered in this [blog](https://flare.network/news/fxrp-is-live-on-songbird-mint-trade-and-get-rewarded), Flare Foundation will cover losses up to \$100,000 per asset, for a total coverage of $300,000.
148148
We appreciate the interest received and look forward to onboarding agents once we have launched FAssets on Flare mainnet.
149149
:::
150150

docs/ftso/scaling/2-getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To fetch the feed values for FLR/USD, BTC/USD, and ETH/USD at the latest voting
122122

123123
The response contains JSON objects for each feed, with the following fields:
124124

125-
- `votingRoundId`: The voting round ID (each round lasts 90 seconds; see the [Flare Systems Explorer](https://flare-systems-explorer.flare.network/voting-epoch)).
125+
- `votingRoundId`: The voting round ID (each round lasts 90 seconds; see the [Flare Systems Explorer](https://flare-systems-explorer.flare.network/voting-round)).
126126
- `id`: The feed ID (refer to the [list of anchor feeds](/ftso/scaling/anchor-feeds)).
127127
- `value`: The integer value of the feed.
128128
- `turnoutBIPS`: The percentage of voting weight (in basis points) that contributed to the finalized value.
@@ -188,8 +188,8 @@ curl -X 'GET' \
188188

189189
The response indicates that:
190190

191-
- The **currently active voting round** has `voting_round_id` [839641](https://flare-systems-explorer.flare.network/voting-epoch/839641), which **started at** `1733997690`.
192-
- The **most recently finalized FTSO voting round** has `voting_round_id` [839640](https://flare-systems-explorer.flare.network/voting-epoch/839640), which **started at** `1733997600`.
191+
- The **currently active voting round** has `voting_round_id` [839641](https://flare-systems-explorer.flare.network/voting-round/839641), which **started at** `1733997690`.
192+
- The **most recently finalized FTSO voting round** has `voting_round_id` [839640](https://flare-systems-explorer.flare.network/voting-round/839640), which **started at** `1733997600`.
193193

194194
## Verifying proof onchain
195195

docs/network/0-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Discover suitable options for your needs on the [Flare Wallets](https://flare.ne
349349

350350
## Consensus mechanism
351351

352-
- **Consensus Protocol:** Snowman++ (from [Avalanche](https://docs.avax.network)) provides a high-throughput, totally ordered consensus with fast finality. Learn more on the [Consensus](/network/consensus) page.
352+
- **Consensus Protocol:** Snowman++ (from [Avalanche](https://build.avax.network/docs)) provides a high-throughput, totally ordered consensus with fast finality. Learn more on the [Consensus](/network/consensus) page.
353353

354354
- **Sybil resistance mechanism:** Proof-of-Stake (PoS)
355355

docs/network/4-consensus.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import CodeBlock from "@theme/CodeBlock";
1111
import ThemedImage from "@theme/ThemedImage";
1212
import useBaseUrl from "@docusaurus/useBaseUrl";
1313

14-
The consensus protocol running on all Flare networks is Snowman++, introduced by [Avalanche](https://docs.avax.network).
14+
The consensus protocol running on all Flare networks is Snowman++, introduced by [Avalanche](https://build.avax.network/docs).
1515
This runs on both the P- and C-chains.
1616

1717
<div style={{ textAlign: "center", margin: "30px 0" }}>

docs/network/8-flare-tx-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ network.setRpc(
461461

462462
### Custom wallets
463463

464-
If you are not using a standard wallet, you can create your own [`Wallet`](https://github.com/flare-foundation/flare-tx-sdk/blob/HEADsrc/wallet/wallet.ts) object.
464+
If you are not using a standard wallet, you can create your own [`Wallet`](https://github.com/flare-foundation/flare-tx-sdk/blob/HEAD/src/wallet/wallet.ts) object.
465465
Your wallet will need to implement a few required methods:
466466

467467
#### Supporting only C-Chain

docs/run-node/5-flare-entity.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,3 +976,12 @@ Consistent monitoring is key to maintaining performance and reward eligibility.
976976
To opt-out of receiving all future FlareDrops, you need to call the [`optOutOfAirdrop`](/network/solidity-reference/IDistributionToDelegators#optoutofairdrop) method on the [`DistributionToDelegators`](/network/solidity-reference) contract with your `Identity` address.
977977

978978
</details>
979+
980+
<details>
981+
<summary>F6. How do I get real-time Slack/Discord/Telegram alerts for my Flare Entity?</summary>
982+
983+
Try out the alpha version of the [flare-foundation/fsp-observer](https://github.com/flare-foundation/fsp-observer) to receive instant notifications about critical misbehaviors - like FTSO or FDC reveal offenses, registration failures, and more - that could cost rewards.
984+
985+
We would appreciate feature requests to direct development of the tool, please raise them on the [issues page](https://github.com/flare-foundation/fsp-observer/issues).
986+
987+
</details>

0 commit comments

Comments
 (0)