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

Implement BIP 119 validation (OP_CHECKTEMPLATEVERIFY) #66

Merged
merged 14 commits into from
Oct 9, 2024

Commits on Oct 9, 2024

  1. Add StandardTemplateHash definition

    JeremyRubin authored and ajtowns committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2655cb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a9a5d8 View commit details
    Browse the repository at this point in the history
  3. Add OP_CHECKTEMPLATEVERIFY Opcode as OP_NOP4

    [TESTS] modify script_tests.json to enable OP_NOP4 as OP_CHECKTEMPLATEVERIFY
    JeremyRubin authored and ajtowns committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    87ca38b View commit details
    Browse the repository at this point in the history
  4. Change printing of NOP4 to CheckTemplateVerify (separate commit for e…

    …ase of bisecting should downstream software expect to parse NOP4 this now fails)
    JeremyRubin authored and ajtowns committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5e4634e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f56c8f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67de06a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1762524 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8e82e93 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b31f218 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3d9c481 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d02e77c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e34763d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    180a1a8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    530ee1b View commit details
    Browse the repository at this point in the history