Releases: bloxbean/aiken-java-binding
v0.1.0
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
What's Changed
- Parameterized Contract support & Script Supplier by @satran004 in #16
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Implementation for CCL's TransactionEvaluator by @satran004 in #15
Full Changelog: v0.0.6...v0.0.7
v0.0.5
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
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
- Support for passing InitialBudget. by @matiwinnetou in #3
- Fix budgets by @matiwinnetou in #4
New Contributors
- @matiwinnetou made their first contribution in #3
Full Changelog: v0.0.2...v0.0.3
0.0.2
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.