Open
Conversation
07ec772 to
a0588b3
Compare
* 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 <time.markov@qtum.org> Co-authored-by: codeface <i@codeface.cn> Co-authored-by: Neil <neil@qtum.org>
a0588b3 to
1e809c6
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add Qtum offline staking delegation support.
Add OP_SENDER support.
Improve contract calls displayed data.