Added
-
Integrated with
cardano-node==8.10.1-pre
. (🔨 @klarkc, 🔨 @KtorZ) -
A new ledger state query
queryLedgerState/constitutionalCommittee
. (🔨 @KtorZ) -
A new transaction submission error: ConflictingInputsAndReferences (
code=3164
). (🔨 @KtorZ) -
The server now reports (log) unexpected failures happening during protocol execution instead of only replying to clients with an error. See #383. (💡 @klarkc, 🔨 @KtorZ).
Changed
Warning
- BREAKING-CHANGE: Adjusted the schema of constitutional committee certificates in order to harmonize responses between certificates and the new
constitutionalCommittee
ledger query.
before | after |
---|---|
{ "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 )
- (standalone) cardanosolutions/ogmios:v6.3.0
- (with cardano-node) cardanosolutions/cardano-node-ogmios:v6.3.0_8.10.1-pre-mainnet