Skip to content

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.

2 participants