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) #17

Merged
merged 17 commits into from
Feb 6, 2023

Commits on Feb 3, 2023

  1. Add StandardTemplateHash definition

    JeremyRubin authored and ajtowns committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    253311a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7a1467 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 Feb 3, 2023
    Configuration menu
    Copy the full SHA
    496d3be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60b0b24 View commit details
    Browse the repository at this point in the history
  5. 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 Feb 3, 2023
    Configuration menu
    Copy the full SHA
    8c3034f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    690d4fd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d30ce9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e8772c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    33ce7dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    624177f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    452c6ef View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df802ad View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    12d9039 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54aabba View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3d6991f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2dbb1a8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d3ba732 View commit details
    Browse the repository at this point in the history