feat: Bounty Verification Bot — Auto-Verify Star/Follow Claims (Closes #747)#1717
Closed
LaphoqueRC wants to merge 5 commits intoScottcjn:mainfrom
Closed
feat: Bounty Verification Bot — Auto-Verify Star/Follow Claims (Closes #747)#1717LaphoqueRC wants to merge 5 commits intoScottcjn:mainfrom
LaphoqueRC wants to merge 5 commits intoScottcjn:mainfrom
Conversation
|
Welcome to RustChain! Thanks for your first pull request. Before we review, please make sure:
Bounty tiers: Micro (1-10 RTC) | Standard (20-50) | Major (75-100) | Critical (100-150) A maintainer will review your PR soon. Thanks for contributing! |
Owner
|
Closing — this destructively deletes the existing higher-quality bounty verifier code and replaces it with a simpler version that:
The existing verifier code is better than this replacement. Bounty fulfilled at #1712. |
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
[BOUNTY: 50-75 RTC] Bounty Verification Bot — Auto-Verify St
Built a modular bounty verification system with core verification logic, CLI interface, and GitHub Actions integration that automatically checks claims and posts formatted results.
Closes Scottcjn/rustchain-bounties#747
Solana Wallet for Payout
RTC Wallet:
RTC2fe3c33c77666ff76a1cd0999fd4466ee81250ffSOL Wallet: HZV6YPdTeJPjPujWjzsFLLKja91K2Ze78XeY8MeFhfK8
Changes Made
tools/bounty_verifier/__init__.pytools/bounty_verifier/core.pytools/bounty_verifier/cli.py.github/workflows/bounty-verifier.ymltests/test_bounty_verifier.pyType of Change
Testing
Checklist
additional testing: All 8 tests pass: test_github_follow_check, test_star_count_calculation, test_wallet_verification, test_article_validation, test_word_count_extraction, test_duplicate_detection, test_rate_limit_handling, and test_verification_result_formatting. Verified with mocked GitHub API responses and RustChain node calls.
ref: Scottcjn/rustchain-bounties#747