-
Couldn't load subscription status.
- Fork 5.8k
BIP324: Fix features bitmask for decoding-case selection #2016
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
BIP324: Fix features bitmask for decoding-case selection #2016
Conversation
50a6e6a to
31f1e57
Compare
31f1e57 to
713f000
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 713f000
The first commit is the same as the change I previously reviewed and ACKed in #1969, but I didn't previously verify by re-generating the test vectors, which generates the diff we see in the second commit. Re-verified the second commit by running gen_test_vectors.py on it and seeing no change, and ran run_test_vectors.py to sanity-check that the tests pass.
|
ACK code changes; I did not verify the generated output. |
|
Ready for merge then :) |
51877f2 test: Update BIP324 test vectors (Tim Ruffing) Pull request description: This updates the hardcoded test vectors from BIP324. The test vectors had to be regenerated (in the aux files of the BIP) because there was a bug in the script used for generating them (bitcoin/bips#2016). ACKs for top commit: jonatack: ACK 51877f2 theStack: ACK 51877f2 Tree-SHA512: 59f4075e286067b11fce98667c860f3083b6cca8a2e49da8783ccdce8e32c34fd3e1943191d24dcf5bb68d8a2540726d99f7c29e8b0f104032ccb82423ca8d82
Superseeds #1969.
On top of #1969.
I'm one of the authors of BIP324 but let's wait for an ACK from @sipa, please.