Skip to content
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

Get rid of inaccurate ScriptSigArgsExpected #7387

Merged
merged 1 commit into from
Jan 22, 2016

Conversation

sipa
Copy link
Member

@sipa sipa commented Jan 21, 2016

ScriptSigArgsExpected was originally introduced to avoid a form of malleability (stuffing scriptSigs with superfluous arguments). This is no longer needed since the SCRIPT_VERIFY_CLEANSTACK and SCRIPT_VERIFY_SIGPUSHONLY cover all its use case more accurately and more efficiently.

@dcousens
Copy link
Contributor

utACK 5bfec00

@sipa
Copy link
Member Author

sipa commented Jan 21, 2016

@dcousens Some tests were failing, I updated the commit.

@laanwj laanwj added this to the 0.12.0 milestone Jan 21, 2016
@laanwj
Copy link
Member

laanwj commented Jan 21, 2016

utACK

@dcousens
Copy link
Contributor

re-ACK 52b29dc

@gmaxwell
Copy link
Contributor

ACK 52b29dc

Constructed effectively the same patch on my own.

@laanwj laanwj merged commit 52b29dc into bitcoin:0.12 Jan 22, 2016
laanwj added a commit that referenced this pull request Jan 22, 2016
52b29dc Get rid of inaccurate ScriptSigArgsExpected (Pieter Wuille)
@laanwj
Copy link
Member

laanwj commented Feb 2, 2016

This was cherry-picked into master via 5d74309 (#7453)

@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants