bloxbean / cardano-client-lib

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

Implement Coin Selection - Random Improve #392

Open matiwinnetou opened 4 months ago

matiwinnetou commented 4 months ago

As it turn out this coin selection algorithm appears to be quite effective on heavy chain load: https://github.com/cardano-foundation/CIPs/pull/785/files

Cardano Client Library could implement this and developers could choose this if needed.

satran004 commented 4 months ago

Thanks @matiwinnetou . We will look into this.