-
Notifications
You must be signed in to change notification settings - Fork 88
[Feature][Wallet] Allow sendXtoY to create multiple transactions #970
Copy link
Copy link
Open
Labels
Coin Type: BasecoinSpecifically related to basecoin transactionsSpecifically related to basecoin transactionsCoin Type: CTSpecifically related to CT transactionsSpecifically related to CT transactionsCoin Type: RingCTSpecifically related to RingCT transactionsSpecifically related to RingCT transactionsComponent: Core AppRelated to the application itself.Related to the application itself.Component: RPCRelated to the console commands themselves.Related to the console commands themselves.Component: WalletRelating to keystore, tx creation, and balance trackingRelating to keystore, tx creation, and balance trackingDev Status: In ProgressSomeone is actively working on this issue.Someone is actively working on this issue.Issue Type: Feature RequestAdditional feature that would make Veil better.Additional feature that would make Veil better.
Metadata
Metadata
Assignees
Labels
Coin Type: BasecoinSpecifically related to basecoin transactionsSpecifically related to basecoin transactionsCoin Type: CTSpecifically related to CT transactionsSpecifically related to CT transactionsCoin Type: RingCTSpecifically related to RingCT transactionsSpecifically related to RingCT transactionsComponent: Core AppRelated to the application itself.Related to the application itself.Component: RPCRelated to the console commands themselves.Related to the console commands themselves.Component: WalletRelating to keystore, tx creation, and balance trackingRelating to keystore, tx creation, and balance trackingDev Status: In ProgressSomeone is actively working on this issue.Someone is actively working on this issue.Issue Type: Feature RequestAdditional feature that would make Veil better.Additional feature that would make Veil better.
Summary
Currently, attempts to send Veil with these commands can fail if it does not fit in a single transaction or block (and for RingCT, sometimes the user needs to run an additional command to unstick the funds). Instead, we plan to create multiple transactions for sending the requested funds. Spending zerocoin already does this. (We will not cover minting zerocoin here.)
Outline
ct and ringct outputs are splitnot something that I have to editOptional additions
Can change from one tx can be used in another?Doesn't matter in this case, because only the last tx will even have change left.