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

(Backend) Fixing direct-send POST /wallet/{walletname}/taker/direct-send to accept a list of UTXOs instead of just the mixdepth #772

Open
amitx13 opened this issue Jun 2, 2024 · 0 comments
Assignees
Labels
blocked Merging this pull request is blocked until another issue is resolved enhancement New feature or request epic A feature or functionality consisting of multiple building blocks and scenarios RPC-API A feature or functionality that aims to modify Joinmarket api's

Comments

@amitx13
Copy link
Contributor

amitx13 commented Jun 2, 2024

Description: Subtask of: #689 and (JoinMarket-Org/joinmarket-clientserver#1561)

Aim: Allow users to have full control over their UTXOs when performing a direct-send.

Current Situation : Currently, the APIs POST: /wallet/{walletname}/taker/direct-send and POST: /wallet/{walletname}/taker/coinjoin use mixdepth to select unfrozen UTXOs and perform transactions. This means users cannot specify exact UTXOs, which limits granular selection. While freeze and unfreeze methods can be used to manage UTXOs, this does not provide the ideal coin control.

Objective : Modify the direct-send functionality to allow users to specify specific UTXOs, thus providing more precise control over their transactions . Once the API changes are merged, update the UI accordingly.

@amitx13 amitx13 added enhancement New feature or request epic A feature or functionality consisting of multiple building blocks and scenarios RPC-API A feature or functionality that aims to modify Joinmarket api's labels Jun 2, 2024
@amitx13 amitx13 added this to the SoB milestone Jun 2, 2024
@amitx13 amitx13 self-assigned this Jun 2, 2024
@theborakompanioni theborakompanioni added the blocked Merging this pull request is blocked until another issue is resolved label Jun 4, 2024
@theborakompanioni theborakompanioni removed this from the SoB milestone Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Merging this pull request is blocked until another issue is resolved enhancement New feature or request epic A feature or functionality consisting of multiple building blocks and scenarios RPC-API A feature or functionality that aims to modify Joinmarket api's
Projects
None yet
Development

No branches or pull requests

2 participants