Skip to content

txscript: Remove low S verification flag. #1308

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

Merged
merged 1 commit into from
Jun 23, 2018

Conversation

davecgh
Copy link
Member

@davecgh davecgh commented Jun 21, 2018

This removes the ScriptVerifyLowS flag from the txscript package, changes the default semantics to always enforce its behavior and updates all callers in the repository accordingly.

This change is being made to simplify the script engine code since the flag has always been active and required by consensus in Decred, so there is no need to require a flag to conditionally toggle it.

Copy link
Member

@dajohi dajohi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@davecgh davecgh added this to the 1.3.0 milestone Jun 22, 2018
This removes the ScriptVerifyLowS flag from the txscript package,
changes the default semantics to always enforce its behavior and updates
all callers in the repository accordingly.

This change is being made to simplify the script engine code since the
flag has always been active and required by consensus in Decred, so
there is no need to require a flag to conditionally toggle it.
@davecgh davecgh force-pushed the txscript_remove_low_s_flag branch from e1b16a9 to 7815f0c Compare June 22, 2018 05:29
@davecgh davecgh merged commit 7815f0c into decred:master Jun 23, 2018
@davecgh davecgh deleted the txscript_remove_low_s_flag branch June 23, 2018 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants