github CardanoSolutions/ogmios v6.8.0

latest release: v6.7.1
one month ago

Added

  • Integrate cardano-node==9.2.0 and associated dependencies.

  • Add new ledger-state query: queryLedgerState/governanceProposals to retrieve currently active governance proposals and their ratification state (i.e. ongoig votes).

Caution

This new ledger-state query requires cardano-node >= 9.2.0

Changed

  • Fix automatic transaction upgrade to NOT change underlying binary format during upgrade. The previous implementation would on some occasions alter the serialized form, thus causing transaction hash to change and invalidating all signatures on it. The new approach does always preserve binary serialisation, but as a result, makes more scenario not translatable (e.g. trying to translate a multi-asset UTxOs containing a 0 quantity is impossible when targetting Conway).

  • TypeScript Fix JSON deserialization of metadata on web platforms. 🔨 @Sluder

Removed

  • N/A

Tested with

  • cardano-node == 9.2.0 (Mainnet, Preprod, Preview)

Docker image(s)

Standalone

With cardano-node

Details

v6.7.0...v6.8.0

Don't miss a new ogmios release

NewReleases is sending notifications on new releases.