-
Notifications
You must be signed in to change notification settings - Fork 62
feat: add BIP30 check #481
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
feat: add BIP30 check #481
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK, just one nit
2c103f9
to
9dc28dd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 9dc28dd
ACK 9dc28dd |
9dc28dd
to
78970f9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK 78970f9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-ACK 78970f9
This is almost a carbon copy of the stale vinteumorg#120 minus comment modifications. Coinbase transactions from blocks 91_722 and 91_812 have identical TXIDs to previous transactions. This PR marks them as unspendable by checking if any of del_hashes matches one of these UTXOs.
What is the purpose of this pull request?
Which crates are being modified?
Description
This is almost a carbon copy of the stale #120 minus comment modifications.
Coinbase transactions from blocks 91_722 and 91_812 have identical TXIDs to previous transactions. This PR marks them
as unspendable by checking if any of
del_hashes
matches one of these UTXOs.Author Checklist
just pcc
(recommended but slower)just lint-features '-- -D warnings' && cargo test --release