Releases: bloxbean/cardano-client-lib
Releases · bloxbean/cardano-client-lib
v0.1.4-android-test
Add compiled libraries for Android (#19) * Build library against Android * install ndk library directly * Fix copy statement * Add build for 32 bit and 64 bit Android * Improve library util, add support for Android * Fix 32 bit Android build parameters * Note Android support in README * Add Android libraries to release pipeline, fix inconsistencies in scripts * Add shebang line to Android scripts
v0.1.3-beta
Fixes:
- Support Byron address as receiver [#8]
v0.1.2
Changes
- Client application can provide a custom UtxoSelectionStrategy implementation to override default coin selection implementation. [#5]
- A list of utxos can be sent as part of PaymentTransaction, MintTransaction api. The utxos will be included as inputs in the final transaction. [#5]
- TransactionHelperService's transfer and mintToken methods return Result instead of Result.
- Bug fixes [#6]
v0.1.2-prev1
Jenkins file for integration test
v0.1.1
v0.1.0
Features
Address Generation
- Address Generation (Base Address, Enterprise Address)
- Generate Address from Mnemonic phase
Transaction Serialization & Signing
- API to build Payment transaction (ADA & Native Tokens)
- CBOR serialization of transaction
- Transaction signing
Metadata Builder
- Helper to build Metadata
- Converter to conver JSON (No Schema) to Metadata format
Token Minting
- Token Minting transaction builder
- Native script (ScriptAll, ScriptAny, ScriptAtLeast, ScriptPubKey, RequireTimeAfter, RequireTimeBefore)
- Policy Id generation
Backend Integration (Blockfrost)
The plugin also provides integration with Cardano node through different backend services.
The library currently only supports integration with Blockfrost through the Backend api. But other backend like Cardano-wallet
will be added in future release.
- Transaction Submission (Payment & Token Minting)
Following Backend apis are currently available
- TransactionService (Submit transaction, Get transaction)
- AddressService (Get address details)
- UtxoService (Get utxos for an address)
- AssetService
- BlockService
- NetworkInfoService
- EpochService
- MetadataService
v0.0.6
Depedency changed to compile and Log changes
v0.0.5
Bump version for release
v0.0.4
Change string order to OrderEnum in apis. UtxoSelectionStrategy imple…
v0.0.3
Features:
- Payment transaction (ADA, Native Tokens)
- Mint token
- Policy Scipts
- Metadata builder
- Support for Blockfrost backend