Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions cardano_node_tests/tests/issues.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,16 @@
fixed_in="13.7.0.3",
message="Swapped min_pool_cost / coins_per_utxo_size.",
)
dbsync_2150 = blockers.GH(
issue=2150,
repo="IntersectMBO/cardano-db-sync",
message="only_utxo preset (tx_out bootstrap) inserts 0 tx_out and crashes near tip.",
)
dbsync_2151 = blockers.GH(
issue=2151,
repo="IntersectMBO/cardano-db-sync",
message="only_utxo preset populates governance tables, contrary to the docs.",
)

ledger_3731 = blockers.GH(
issue=3731,
Expand Down
Loading
Loading