github CardanoSolutions/ogmios v6.3.0

12 days ago

Added

Changed

Warning

  • BREAKING-CHANGE: Adjusted the schema of constitutional committee certificates in order to harmonize responses between certificates and the new constitutionalCommittee ledger query.
beforeafter
{
  "type": "constitutionalCommitteeHotKeyRegistration",
  "member": {
    "id": "0000",
  },
  "hotKey": "0000"
}
{
  "type": "constitutionalCommitteeDelegation",
  "member": {
    "id": "0000",
  },
  "delegate": {
    "status": "authorized",
    "id": "000"
  }
}
  • Fixed integer overflow happening when encoding relative time bounds in era summary, causing times to be shown as negative values. (🐞 @codybutz, 🔨@KtorZ)

  • Fixed parsing of the constitution ledger query which now resolves properly. (🔨 @KtorZ)

Removed

  • N/A

Tested with

  • cardano-node == 8.9.2 (Mainnet, Preprod, Preview)
  • cardano-node == 8.10.1-pre (SanchoNet)

Docker image(s )

Details

v6.2.0...v6.3.0

Don't miss a new ogmios release

NewReleases is sending notifications on new releases.