Skip to content

fix: concurrent wallet scanning with progress bar (Fixes #29)#43

Merged
codegraphtheory merged 1 commit into
mainfrom
review/pr34-concurrent
Jun 4, 2026
Merged

fix: concurrent wallet scanning with progress bar (Fixes #29)#43
codegraphtheory merged 1 commit into
mainfrom
review/pr34-concurrent

Conversation

@codegraphtheory

Copy link
Copy Markdown
Owner

Description

Closes #29 (Bounty: 500,000 $RUG)

Concurrent wallet scanning with ThreadPoolExecutor and a real-time progress bar. Implements 429-aware rate limiting that reduces concurrency on backpressure.

Acceptance Criteria

  • Concurrent scanning with ThreadPoolExecutor (default 4 workers)
  • Progress bar with ANSI escape codes, auto-disables when piped
  • 429 rate limit backoff reduces concurrency
  • WALLET_SCAN_WORKERS env var (max 10)
  • All existing 35 tests pass

@KHHH2312 please post your Solana wallet address for the 500,000 $RUG bounty payment.

Co-authored-by: KHHH2312 <khhh2312@users.noreply.github.com>
@KHHH2312

KHHH2312 commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Thank you for merging the changes! Here is my Solana wallet address for the bounty payment: 4XgP8J3ZMmjUiYtae9x7Bcbb6TfP89XF6VjFpv2KfpJ6

@KHHH2312

KHHH2312 commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

@codegraphtheory Thank you! Here is my Solana wallet address for the 500,000 bounty payment: 4XgP8J3ZMmjUiYtae9x7Bcbb6TfP89XF6VjFpv2KfpJ6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Concurrent wallet scanning with progress bar

2 participants