Fix: Concurrent wallet scanning with progress bar#34
Closed
KHHH2312 wants to merge 1 commit into
Closed
Conversation
24fc6a6 to
c21eb60
Compare
- Replaces sequential token scanning in `rug_check_wallet` with ThreadPoolExecutor. - Adds custom ANSI progress bar with ETA. - Includes 429 rate limit backoff using global semaphore. - Documents WALLET_SCAN_WORKERS env var in README.md.
c21eb60 to
c031b30
Compare
Owner
|
Sorry about this. The concurrent wallet scanning was already merged in #43 from a different branch that had the same feature. Thank you for submitting and please try another bounty issue. We appreciate your contribution. |
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
rug_check_walletwithThreadPoolExecutor.--jsonor--exportis passed tocli_wallet.WALLET_SCAN_WORKERSenvironment variable in README.Bounty / Issue
Solution
/claim #29
💳 Payment Details:
Method: USDC
Address: 0x43991A9dC8Ddf492eab6E55685644c2cb9B001D2
Network: Base
Tests
python -m pytest tests/test_checks.pylocally. All tests pass, including the sequential/concurrent equivalence tests.Notes