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

Taproot: integrate btcec/v2 and btcwallet changes to support Taproot key spend paths in lnd's wallet #6263

Merged
merged 9 commits into from Mar 25, 2022

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    72c9582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f130edd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c73cf03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    108f49f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5109c55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78db46b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef98f2d View commit details
    Browse the repository at this point in the history
  8. multi: fix and test v1 output spend ntfns

    Because Taproot key spend only spends don't allow us to re-construct the
    spent pkScript from the witness alone, we cannot support registering
    spend notifications for v1 pkScripts only. We instead require the
    outpoint to be specified. This commit makes it possible to only match by
    outpoint and also adds an itest for it.
    guggero committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3b5585c View commit details
    Browse the repository at this point in the history
  9. docs: add release notes

    guggero committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    f500892 View commit details
    Browse the repository at this point in the history