Skip to content

Filter UTXOs by wallet for sending ignoreOutputs to nbxplorer#419

Merged
RodriFS merged 1 commit into
mainfrom
filter-utxos-by-wallet
Jul 23, 2025
Merged

Filter UTXOs by wallet for sending ignoreOutputs to nbxplorer#419
RodriFS merged 1 commit into
mainfrom
filter-utxos-by-wallet

Conversation

@RodriFS

@RodriFS RodriFS commented Jul 23, 2025

Copy link
Copy Markdown
Contributor

Right now when we are going to get the available utxos for a specific wallet, the nodeguard gets all locked and frozen utxos from ALL wallets, and send them as an "ignoreOutput" to the nbxplorer. This makes the uri request be so long that it fails. This PR mitigates the problem by only sending the ignored outputs relevant to the wallet in question.

The real solution will be to modify the Nbxplorer endpoint to receive the ignored outputs in the body of a POST request

@RodriFS RodriFS requested review from Jossec101 and markettes July 23, 2025 09:28
@RodriFS RodriFS merged commit 8280765 into main Jul 23, 2025
1 check passed
@RodriFS RodriFS deleted the filter-utxos-by-wallet branch July 23, 2025 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants