Skip to content

0.5.1

Compare
Choose a tag to compare
@satran004 satran004 released this 31 Jan 03:22
· 106 commits to master since this release

Key Changes

  • Governance API Support in QuickTx and Low-Level CBOR Serialization for Conway Era (Preview)

    • New APIs have been added for regular accounts:
      • Register/Unregister as a DRep
      • Create a Proposal
      • Delegate Voting Rights to a DRep
      • Vote
  • New CIP-67 and CIP-68 Modules

  • Backend Provider Changes

    • Integrated with Koios Java Client v1.18.1.
  • New Supplier Modules

    • ogmios-supplier: Supports v6.0.x. Provides implementation for ProtocolParamSupplier and TransactionProcessor to evaluate and submit transactions.

    • kupo-supplier: Supports v2.7.2. Provides implementation for UtxoSupplier to fetch UTXOs.

    Note: These suppliers can be directly used in QuickTx or Composable Functions to build and submit transactions. Alternatively, the Ogmios backend module can be used for the same purpose, utilizing these suppliers internally.

  • Removal of the "Local" Supplier Module

    The "local" supplier module has been removed in this release to prevent circular dependency issues with Yaci. It will be re-released as a separate project.

  • Package Rename
    Old : com.bloxbean.cardano.client.backend.ogmios.OgmiosBackendService
    New: com.bloxbean.cardano.client.backend.ogmios.http.OgmiosBackendService

Note: The OgmiosBackendService requires an HTTP URL for Ogmios 6.0.x.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1