Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion cardano_node_tests/tests/issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)

Expand Down Expand Up @@ -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(
Expand Down
Loading