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

Fix utxos sorting to sort before grouping #1180

Merged
merged 1 commit into from
Oct 18, 2021
Merged

Conversation

DavidTranDucVL
Copy link
Contributor

@DavidTranDucVL DavidTranDucVL commented Oct 18, 2021

Fix bug introduced in #1174 which basically negated all the arranging of utxos as it sorted the utxos after the partitioning (which respects the order of utxos supplied) rather than before, resulting in a suboptimal tx plan being computed in terms of transaction size/fees

@mlenik mlenik temporarily deployed to adalite-fix-utxos-order-pkjzwn October 18, 2021 09:38 Inactive
@DavidTranDucVL DavidTranDucVL temporarily deployed to adalite-fix-utxos-order-pkjzwn October 18, 2021 10:01 Inactive
@DavidTranDucVL DavidTranDucVL requested a review from refi93 October 18, 2021 10:04
@DavidTranDucVL DavidTranDucVL temporarily deployed to adalite-fix-utxos-order-pkjzwn October 18, 2021 10:13 Inactive
@DavidTranDucVL DavidTranDucVL temporarily deployed to adalite-fix-utxos-order-pkjzwn October 18, 2021 10:22 Inactive
@refi93 refi93 force-pushed the fix-utxos-ordering branch from 51767e3 to d0485c2 Compare October 18, 2021 10:26
@refi93 refi93 temporarily deployed to adalite-fix-utxos-order-pkjzwn October 18, 2021 10:26 Inactive
@DavidTranDucVL DavidTranDucVL merged commit d0485c2 into develop Oct 18, 2021
@DavidTranDucVL DavidTranDucVL temporarily deployed to adalite-staging October 18, 2021 10:32 Inactive
@DavidTranDucVL DavidTranDucVL temporarily deployed to adalite-staging-testnet October 18, 2021 10:32 Inactive
@DavidTranDucVL DavidTranDucVL temporarily deployed to adalite-testnet October 18, 2021 10:32 Inactive
@DavidTranDucVL DavidTranDucVL deleted the fix-utxos-ordering branch October 18, 2021 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants