bloxbean / cardano-client-lib

Cardano client library in Java
https://cardano-client.dev
MIT License
118 stars 49 forks source link

TxBalancer / TxSharder #435

Open matiwinnetou opened 1 week ago

matiwinnetou commented 1 week ago

Introduce a feature for CCL offers TxSharder, once transaction is created, on the output there are multiple UTxOs, not just one, when creating a new transaction CCL should remember which inputs are blocked and take other inputs.

Such a feature would allow to send multiple transactions at the same time without leading to UTxO contention issues.

Naturally one can implement this on one's own but it creates unnecessary complexity in the application and developer has to manage this all themselves.

satran004 commented 1 week ago

Thanks @matiwinnetou