Phase 5 — UTXO Set Inspector (roadmap complete) - #8
Merged
Conversation
- New 'btc-toolkit utxo <address>' subcommand: lists unspent outputs sorted by value, with confirmation status and block height - --confirmed-only filter, --limit display cap, --json full output - Reuses balance.py address validation and sats->BTC conversion - 8 new tests (62 total), all API calls mocked - Verified against live mainnet (104-UTXO address, totals consistent) - Documented known limitation: huge-UTXO addresses (e.g. genesis) exceed upstream electrs limit (HTTP 400) - Version bump to 0.5.0 — all 5 roadmap phases complete
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.
Closes #4
What's new
btc-toolkit utxo <address>—> every unspent output sorted by value (largest first), with txid:vout, BTC/sats value, confirmation status, and block height--confirmed-onlyfilter,--limitdisplay cap (default 15),--jsonalways returns the full setVerification
Milestone
This closes the original 5-phase roadmap.