-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add op_sender and update op_call and op_create checks * Fix get for script size * Update functions names in the style of the app * Check op_call and op_create only for qtum * Update max output size to 500 for Qtum * Update Qtum to be standalone app * Add Qtum specific code between macros * Fix for op_sender output check * Add Sign OP_SENDER into UX FLOW * Add function to get script for sender address * Add function to check is exist sender sig in the output * Add size to sender address script * Add sign op_sender support * Release more memory for Qtum * Move the sign sender code in btchip_hash_sender_sign.c * Add sender signature checks The signature is empty when signing the output and not empty when signing the inputs. * Add Qtum specific code between macros * Increase the max output size from 450 to 500 as before op_sender Op_sender work well with 500 too after disable Blake2b (350 with Blake2b enabled), which is not used for hashing in Qtum. * add qtum testnet * add support for other derivation path * Do not use LIB * Display delegation/contract details Co-authored-by: timemarkovqtum <[email protected]> Co-authored-by: codeface <[email protected]> Co-authored-by: Neil <[email protected]>
- Loading branch information
1 parent
4d5d1f4
commit 1e809c6
Showing
13 changed files
with
661 additions
and
39 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
Oops, something went wrong.