aboutsummaryrefslogtreecommitdiff
path: root/test/functional/signrawtransactions.py
AgeCommit message (Collapse)Author
2017-07-18Move transaction combining from signrawtransaction to new RPCAndrew Chow
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.
2017-05-17Expand signrawtransaction.py to cover error witness checkingGregory Sanders
2017-05-02[tests] Remove is_network_split from funtional test casesJohn Newbery
2017-03-20Rename rpc-tests directory to functionalJohn Newbery