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

More a question than a bug. I just tried to send to the same script address 10 utxo in one tx. Outputs have been merged by default. Which I didn't...

enhancement

Hardware wallets, e.g. ledger typically will only return message as a blake224 hash. If this is the case they typically add: hashed: TRUE in the unprotected header section. Please add...

enhancement

``` CompletableFuture result = quickTxBuilder.compose(scriptTx) ... .completeAsync(); ```

enhancement

I migrated to the latest Aiken version and now with Plutus v3 it seems that there is an issue that appears if multiple mint validators are in one file: ```...

plutusv3

Added version V2 & V3 of the updated GiftCard [example](https://github.com/aiken-lang/aiken/blob/main/examples/gift_card/validators/oneshot.ak). When executed there's an error for the new compiled V2 & V3 scripts: quicktx.QuickTxBuilder$TxContext (QuickTxBuilder.java:351) - Error while evaluating script...

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...

enhancement

I'm not sure if I'm doing something wrong, but Given an interface and two class implementations, one empty class and one class w/ one property (as per MyOptional example) https://github.com/bloxbean/cardano-client-lib/blob/fix/blueprint-sum-type-annotation/annotation-processor/src/test/java/com/bloxbean/cardano/client/plutus/annotation/processor/model/MyOptional.java...

**Version:** 0.6.0-SNAPSHOT ``` SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details. Exception in thread "main" java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class java.util.LinkedHashMap (java.util.ArrayList and java.util.LinkedHashMap are in module java.base of...