IntersectMBO / cardano-db-sync

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

DB-Sync Incorrectly recording governance protocol parameters #1777

Closed Ryun1 closed 4 weeks ago

Ryun1 commented 1 month ago

Network

Versions

Build/Install Method The method you use to build or install cardano-db-sync:

Run method The method you used to run cardano-db-sync (eg Nix/Docker/systemd/none):

Additional context

Problem Report

kderme commented 1 month ago

Chances are you haven't used "EnableFutureGenesis" : true, in your DBSync config file which 5.1.0 still requires. Note that 13.3.0.0 release and future releases will have this true by default.

MSzalowski commented 1 month ago

Ok, I've checked and we don't have that flag in our config. We will check it once again after applying this and come back to you as soon as we have more details

MSzalowski commented 1 month ago

@kderme Providing config to the binary works as intended, but for the docker image it seems like providing any config takes no effect. We followed this docs of taking control over the db-sync configuration but without success - on the service some default config file was used in execution instead of the one that was passed.

kderme commented 4 weeks ago

With 13.4.0.0 it's now easier to provide the correct config with docker, so this can close.