From 38ce8b8dc1835ea8642ff83d434c88d44c0d3ed9 Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:39:46 -0500 Subject: [PATCH] Add note about audit/health availability Not available on non-official instances. --- frontend/src/app/docs/api-docs/api-docs.component.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/app/docs/api-docs/api-docs.component.html b/frontend/src/app/docs/api-docs/api-docs.component.html index 161e17ce8..7a7b9b416 100644 --- a/frontend/src/app/docs/api-docs/api-docs.component.html +++ b/frontend/src/app/docs/api-docs/api-docs.component.html @@ -238,6 +238,7 @@
Removed
A transaction is highlighted bright pink if it is present in the expected block, not present in the actual block, and qualifies as neither recently-broadcasted nor marginal-fee. In other words, it has been in the mempool long enough to be widely propagated and has a feerate that is well within the range expected for the block. There is a chance such a transaction may have been intentionally excluded from the block.
Removed transactions do negatively affect block health.
See how results of the block audit are used to devise the block health score below.
+Because of this feature's resource usage and availability requirements, it is only supported on official mempool.space instances.
As a result, block health is not intended to be a measure of how closely an expected block resembles an actual block. The actual block can be vastly different from the expected block, but if no transactions appear to be intentionally excluded, it will have a high health rating (extreme example).
See more context in our FAQ on block audits.
+Because of this feature's resource usage and availability requirements, it is only supported on official mempool.space instances.