-
Notifications
You must be signed in to change notification settings - Fork 62
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] [bitcoin-core test] ScriptSig: '0x27 0x3024021077777777777777777777777777777777020a7777777777777777777777777777777701' -- ScriptPubKey: '0 CHECKSIG NOT' #211
Comments
@b-j-roberts can I please work on this ? |
Hey @ShantelPeters! |
If this is panicking the opcode is expecting a different value other than what was pass, a quick logs along the execution path will show what is happening, @b-j-roberts kindly assigned |
@b-j-roberts i would love to work on this issue ser |
Yes, I can assign you. Thank you. Let me know if you have any questions, I will check-in in a couple days on progress. @ShantelPeters |
@ShantelPeters Have you been able to get any progress debugging this yet? |
<!-- enter the gh issue after hash --> - [x] fixes #211 - [x] fixes #212 - [x] follows contribution [guide](https://github.com/keep-starknet-strange/shinigami/blob/main/CONTRIBUTING.md) - [ ] code change includes tests ![image](https://github.com/user-attachments/assets/f3bc58f5-5b1b-4f12-bebe-27eaed34313c) ![image](https://github.com/user-attachments/assets/3b787881-2986-4140-84df-78b79c737665) <!-- PR description below --> --------- Co-authored-by: Brandon Roberts <[email protected]>
Issue
The following bitcoin-core test is failing to give the correct result :
This code should be passing, but is panicking when executing.
Replicate
To replicate the issue you can use the latest
main
branch with the following command:This comment might help some with how to debug : #192 (comment)
The text was updated successfully, but these errors were encountered: