-
Notifications
You must be signed in to change notification settings - Fork 37
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] Client fails on block: 757739: Script validation failed on tx_idx: 1, input_idx: 0: Signature DER error #257
Comments
Hello can i be assigned this issue |
How are you going to approach it? |
What ill do is I will analyze transaction 1, input 0 in block 757739. I'll verify the signature's DER encoding, ensuring compliance with BIP66. I'll add granular logging to the DER decoding process, comparing our output with a reference node. I'll scrutinize our recent commits affecting signature validation, implement necessary fixes, and create a targeted test case replicating this scenario. I'll then validate the fix by re-running the full_757738.json test. |
I tried and it seems to work, no more error. @maciejka |
@maciejka can i still work on it please |
The command in the description missed an |
Thanks for your readiness to work. We want to consult Shinigami project first. |
Thank you so much |
It is most likely because witness checksig(for segwit) has not been implemented in Shinigami yet. |
Hi @maciejka, can I work on this issue? Please give your telegram/discord username so I can propose my approach and/or discuss any other solutions |
Description
In
packages/client
command:fails with:
The text was updated successfully, but these errors were encountered: