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 taproot (BIP-0340 and BIP-0341) #3318

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

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    2278aae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4e2a16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b581f7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    693b4fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f07954 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Tapscript validation

    kajoseph committed Dec 26, 2021
    Configuration menu
    Copy the full SHA
    3bb06da View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    db55948 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. Configuration menu
    Copy the full SHA
    a629e28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01ff355 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    14170f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. implement script builder

    kajoseph committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    38c1071 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    b77f4b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix/finish address creation

    kajoseph committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    71693d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. add taproot inputs

    kajoseph committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b51d9af View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix tests

    kajoseph committed Apr 24, 2024
    1 Configuration menu
    Copy the full SHA
    fc7f2ec View commit details
    Browse the repository at this point in the history
  2. use Buffer.isBuffer

    kajoseph committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bc5d160 View commit details
    Browse the repository at this point in the history