IntersectMBO / cardano-db-sync

A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
Apache License 2.0
292 stars 161 forks source link

`epoch_stake` missing entries in not dense epoch #1678

Open kderme opened 7 months ago

kderme commented 7 months ago

Release 13.2.0.1. When an epoch misses too many blocks, epoch_stake entries may be missing. This happens in particular in preprod epochs 13-28

kderme commented 1 month ago

The first part is done https://github.com/IntersectMBO/cardano-db-sync/pull/1796 and I'm assigning the rest to myself for the migration fix.