StricaHQ / typhonjs

Pure javascript Cardano wallet library
Apache License 2.0
61 stars 12 forks source link

Limit UTXOs selection by overall maxTxSize #27

Closed mahnunchik closed 1 year ago

mahnunchik commented 1 year ago

It would be helpful to limit algorithm of UTXOs selection by maximum transaction size maxTxSize to produce only valid transactions with many inputs.

ashisherc commented 1 year ago

It's been on my to-do for a long time now, I will add this in a patch release quickly.

ashisherc commented 1 year ago

temporarily fix for v1 with this pr https://github.com/StricaHQ/typhonjs/pull/30