github CardanoSolutions/ogmios v6.0.0-rc5

latest releases: v6.3.0, v6.2.0, v6.1.0...
pre-release6 months ago

Warning

This (pre-)release is the 5th release candidate of the new major version of Ogmios. In particular, anything related to the Conway era is to be considered unstable for the implementation of the Conway era in the ledger isn't yet finalized. The Conway era is supported by Ogmios but only available on networks that have forked into that era such as SanchoNet.

The rest of the API is considered stable, though small adjustments may arise from early integrations.

Added

  • Integration with cardano-ledger-conway==1.10.1.0. It adds new elements to the Conway era:
    • A new transaction submission error:
      • InvalidOrMissingPreviousProposal
    • A new (optional) field anchor to ConstitutionalCommitteeRetirement certificates.

Changed

  • (🐛 @mkazlauskas) The server now return an internalError when an unexpected error occurs in the communication between Ogmios and the node. Before, Ogmios would simply log an exception and no response would be sent back to client applications. Now, clients correctly receive an unsuccessful response with the same id as present in the request. See #346.

Removed

  • N/A

Tested with

  • cardano-node == 8.1.2 (Mainnet, Preprod, Preview)
  • cardano-node == 8.6.0-pre (SanchoNet)

Details

v6.0.0-rc4...v6.0.0-rc5

Don't miss a new ogmios release

NewReleases is sending notifications on new releases.