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

Add CHECKSEQUENCEVERIFY and OP_CHECKDATASIG support #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ProtocolCash
Copy link
Owner

  • add opcodes to ScriptOpCodes class, opCodeMap, and Map
  • add SEQUENCE_LOCKTIME_DISABLE_FLAG, SEQUENCE_LOCKTIME_TYPE_FLAG, and SEQUENCE_LOCKTIME_MASK constants from BIP68 to TransactionInput
  • count OP_CHECKDATASIG(VERIFY) as 1 sigop per spec
  • remove unneeded params in private executeCheckLockTimeVerify function
  • add OP_CHECKDATASIG(VERIFY) handling in the Script class

ProtocolCash and others added 3 commits April 19, 2019 16:07
- add opcodes to ScriptOpCodes class, opCodeMap, and Map
- add SEQUENCE_LOCKTIME_DISABLE_FLAG, SEQUENCE_LOCKTIME_TYPE_FLAG, and SEQUENCE_LOCKTIME_MASK constants from BIP68 to TransactionInput
- count OP_CHECKDATASIG(VERIFY) as 1 sigop per spec
- remove unneeded params in private executeCheckLockTimeVerify function
- add OP_CHECKDATASIG(VERIFY) handling in the Script class (needs testing/validation!)
- Add November 2018 hard-fork activation time
- Add CHECKDATASIG to VerifyFlags if hard-fork date has past
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.

1 participant