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

Cardano client library in Java

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

Implement serialization code for Conway era specific changes. https://github.com/input-output-hk/cardano-ledger/blob/master/eras/conway/impl/cddl-files/conway.cddl Link to deserialization code in Yaci : https://github.com/bloxbean/yaci/tree/sanchonet/core/src/main/java/com/bloxbean/cardano/yaci/core/model/serializers/governance

enhancement

There has been multiple iterations of protocol parameters in Cardano, where format changed. Provided converters back and forth to CCL at least for node 1.35.x and 8.1.x.

enhancement

On Hydra, it is theoretically possible to run transactions completely for free. In order to do this, protocol parameters which hydra node starts with have to have: txFeeFixed = 0...

bug

``` 2023-09-28T23:10:01.955+02:00 INFO 21187 --- [ scheduling-1] o.c.f.v.s.t.L1TransactionCreator : Full metadata:a1192b69a8636b65798378406135303130313032353831646530316438313366643461623963316535663761333564613136663735633265363634656466623261313237666331376134613778406562626665653033323732303036323135383230633438323134393963656639366564613963303063646430626662636432616266376430393433366164343274346163373238383635336138623432353230313464747970656b434f4d4d49544d454e545366666f726d6174664349502d3330677061796c6f6164a464747970656b434f4d4d49544d454e54536b636f6d6d69746d656e7473a1781e4349502d313639345f5072655f526174696669636174696f6e5f59414349a164686173687840393062326162623931383231343161623538303938336336393261663436356138363134383730643936323438333931383038373263316633623635633238656c6372656174696f6e536c6f741912e86d736368656d6156657273696f6e65312e302e306868617368547970656b424c414b4532425f323234697369676e617475726586784038343538346161333031323730343538316465303164383133666434616239633165356637613335646131366637356332653636346564666232613132376663784031376134613765626266656536373631363436343732363537333733353831646530316438313366643461623963316535663761333564613136663735633265784036363465646662326131323766633137613461376562626665656131363636383631373336383635363466343538316363336465366464333631653032386230784063653963336137326562333265376439306363333463626162393137663938353462323836646266353834306562626530356535663161346261303364376139784036313132613730393561343835623765326461393866353534396632643036393062303139666434396239303631666536616430636565346464396237346335782c336265636163653763356639643836303032303636356364613862313636336136623731396462613436303069737562466f726d61746443424f526d7369676e61747572655479706569484153485f4f4e4c59 2023-09-28T23:10:01.955+02:00 ERROR 21187 --- [ scheduling-1] o.s.s.s.TaskUtils$LoggingErrorHandler : Unexpected error occurred in scheduled task org.graalvm.nativeimage.MissingReflectionRegistrationError: The program tried to...

Hi, i am getting an error using: 0.5.0-beta1 and blockfrost:0.4.3, but the Transaction goes through and is visible on the network. **Dependencies:** ``` implementation 'com.bloxbean.cardano:cardano-client-lib:0.5.0-beta1' implementation 'com.bloxbean.cardano:cardano-client-backend-blockfrost:0.4.3' ``` **My code...

scenario: wallet has 3ADA, lovelace 3000000 building a transaction with two outputs, one that mints one NFT and then sends one ada, lovelace 1000000 to another address. Getting an error...

Currently, annotation processor support is there only for Java 11. This is a bug.

Currently, plutus annotation processor works only for ``class`` with getter/setter or public fields. Add support for ``record`` type.