cardano-client-lib icon indicating copy to clipboard operation
cardano-client-lib copied to clipboard

Cardano client library in Java

Results 156 cardano-client-lib issues
Sort by recently updated
recently updated
newest added

Currently CCL always attaches minting scripts to transactions, even if they are provided as ref input. Desired outcome would be to add to QuickTxBuilder a new `mint(String policy, Asset asset,...

enhancement

Recently, in preview, a native script in Cardano transaction was discovered to be encoded as indefinite-length CBOR arrays. The specific cases in native script deserialization have been fixed in PR...

Transactions which contain negative balances are obviously wrong and will never submit to chain. It would be great to have some sort of (optional) warning when CCL builds a tx...

enhancement

`.additionalSignersCount` method under the hood spawns HD wallets, and it can eat up to 70% of CPU time crunching SHA512 hashes: https://github.com/bloxbean/cardano-client-lib/blob/6f0df0678e4ad20c04af8bf74d016ecb9509af00/function/src/main/java/com/bloxbean/cardano/client/function/helper/FeeCalculators.java#L197 This is needed for calculating size only, so...

Currently, there is no high-level API available to attach a native script to a regular transaction (such as spending from a native script address or performing staking-related operations like delegation...

enhancement

Currently, the Wallet interface works with all non-script transactions and UtxoSelectionStrategy implementations have been changed accordingly. For ScriptTx, a few additional changes are required to handle cases when the wallet...

enhancement

This is a placeholder for enhancements of new HDWallet api - [x] Search Utxos by public key hash PR: #486 - [ ] Auto discover non-utxo signers (Certificates, required signers...