You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(research): Remove all data truncation limits in ASCII graph visualization
CRITICAL BLOCKCHAIN FORENSICS FIX - Four artificial limits were hiding complete data:
1. Canvas height increased 200 → 2,000 rows
- Prevents truncation of large wallet graphs
- Supports deep multi-hop flow visualization
2. Show ALL wallets per depth (removed .take(5) limit)
- AI visualization now receives complete wallet list
- No wallets hidden in summary output
3. Show ALL round-trip paths (removed .take(5) limit)
- Critical for same-owner detection
- All bidirectional flows now visible
4. Display ALL tokens in multi-token transfers
- Rewrote rendering loop to iterate all tokens
- Previous code only showed first token (line 776)
- Now shows complete token metadata per transfer
Impact: Graph now displays COMPLETE, UNFILTERED blockchain data as required
by CLAUDE.md forensic standards. Every wallet, token, and relationship visible.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments