-
Notifications
You must be signed in to change notification settings - Fork 47
fix: differentiate legacy and segwit types for p2sh when using Descriptor::scriptpubkey_type
#94
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
Open
qlrd
wants to merge
24
commits into
diybitcoinhardware:develop
Choose a base branch
from
qlrd:fix-scriptpubkey-type-for-nested-segwit
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
e5beacc
tap_key_sig
pythcoiner 638a824
taproot_key_sig serialization adjust
odudex d38f189
replace "set" objects with OrderedDict to ensure reproducible signatures
odudex c26b8a1
Add PSBT_IN_TAP_KEY_SIG parsing to the InputScope read_value function
odudex ce7c19b
reproducible PSBT sigs - replicate object type replacement on psbtview
odudex 420999d
t wrapper verifies fragment type is V
odudex 2611c97
miniscript - add literal boolean operators
odudex f4b42a5
fix Descriptor.num_branches for miniscript
tadeubas 4881dc2
Merge pull request #76 from tadeubas/fix-desc-n-branch
odudex 8397620
Merge branch 'develop' into validate-desc-load-miniscript
tadeubas a9b9d8b
Merge pull request #75 from tadeubas/validate-desc-load-miniscript
odudex 3098f88
adds tests for invalid length of mnemonic and entropy
jdlcdl 973e6e7
limits mnemonic to 24 words and entropy to 16-32 bytes
jdlcdl e1d7339
fix: differentiate descriptor types for nested cases
qlrd 5600751
Revert "fix: differentiate descriptor types for nested cases"
odudex 2be3999
replace assertions by conditional error raising
odudex 84ecb0c
ValueError message adjust
odudex 89a941b
test: add cases for `src/embit/bip85.py` (#1)
qlrd 1f1146a
adjust test error message
odudex 76f0d20
Merge branch 'replace_main_code_asserts' into develop
odudex f30fe98
refactor descriptor parsing
odudex 8123330
fix: differentiate descriptor types
qlrd fc9afad
test: add test cases fore scriptpubkey_type
qlrd 8115e45
chore: apply some black formatting
qlrd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.