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 wallet support #6035

Merged

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    6da8c72 View commit details
    Browse the repository at this point in the history
  2. p2tr script utilities

    instagibbs authored and rustyrussell committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cc64ac8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95ba82c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bad004d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe7d96f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4c1fc8 View commit details
    Browse the repository at this point in the history
  7. Support p2tr deposit addresses

    Changelog-Added: JSON-RPC: newaddr: p2tr option to create taproot addresses.
    Changelog-Changed: Wallet: we now use taproot change addresses.
    instagibbs authored and rustyrussell committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    d7b961d View commit details
    Browse the repository at this point in the history
  8. build: Regenerate the generated file as the default target

    When modifying the schema, regenerating the file can be challenging.
    This change sets the autogenerate file as the default target, m
    aking the process more convenient and simplifying our workflow.
    
    Fixes ElementsProject#6365
    Report-by: Dusty Daemon
    Changelog-None
    Signed-off-by: Vincenzo Palazzo <[email protected]>
    vincenzopalazzo authored and rustyrussell committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    2c1d579 View commit details
    Browse the repository at this point in the history