IntersectMBO / cardano-db-sync

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

epoch_param lacks an entry for the initial epoch #1740

Closed shlevy closed 3 months ago

shlevy commented 3 months ago
SELECT COUNT(*) FROM epoch_param WHERE epoch_no=0;                                                                                                                                                                                                                                          
# count                                                                                                                                                                                                                                                                                                  
#-------                                                                                                                                                                                                                                                                                                 
#     0
kderme commented 3 months ago

This was recently fixed https://github.com/IntersectMBO/cardano-db-sync/issues/1715, and released for sanchonet. Feel free to reopen if the issue perists