-
Notifications
You must be signed in to change notification settings - Fork 36.6k
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
Replace scriptnum_test's normative ScriptNum implementation #7095
Replace scriptnum_test's normative ScriptNum implementation #7095
Conversation
Compare against the scriptnum from Bitcoin Core 0.10 instead of OpenSSL. Closes bitcoin#7086.
958a05b
to
4ec3561
Compare
Right, I didn't update the makefile at all, should pass now. |
ut ACK. I didn't verify that this move-only-ish from 0.10. |
concept ACK, once-over utACK |
Strange - I copied CScriptNum10 exactly from the 0.10 branch. The only change should be the comment and rename. There should have been no reordering. |
Can confirm all the code in https://github.com/laanwj/bitcoin/blob/4ec3561eb3473638230ef780b41343bc6284b460/src/test/scriptnum10.h is taken from the .10 branch. |
My fault, I was comparing against the current |
4ec3561 Replace scriptnum_test's normative ScriptNum implementation (Wladimir J. van der Laan)
Remove OpenSSL Includes changes cherry-picked from the following upstream PRs: - bitcoin/bitcoin#7095 - bitcoin/bitcoin#17165 - Only the commit removing SSL lib detection (we have long since removed the rest). - bitcoin/bitcoin#17265 - We had already migrated away from OpenSSL for randomness. - bitcoin/bitcoin#17515 - Only the second commit.
Remove OpenSSL Includes changes cherry-picked from the following upstream PRs: - bitcoin/bitcoin#7095 - bitcoin/bitcoin#11024 - bitcoin/bitcoin#17165 - Only the commit removing SSL lib detection (we have long since removed the rest). - bitcoin/bitcoin#17265 - We had already migrated away from OpenSSL for randomness. - bitcoin/bitcoin#17515 - Only the second commit. Closes #145.
Compare against the scriptnum from Bitcoin Core 0.10 instead of OpenSSL's BN.
Closes #7086.