github CardanoSolutions/ogmios v5.5.3

latest releases: v6.8.0, v6.7.0, v6.6.2...
2 years ago

Added

N/A

Changed

  • Bumped cardano-node's version (continuous integration & docker image) to 1.35.2.

  • ⚠️ Fixed Plutus' data / datum serialization function. See 3f614c3c for details. As a consequence, some datums (either inline or in the witness set) that have been reported in the past (since v5.5.0) may have been wrong. Note that the datum hashes were however correct, so it is possible to identify the "corrupted" ones by trying to re-hash (blake2b-256) them and see whether they match their associated hash digest. (🐛 @Quantumplation)

  • Changed the Docker image tagging's scheme of cardano-node-ogmios to now include the cardano-node's version. This allows to more easily bundle more recent version of cardano-node with old versions of Ogmios without the need to make a whole new release. This is in effect from v5.5.2 and onwards.

    image repository tags
    cardano-node-ogmios cardanosolutions/cardano-node-ogmios latest
    latest-{NETWORK}
    v*.*.*_{CARDANO_NODE_VERSION}
    v*.*.*_{CARDANO_NODE_VERSION}-{NETWORK}
    ogmios cardanosolutions/ogmios latest
    latest-{NETWORK}
    v*.*.*
    v*.*.*-{NETWORK}
  • Fixed incongruous error message from the command-line when failing to parse protocol parameters from genesis files. The error reporting has been slightly improved to give a more fine-grained error per invalid parameter. See #242 (🐛 @eMCeee89).

Removed

N/A

Details

v5.5.2...v5.5.3

Don't miss a new ogmios release

NewReleases is sending notifications on new releases.