IntersectMBO / cardano-db-sync

A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using `cardano-db-sync --rollback-to-slot` after `consumed-tx-out` is bugged

kderme opened this issue · comments

Using cardano-db-sync --rollback-to-slot after consumed-tx-out is bugged, since it only deletes blocks, without undoing the consumed_by_tx_in_id update. We should either fix it if possible or fail with a message.