add tests for script deserialization#63
add tests for script deserialization#63joemphilips wants to merge 1 commit intorust-bitcoin:masterfrom
Conversation
|
Thanks for this report - sorry for letting it drop. I will try to investigate today. |
|
offending script: or |
|
Yep, I see ... the problem is that when we are parsing backward after seeing Great find! |
|
This PR needs an update to rename It still does not pass by the way, even with these fixes. |
|
@apoelstra This test has been merged by #78 / #106 and this can be closed. |
While I was trying to port this library into C# , I found a bug in script deserialization.
I was trying to fix it by myself, but I'm afraid that the spec will change again. So I will not do it for now (unless we are sure that the spec won't change drastically anymore.)
Here is the failing case, tell me if I'm doing something wrong.