-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fundrawtransaction and signrawtransactionwithwallet (#51)
* transactions: Move input/output amount checkher to their own function. * rpc_api: Add fund_raw_transaction. * utils: Move hex serializers to utils from rpc_adapter. * rpc_api: Add initial sign_raw_transaction_with_wallet. * rpc_api: Add new test for sign_raw_transaction_with_wallet. * rpc_api: Return a fixed address. * rpc: Add unimplemented new RPC functions for the future. * rpc_api: Use the new get_constant_credential_from_witness. * rpc_api: Fix sign_raw_transaction_with_wallet test. * rpc_api: Assign script_sig to new input in fund_raw_transaction. * rpc_api: Compare output script pubkey instead of input in sign_raw_transaction_with_wallet. * tests: Add fund_sign_raw_transaction_with_wallet.
- Loading branch information
Showing
13 changed files
with
426 additions
and
76 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
Oops, something went wrong.