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

Bug/fix srd eff value #64

Merged

Conversation

yancyribbens
Copy link
Collaborator

If the UTXO value exceeds i64 max, the effective_value returns None causing the SRD algorithm to exit early. Instead, if effective_value returns None, discard that UTXO and continue.

This PR also contains a refactor to the SRD test module and minor refactor to SRD algo along with a version bump for release.

If the UTXO value exceeds i64 max, the effective_value returns None
causing the SRD algorithem to exit early.  Instead, if effective_value
returns None, discard that UTXO and continue.
@yancyribbens yancyribbens force-pushed the bug/fix-srd-eff-value branch from 8af14b8 to f46622a Compare October 8, 2024 23:46
@yancyribbens yancyribbens merged commit 706a516 into p2pderivatives:master Oct 9, 2024
3 checks passed
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.

1 participant