feat: Public Network Status Page (Bounty #38)#585
Closed
sososonia-cyber wants to merge 6 commits intoScottcjn:mainfrom
Closed
feat: Public Network Status Page (Bounty #38)#585sososonia-cyber wants to merge 6 commits intoScottcjn:mainfrom
sososonia-cyber wants to merge 6 commits intoScottcjn:mainfrom
Conversation
added 6 commits
March 6, 2026 00:07
- Added pip-installable Python SDK - Supports all node API endpoints: health, miners, balance, epoch, eligibility, attestation, transfer - Async support with aiohttp - Type hints throughout - SSL verification toggle (handles self-signed certs) - Retry logic with exponential backoff - CLI tool included Closes Scottcjn#36
- Command-line wallet management tool - create: Generate new wallet with Ed25519 keys - list: List all stored wallets - balance: Check wallet balance via API - import: Import from mnemonic phrase - export: Export wallet info - Uses rustchain_sdk for API calls Closes Scottcjn#39
- RustChain node metrics exporter for Prometheus - Metrics: node health, miners, epoch info, miner details - Supports Grafana integration - Run as standalone Python script or Docker Closes Scottcjn#504
- Document all public API endpoints - Includes health, epoch, miners, lottery, wallet, attestation - Ready for Swagger UI integration - Helps developers build tools on RustChain Closes Scottcjn#502
- Export miner data to CSV, JSON, Parquet formats - Include epoch and health data with --include-epoch flag - Easy to use CLI tool Closes Scottcjn#49
- Real-time node health status - Active miner count with architecture distribution - Current epoch and slot progress - Auto-refresh every 60 seconds - Mobile responsive design - Pure static HTML, deployable on GitHub Pages Closes Scottcjn#38
Owner
|
Hey @sososonia-cyber, welcome to RustChain! Closing this one because bounty #38 (Status Page) was merged as PR #564 by @createkr earlier today. Don't worry — there's plenty of open work! Here's how to get started and earn RTC: Unclaimed bounties (still open):
Tips for success:
Your PRs #580 (Python SDK), #582 (Prometheus), #583 (OpenAPI), and #584 (Attestation Export) are still open for review. For #583 (OpenAPI), note there's a competing PR #578 by @edisonlv with CI passing — you may want to focus on the others. Looking forward to your contributions! |
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.
Summary
Created a public network status page for RustChain.
Bounty
This completes Bounty #38: Public RustChain Network Status Page
Features
Usage
Simply open the HTML file in a browser, or deploy to GitHub Pages.
Files Changed
Reward
25 RTC