From 29c32844af88b41bc16a2d120dadfed423a1d815 Mon Sep 17 00:00:00 2001 From: KtorZ Date: Thu, 21 Mar 2024 12:58:28 +0100 Subject: [PATCH] Fill-in CHANGELOG for evaluation with mempool. --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7482ff71..4c10a0604 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ layout: changelog pre: "5. " --- +### [6.2.0] - UNRELEASED + +#### 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](https://github.com/CardanoSolutions/ogmios/issues/375). + +- More log traces around transaction evaluation and submission. + +#### Changed + +- N/A + +#### Removed + +- N/A + ### [6.1.0] - 2024-02-21 #### Added