You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement auto-detection to decide when UTXO consolidation is necessary. This must evaluate errors from assembleTx, but to distinguish between insufficient balances and too many coins we may have to fetch user balances for baser asset ID, and if this is non-negotiable, we may just as well fetch balances for base asset within the same HTTP/GQL call that we submit the assembleTx operation.
When the above is true, consolidation transactions must be sent with the original transaction via the JSON RPC interface under a consolidationTxs property or similar.
The text was updated successfully, but these errors were encountered:
Follow-up after:
The PR must also be based on:
Tasks:
Implement auto-detection to decide when UTXO consolidation is necessary. This must evaluate errors from
assembleTx
, but to distinguish betweeninsufficient balances
andtoo many coins
we may have to fetch userbalances
for baser asset ID, and if this is non-negotiable, we may just as well fetch balances for base asset within the same HTTP/GQL call that we submit theassembleTx
operation.When the above is true, consolidation transactions must be sent with the original transaction via the JSON RPC interface under a
consolidationTxs
property or similar.The text was updated successfully, but these errors were encountered: