Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RPC] Move transaction combining from signrawtransaction to new RPC #2843

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Liquid369
Copy link
Member

This splits signrawtransaction up to introduce the new RPC combinerawtransaction, which will handle moving forward combining transactions that signrawtransaction used to do. signrawtransaction now only accepts one tx at a time. combinerawtransaction accepts a JSON array of HEX formatted tx's to combine into a single transaction.

These are pre-requisites necessary for later introducing the psbt RPC commands

Backported: bitcoin#10571

@panleone panleone added the RPC label Apr 11, 2023
@Liquid369 Liquid369 force-pushed the 2023_split_signrawtx branch from 87bad88 to bd9605a Compare April 14, 2023 12:44
@Liquid369 Liquid369 force-pushed the 2023_split_signrawtx branch from bd9605a to d6e9ff0 Compare April 28, 2023 12:12
@Liquid369 Liquid369 force-pushed the 2023_split_signrawtx branch 2 times, most recently from 1e73f13 to 8fabe18 Compare May 11, 2023 13:29
New combinerawtransaction RPC implementation
@Liquid369 Liquid369 force-pushed the 2023_split_signrawtx branch from 8fabe18 to d1940db Compare May 15, 2023 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: QA
Development

Successfully merging this pull request may close these issues.

2 participants