Skip to content

Releases: bloxbean/aiken-java-binding

v0.1.0

19 Mar 05:47
6c2ea87

Choose a tag to compare

What's Changed

  • Fix/slot config tx evaluation by @nemo83 in #22
  • Add support for Plutus V3 cost model by @satran004 in #25
  • Integrate Aiken 1.1.13 and Integration test setup with Yaci Devkit by @satran004 in #26

New Contributors

Full Changelog: v0.0.9-rc1...v0.1.0

0.0.8

23 Aug 14:09

Choose a tag to compare

What's Changed

  • Parameterized Contract support & Script Supplier by @satran004 in #16

Full Changelog: v0.0.7...v0.0.8

v0.0.7

19 Jun 04:58
579d41b

Choose a tag to compare

v0.0.7 Pre-release
Pre-release

What's Changed

  • Implementation for CCL's TransactionEvaluator by @satran004 in #15

Full Changelog: v0.0.6...v0.0.7

v0.0.5

02 Jun 08:18

Choose a tag to compare

Compatible with - Cardano Client Lib 0.4.3

Maven

<dependency>
    <groupId>com.bloxbean.cardano</groupId>
    <artifactId>aiken-java-binding</artifactId>
    <version>0.0.5</version>
</dependency>

Gradle

implementation 'com.bloxbean.cardano:aiken-java-binding:0.0.5

Current Limitations

The current version doesn't work for a transaction with reference inputs. #1

Workaround : During the transaction cost evaluation, remove the reference inputs from the transaction and add the plutus script to the witness set. After calculating the script cost, you can add back the reference input again.

v0.0.3

19 Mar 11:55

Choose a tag to compare

Maven

<dependency>
    <groupId>com.bloxbean.cardano</groupId>
    <artifactId>aiken-java-binding</artifactId>
    <version>0.0.3</version>
</dependency>

Gradle

implementation 'com.bloxbean.cardano:aiken-java-binding:0.0.3

Current Limitations

The current version doesn't work for a transaction with reference inputs. #1

Workaround : During the transaction cost evaluation, remove the reference inputs from the transaction and add the plutus script to the witness set. After calculating the script cost, you can add back the reference input again.

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

0.0.2

04 Mar 15:14

Choose a tag to compare

Maven

<dependency>
    <groupId>com.bloxbean.cardano</groupId>
    <artifactId>aiken-java-binding</artifactId>
    <version>0.0.2</version>
</dependency>

Gradle

implementation 'com.bloxbean.cardano:aiken-java-binding:0.0.2

Current Limitations

The current version doesn't work for a transaction with reference inputs. #1

Workaround : During the transaction cost evaluation, remove the reference inputs from the transaction and add the plutus script to the witness set. After calculating the script cost, you can add back the reference input again.

0.0.1

02 Mar 14:40

Choose a tag to compare

v0.0.1

Fixed maven user env variable name