-
Notifications
You must be signed in to change notification settings - Fork 2
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
FE-JS : Wallet: Support transactions to multiple recipients #1
Comments
this ticket was in our proposal, can we consider it closed? (by them or us?) |
Blockchain-side implementation is already inplace.No restrictions for this in BC side. Multiple recipients and output coins need to be linked by each recipient. Struct something like the below struct output_per_recipients { #[derive(Debug, Args)]
} |
Current situation : |
The frontend part is missing, but having it also means changing the workflow and interface. It is not a priority for the grant scope. It can stay in the backlog until we decide to implement it as an extra feature to show the potentiality of UTXO. |
@AltiMario - This is already implemented in the wallet side. Please see the implementation in Implementation using Approach1 is done : Off-Narrative-Labs/Tuxedo#62 (comment) Test result using approach1: Off-Narrative-Labs/Tuxedo#62 (comment) Pending item is : Update the cli-wallet README file based on the approach2. This implementation is submitted to "webservice-with-external-signing" branch. |
A PR back upstream for this is welcome too if time permits :) |
Issues Fix in web-based wallet (Off-Narrative-Labs/Tuxedo#62) The current implementation of a CLI-based wallet allows sending inputs from multiple owners in a single transaction, but it only supports a single recipient for all specified outputs.
The text was updated successfully, but these errors were encountered: