Skip to content

Commit 0873adb

Browse files
authored
Merge pull request #3182 from IntersectMBO/fix_issue_node_versions
fix(issues): update fixed_in versions for api_484 and api_829
2 parents 2bb9d65 + d12d90a commit 0873adb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cardano_node_tests/tests/issues.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
api_484 = blockers.GH(
99
issue=484,
1010
repo="IntersectMBO/cardano-api",
11-
fixed_in="8.11.0", # Unknown yet, will be fixed/changed sometime in the future
11+
fixed_in="10.7.0", # Unknown yet, will be fixed/changed sometime in the future
1212
message="Repeated certificates stripped from Conway transaction.",
1313
)
1414
api_829 = blockers.GH(
1515
issue=829,
1616
repo="IntersectMBO/cardano-api",
17-
fixed_in="10.8.0.1", # Unknown yet, will be fixed/changed sometime in the future
17+
fixed_in="10.5.0.0",
1818
message="Wrong autobalancing when there's no change.",
1919
)
2020

0 commit comments

Comments
 (0)