Added
-
Transaction evaluation now automatically UTxO available from processing the mempool. This allows for chaining smart-contract transactions without the need to track the UTxO state on from the client's side. Ogmios now internally maintains a view of the node's mempool and ensure a consistent access to it when evaluating transaction. See also #375.
-
More log traces around transaction evaluation and submission.
Changed
- Retry
HasTx
on false with id wrapped in different eras, to cope with the hard-fork combinator inability to compare transaction id across eras. See also #376.
Removed
- N/A
Tested with
- cardano-node
== 8.9.0
(Mainnet, Preprod, Preview, SanchoNet)
Docker image(s )
- (standalone) cardanosolutions/ogmios:v6.2.0
- (with cardano-node) cardanosolutions/cardano-node-ogmios:v6.2.0_8.9.0-mainnet