Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Coin Selection] Common label consolidation #425

Open
i5hi opened this issue Jan 9, 2025 · 0 comments
Open

[Coin Selection] Common label consolidation #425

i5hi opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@i5hi
Copy link
Collaborator

i5hi commented Jan 9, 2025

Label based coin selection:

  • If a transaction requires more than 1 utxo; preference should go to using UTXOs with the same label and override any other coin selection mechanism.
  • If only a single utxo is required for a transaction, UTXOs that have common labels should be avoided (they are preffered in multi utxo transactions to be paired) - a UTXO without a shared label should be preferred
  • Where possible avoid mixing utxos with different labels
@i5hi i5hi added the enhancement New feature or request label Jan 9, 2025
@i5hi i5hi self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant