github CardanoSolutions/ogmios v5.6.0

latest releases: v6.7.0, v6.6.2, v6.6.1...
13 months ago

Added

  • TypeScript Add a new helper function unsafeMetatumAsJSON which converts a detailed metadata schema into plain JavaScript, whenever possible.
    For example:

    { "list": [ { "string": "foo" }, { "int": 42 } ] }["foo", 42]

    This should work for any CIP-0025 metadata, and few other formats. Yet it is unsound in the general case since not every on-chain metadata can actually be represented as JavaScript objects.

Changed

  • TypeScript Now targets ES2020.

  • TypeScript Fixed a bug in the JSON parser where coins quantities from all eras prior to Mary would be parsed as Number instead of BigInt. See #301 (🔨 @mkazlauskas).

Removed

N/A

Details

v5.5.8...v5.6.0

Don't miss a new ogmios release

NewReleases is sending notifications on new releases.