Add Mempool Health Summary UI to Dashboard#3
Closed
mercie-ux wants to merge 9 commits into2140-dev:masterfrom
Closed
Add Mempool Health Summary UI to Dashboard#3mercie-ux wants to merge 9 commits into2140-dev:masterfrom
mercie-ux wants to merge 9 commits into2140-dev:masterfrom
Conversation
Signed-off-by: b-l-u-e <winnie.gitau282@gmail.com>
- Merge backend-analytics into Flask app with /analytics/mempool-health endpoint - Remove dummy data from frontend, connect to signet node - Fix estimatesmartfee params and getblocktemplate for signet compatibility - Add collector block coverage and high-fee inclusion metrics - Simplify UI with dark/amber theme, display live performance metrics
Introduced D3.js library and create four new interactive chart components: - FeeRateTimeline: real-time fee rate timeline with area chart - MempoolSizeChart: mempool size bar chart over time - FeeDistributionChart: percentile distribution visualization - BlockStatsChartD3: enhanced block statistics with dual-axis chart
UI/UX Improvements: - Consolidate stats and dashboard into unified single-page dashboard - Add logarithmic scale Y-axis for fee rate visualization - Plot 25th-75th percentile band per block height - Overlay fee estimate line spanning target block heights - Improve Y-axis tick formatting with round numbers
Collaborator
|
Superseded by #4, thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pr adds a visual summary component to the dashboard that displays mempool health metrics, showing the distribution of overpaid, underpaid, and within-range blocks based on fee analysis.
Note: This branch depends on updates from the
feature/mempool-fee-estimation-dashboardbranch, which contains required logic/data for this component.Please merge
feature/mempool-fee-estimation-dashboardinto this branch before review or final merge.Features