Merged
Conversation
- Fix pyright: assert github_id not None in pat_handler before save_pat - Fix pyright: assert entry not None in test_pat_handler before subscript - Fix ruff: auto-sort imports in neurons/validator.py - Lower MIN_CREDIBILITY from 0.90 to 0.80 (matches issue discovery threshold)
entrius
approved these changes
Apr 10, 2026
anderdc
added a commit
that referenced
this pull request
Apr 10, 2026
…MIN_CREDIBILITY to 0.80 PR #357 was merged but lost when test branch was rebased. Re-applies: remove CLEANUP_STALE_MINER_TIER_STATS_BY_HOTKEY (table no longer exists), lower MIN_CREDIBILITY 0.90 → 0.80, fix test assertions with proper None checks.
3 tasks
LandynDev
pushed a commit
that referenced
this pull request
Apr 10, 2026
anderdc
added a commit
that referenced
this pull request
Apr 10, 2026
…MIN_CREDIBILITY to 0.80 PR #357 was merged into test but lost twice due to rebase force-pushes. Re-applies: remove CLEANUP_STALE_MINER_TIER_STATS_BY_HOTKEY (table gone), lower MIN_CREDIBILITY 0.90 → 0.80, fix test assertions with proper None checks.
3 tasks
LandynDev
pushed a commit
that referenced
this pull request
Apr 10, 2026
anderdc
added a commit
that referenced
this pull request
Apr 10, 2026
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
CLEANUP_STALE_MINER_TIER_STATS_BY_HOTKEYquery and its usage — theminer_tier_statstable no longer exists after the tier system was removedrelation "miner_tier_stats" does not existerror during validator storageTest plan
miner_tier_statsin codebase