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

Add alternate BIP32 Prefixes (BIP 49 & 84) #59

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

Conversation

SachinMeier
Copy link
Member

  • enables the ExtendedKey module to parse ypubs, yprvs, zpubs, and zprvs and their testnet counterparts.
  • adds switch_prefix function to allow easy conversion between the standards
  • removes checksum from the xkey struct to avoid bad checksums when switch prefixes

SachinMeier and others added 30 commits February 23, 2023 22:23
…script-creation

Add Taproot Script Construction
* add add-field funcs

* add specs and global add-field funcs

* refactor for code efficiency

* finalize add-fields funcs for psbt

* temp: fix script vs binary

* all PSBT pubkeys -> Point structs

* fix credo lint

* lint

* lint
* add taproot multisig script construction

* taproot_multisig -> tapscript_multisig

* implement bip67

* implement bip69 and add testing

* fmt and add second bip69 test

* refactor sorting for multisig
* add tx size calcuation

* ncomment coinbase tx test

* add extra comment for test case txid
* fix bip69 bug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants