Skip to content

v0.2.0-beta2

Compare
Choose a tag to compare
@satran004 satran004 released this 20 Feb 04:35
· 633 commits to master since this release

Key Changes

  • No native lib dependencies
  • New composable functions to build payment transaction, token minting, Plutus contract call
    Check examples here
  • Annotations to convert a custom POJO to PlutusData
  • Payment transaction improvements

Breaking Changes

  • UtxoSelectionStrategy & DefaultUtxoSelectionStrategyImpl have been moved under com.bloxbean.cardano.client.coinselection package
  • ScriptUtxoSelection is renamed as UtxoSelector. UtxoSelector is used to find one or more utxos at an address based on given predicate.

PRs / Other Changes

New Contributors