Skip to content

Review Coin Selection

Closed Jul 16, 2019 100% complete

The CS currently does this random + improvement procedure for all outputs, one output after the other. Instead, we could perform the random selection only for all outputs, and then, try to improve each output one after the other. This way, we can use our available inputs to cover requested outputs. And, once done, with the remaining available inputs, we t…

The CS currently does this random + improvement procedure for all outputs, one output after the other. Instead, we could perform the random selection only for all outputs, and then, try to improve each output one after the other. This way, we can use our available inputs to cover requested outputs. And, once done, with the remaining available inputs, we try to improve each output one after the other. This should be much more resilient to multi-output transaction while still allowing a best-effort for cleaning up the UTxO as we make transactions.

This milestone is closed.

No open issues remain. View closed issues or see open milestones in this repository.