feat: vault coinset scanner with CAT filters and dust combine#56
Merged
feat: vault coinset scanner with CAT filters and dust combine#56
Conversation
Add a standalone vault coin scanner that derives vault P2 addresses from launcher id, queries Coinset by puzzle hash and hint, and supports persistent launcher-id caching. Also add CAT filtering by asset id or ticker resolved from local GreenFloor config metadata. Made-with: Cursor
Apply ruff and ruff-format canonical formatting updates so pre-commit checks run cleanly across Linux and macOS CI runners. Made-with: Cursor
Document the new vault Coinset scanner workflow, CAT ID/ticker filtering, launcher-id caching flow, and the CI formatting follow-up that unblocked PR #56. Made-with: Cursor
Extend the vault Coinset scanner with CAT dust combine support that batches coins below 1 CAT unit and submits explicit inputCoinIds to Cloud Wallet. Made-with: Cursor
Document the CAT dust combine extension for the vault Coinset script, including new CLI flags, Cloud Wallet coin-id mapping behavior, and PR scope updates. Made-with: Cursor
…talog-filtering Made-with: Cursor # Conflicts: # docs/progress.md
Add Coinset batch-capability probing and validation docs, and harden vault CAT dust combine/scanning paths with checkpointing, incremental windows, cache controls, and strict Cloud Wallet divergence surfacing.
Add a dedicated direct combine script for Coinset coin IDs with preflight checks, KMS-backed signing, and spent-status verification, and wire signing to assemble vault singleton spends so Coinset-only CAT inputs can be combined and broadcast successfully. Made-with: Cursor
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
scripts/list_vault_coins_coinset.pyworkflow that discovers vault coins from Coinset using launcher-id-derived singleton P2 hashes--launcher-id-fileand--resolve-launcher-id-onlyconfig/cats.yamlandconfig/markets.yamlmetadata<1000mojos), map them to Cloud WalletCoinRecord_*ids, and submit batchedcombineCoinswith explicitinputCoinIdsTest plan
PATH="$(pwd)/.venv/bin:$PATH" pre-commit run --all-filesPATH="$(pwd)/.venv/bin:$PATH" pre-commit run --files scripts/list_vault_coins_coinset.py.venv/bin/python -m py_compile scripts/list_vault_coins_coinset.py.venv/bin/python scripts/list_vault_coins_coinset.py --help