Skip to content

v0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 14:49
· 811 commits to master since this release

Fixes

[#26] Utxo service returning status code 400 during transfer
[#20] Fix Min Ada in Utxo calculation - Alonzo

[#18] Caller can provide native lib name through system properties or env variable
- The native library name and folder can be customized through system properties.

     Example:  

    System.setProperty("jna.library.path", "/Users/satya");
    
    System.setProperty(LibraryUtil.CARDANO_CLIENT_NATIVE_LIB_NAME, "cardano-native-lib");

[#15] AddressUtil to validate addresses