Note
The macOS pre-compiled executable & the Homebrew formula update will be provided shortly.
Added
-
Preliminary support for the Dijkstra era and PlutusV4. The Dijkstra era is not officially available, so expect (breaking) changes in the schema moving forward; though a best effort will be done to avoid any important breaking changes.
-
Missing
plutusCostModelsandminFeeReferenceScriptsproperties from Conway's genesis object.
Changed
-
Dependencies and compatibility to
cardano-node==11.0.1. -
Ogmios not returning a success error code when interrupted by the user (e.g. CTRL+C / SIGINT).
-
When evaluating transactions, additional utxos provided manually are now preferred over those automatically resolved (allowing to override more easily existing utxos for testing).
-
The
treasuryfield on transaction was sometimes ommitted when it should've been present; this is now fixed. -
⚠️ BREAKING-CHANGE ⚠️: on
ProtocolParametersandProposedProtocolParameters, the fieldmaxReferenceScriptsSizehas been renamed tomaxReferenceScriptsSizePerTransactionto disambiguate it frommaxReferenceScriptsSizePerBlock. -
⚠️ BREAKING-CHANGE ⚠️: transaction object now omits the
validityIntervalandoutputsfields when they're empty. -
⚠️ BREAKING-CHANGE ⚠️: Byron bootstrap witness encoding has changed from a single 64-bytes key payload to a combo key + chain-code.
Removed
- ⚠️ BREAKING-CHANGE ⚠️: transaction submission and evaluation no longer include
shelley,allegraandmaryparsing hints on errors. Onlyalonzoonwards is included.
Tested with
- cardano-node
== 11.0.1(Mainnet, Preprod, Preview)
Docker image(s)
Standalone
With cardano-node
- Mainnet cardanosolutions/cardano-node-ogmios:v7.0.0_11.0.1-mainnet
- Preprod cardanosolutions/cardano-node-ogmios:v7.0.0_11.0.1-preprod
- Preview cardanosolutions/cardano-node-ogmios:v7.0.0_11.0.1-preview
