From 0f8bea6854c39aee95773bb9361ec3c2f47b7fda Mon Sep 17 00:00:00 2001 From: Martin Kourim Date: Fri, 21 Aug 2026 11:45:08 +0200 Subject: [PATCH] feat: update fixed versions and comments in issues.py - Updated `fixed_in` version for issue 1261 from `11.1.0` to `11.1.1`. - Added clarification to the comment regarding the fix for issue 1261. - Added `fixed_in` version for issue 4566 with a note on future updates. --- cardano_node_tests/tests/issues.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cardano_node_tests/tests/issues.py b/cardano_node_tests/tests/issues.py index c75ee1077..1441cb799 100644 --- a/cardano_node_tests/tests/issues.py +++ b/cardano_node_tests/tests/issues.py @@ -14,7 +14,9 @@ api_1261 = blockers.GH( issue=1261, repo="IntersectMBO/cardano-api", - fixed_in="11.1.0", # The fix (cardano-api >= 11.4.0.0) is bundled with the node 11.1.0 release + # The fix (cardano-api >= 11.4.0.0) is bundled with the node 11.1.0 release, but + # 'leios-prototype' claims it is 11.1.0.164, but doesn't have the fix included. + fixed_in="11.1.1", message="`transaction build` does not validate min UTxO for the collateral return output.", ) @@ -200,6 +202,7 @@ ledger_4566 = blockers.GH( issue=4566, repo="IntersectMBO/cardano-ledger", + fixed_in="11.2.0", # Unknown yet, will be fixed/changed sometime in the future message="Repeated certificates stripped from Conway transaction.", ) ledger_4772 = blockers.GH(