HomePhabricator

Move transaction combining from signrawtransaction to new RPC

Description

Move transaction combining from signrawtransaction to new RPC

Summary:
Create a combinerawtransaction RPC which accepts a json array of hex raw
transactions to combine them into one transaction. Signrawtransaction is
changed to no longer combine transactions and only accept one transaction
at a time.

Backport of core PR10571
Required for T436

Test Plan:

./test/functional/test_runner.py rawtransactions signrawtransactions

Reviewers: #bitcoin_abc, jasonbcox, deadalnix

Reviewed By: #bitcoin_abc, jasonbcox, deadalnix

Subscribers: schancel, teamcity

Differential Revision: https://reviews.bitcoinabc.org/D1967

Details

Provenance
Andrew Chow <achow101-github@achow101.com>Authored on Jun 10 2017, 05:38
FabienCommitted on Nov 5 2018, 23:30
FabienPushed on Nov 5 2018, 23:30
Reviewer
Restricted Project
Differential Revision
D1967: Move transaction combining from signrawtransaction to new RPC
Parents
rABC8df8f0c5fadc: Update release notes to include several missing items
Branches
Unknown
Tags
Unknown