-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Qi UTXO related types * Update tx input and outpoint types * Fix pubkey being hexlified * add methods 'signMessage' and 'signMessageBytes' * refactor '_getHDNodeForAddress' to support change addresses * Fallback to wallet address when populating tx in `signTransaction` * Remove Qi logic * Better from address validation * add JsonRpcSigner code back * add getSigner back to browser provider * Update version * move 'deserialize' to child classes and eliminate cyclic dependencies * add method to validate imported outpoints * add new method 'signTypedData' * add JSDOC comments to new methods * Update Qi UTXO related types * Update tx input and outpoint types * Fix compile errors * Fix importing from quais export file --------- Co-authored-by: Alejo Acosta <[email protected]> Co-authored-by: robertlincecum <[email protected]>
- Loading branch information
1 parent
3ad8e6a
commit d4e211b
Showing
10 changed files
with
129 additions
and
130 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
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
Oops, something went wrong.