-
Notifications
You must be signed in to change notification settings - Fork 168
Add timelock mix tests from miniscript alloy spec #254
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
Conversation
|
Can you rebase this? Github is confused and is still showing two commits from #257 in this. |
|
Rebased |
|
|
|
Do these tests need to be ignored? On my system they run in less than a second. |
|
No, these run really fast. I don't think the ignored is needed. |
Fix bugs from alloy spec Possibly has some bugs in j: wrapper implementation. Will squash this commit later
apoelstra
left a comment
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 003226e
…iniscript alloy spec
003226ee34cd13048eda165404bddda644a736be Add all tests from alloy spec (sanket1729)
0a7e9b4390befa8ac1582574f8db460c0bb2cc11 Add malleable test vectors (sanket1729)
f98ecbc8bfed7a60a039547e5d3d0c2ac458ca19 Add timelock tests (sanket1729)
e0af5b7c9164e5fcb3634ad0a6def2e34f02244d Don't enforce strict cannonical wrappers (sanket1729)
Pull request description:
There found one bug in the current type system! The last commit disables the test while I work on fuzzer fix for rust-secp256k1.
ACKs for top commit:
apoelstra:
ACK 003226ee34cd13048eda165404bddda644a736be
Tree-SHA512: 399c8d2cc6c872d7c4a908809c492c495c04cbf59e757602f913fc11fb8d69ecb567da63a824faacfcf8dd0b116748c74ff4858ccb4e4d7c4444ce7bf6049481
There found one bug in the current type system! The last commit disables the test while I work on fuzzer fix for rust-secp256k1.