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

package psbt and wif #107

Closed
wants to merge 7 commits into from
Closed

Commits on Jun 20, 2024

  1. Feature/bitcoin psbt (#99)

    * Add PsbtSigner
    
    * finish taproot sign in psbt
    
    * add auto auto_finalize flag in psbt
    
    * fix invalid schnorr signature
    
    * add sign_psbt into tcx
    
    * get derivation path from bip32_derivations
    
    * fix unit tests in psbt signature
    
    * fix incorrect position auto_finalize in PsbtInput
    
    * rename auto_finalize to autoFinalize in PsbtInput
    
    * ignore auto_finalize
    tyrone98 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    1d52741 View commit details
    Browse the repository at this point in the history
  2. Revert "Feature/bitcoin psbt (#99)" (#100)

    This reverts commit 1d52741.
    tyrone98 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    91affa1 View commit details
    Browse the repository at this point in the history
  3. Feature/bitcoin psbt (#101)

    * Add PsbtSigner
    
    * finish taproot sign in psbt
    
    * add auto auto_finalize flag in psbt
    
    * fix invalid schnorr signature
    
    * add sign_psbt into tcx
    
    * get derivation path from bip32_derivations
    
    * fix unit tests in psbt signature
    
    * fix incorrect position auto_finalize in PsbtInput
    
    * rename auto_finalize to autoFinalize in PsbtInput
    
    * ignore auto_finalize
    tyrone98 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f32555d View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

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

Commits on Jul 2, 2024

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

Commits on Jul 8, 2024

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

Commits on Jul 11, 2024

  1. feat: taproot sign script (#98)

    * Add PsbtSigner
    
    * finish taproot sign in psbt
    
    * feat: add taproot sign script
    
    fix: rebase issue
    
    fix: append script and control block to witness
    
    * fix: sign tap script no need tweak privatekey
    
    Fix after rebase
    
    * fix: merge missing code
    
    * chore: remove println hash
    
    * add bip322 message signature
    
    * add multi address type in bitcoin psbt
    
    * add tests for bitcoin bip322 sign
    
    ---------
    
    Co-authored-by: Sun Feng <[email protected]>
    XuNeal and tyrone98 authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    74b634b View commit details
    Browse the repository at this point in the history