Warning
This (pre-)release is the 5th release candidate of the new major version of Ogmios. In particular, anything related to the Conway era is to be considered unstable for the implementation of the Conway era in the ledger isn't yet finalized. The Conway era is supported by Ogmios but only available on networks that have forked into that era such as SanchoNet.
The rest of the API is considered stable, though small adjustments may arise from early integrations.
Added
- Integration with
cardano-ledger-conway==1.10.1.0
. It adds new elements to the Conway era:- A new transaction submission error:
InvalidOrMissingPreviousProposal
- A new (optional) field
anchor
toConstitutionalCommitteeRetirement
certificates.
- A new transaction submission error:
Changed
- (🐛 @mkazlauskas) The server now return an
internalError
when an unexpected error occurs in the communication between Ogmios and the node. Before, Ogmios would simply log an exception and no response would be sent back to client applications. Now, clients correctly receive an unsuccessful response with the sameid
as present in the request. See #346.
Removed
- N/A
Tested with
- cardano-node
== 8.1.2
(Mainnet, Preprod, Preview) - cardano-node
== 8.6.0-pre
(SanchoNet)