feat: #614 rework with real integration and testable flow#666
Closed
createkr wants to merge 5 commits intoScottcjn:mainfrom
Closed
feat: #614 rework with real integration and testable flow#666createkr wants to merge 5 commits intoScottcjn:mainfrom
createkr wants to merge 5 commits intoScottcjn:mainfrom
Conversation
- Add bounty_claims.py module with real RustChain API endpoints - Integrate bounty claims into main node (rustchain_v2_integrated_v2.2.1_rip200.py) - Extend SDK with bounty methods (list, submit, get, statistics) - Add BountyError exception for bounty-specific errors - Create comprehensive test suite (27 unit tests + 18 SDK tests) - Add documentation (BOUNTY_CLAIMS_SYSTEM.md) - Add integration examples and README - Support 6 real bounties from dev_bounties.json - Implement full claim lifecycle (pending → review → approved/rejected → paid) - Admin endpoints for claim management and payment tracking - Public API for claim verification and statistics - Database persistence with SQLite (bounty_claims, bounty_claim_evidence tables) - Input validation, duplicate prevention, and data redaction - No hardcoded/mock values - all endpoints use real data flow Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
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.
Rework for bounty #674/#614 closure feedback: real integration into existing project paths, no hardcoded/mock-only responses, and testable verification flow. Payout wallet: RTC1d48d848a5aa5ecf2c5f01aa5fb64837daaf2f35 (split option: createkr-wallet).