Conversation
Add lightweight /api/v1/validators/wallets/stats/ endpoint returning per-network status counts (active/inactive/banned/quarantined). Update GlobalDashboard to show on-chain active validators as the primary metric with total participants displayed below for context. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* fix: correct per-network leaderboard ranks and remove stale wallet stats Per-network leaderboards on the testnets overview page showed gapped global ranks (e.g. 1, 3, 7) instead of sequential ranks within each network. The asimov filter also incorrectly included validators with no synced wallets. - Frontend: re-map top-5 entries with sequential 1-based ranks - Backend: remove "no wallets" inclusion clause for asimov network filter - Remove unused wallet stats endpoint and its frontend consumer - Simplify network stat display to single "Active Validators" metric Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * chore: update changelog for overview leaderboard fix Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
…action filters (#514) Add PUT endpoint for AI review to update existing proposals. Add proposed_confidence and proposed_template fields to SubmittedContribution model. Validate template_id with PrimaryKeyRelatedField to prevent 500 on invalid input. Add proposal:accept/reject search filter for stewards. Display confidence badges in CRM notes panel. Clear new proposal fields on steward review to prevent stale filter results.
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.
No description provided.