forked from KomodoPlatform/komodo-defi-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow withdraw to taproot addresses (KomodoPlatform#1503)
* hotfix: disallow withdraw to taproot addresses * fix UnsupportedAddressVariant error doc comment * Add explicit match statement to avoid parsing new bech32 variants * seperate version check from length check * added test vectors from bip-0173 * ignore unstable ETH/SOL tests * ignore unstable test_get_raw_transaction * added more test vectors from bip-0173, some test vectors are valid in bip-0173 but invalidated by bip-0350
- Loading branch information
Showing
4 changed files
with
147 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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 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 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 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