Sean Gillespie

Results 94 comments of Sean Gillespie

How are you launching `cardano-db-sync` in this case? Are you using Nix or NixOS?

> i am using cabal Still using the command in the original post?

It's caused by this line in the configuration: https://github.com/input-output-hk/cardano-db-sync/blob/master/config/mainnet-config.yaml#L15C1-L15C76, which is most likely wrong. This is a problem that needs to be fixed. In the meantime, you can edit that...

This does not seem to be a problem in the latest [release of db-sync](https://github.com/input-output-hk/cardano-db-sync/releases/tag/13.1.1.3)

> Column 'json' in table 'metadata' was recorded as null, due to a Unicode NUL character found when trying to parse the json. This is definitely more clear, but I...

> > This is definitely more clear, but I wonder if it's a little too verbose > > how about > > `The 'json' column in 'metadata' became null due...

The schema looks to be hardcoded. I would support making this configurable

> Tests that were not transferable because the underlying mechanism has changed: The only tests that weren't transferred to Conway were in the "rewards" suite: * rewardsDeregistration * rewardsReregistration *...

This is consistent with how we represent all Lovelace. Are you requesting we use bigint anywhere we represent lovelace?

> I propose to import Ouroboros.Consensus.Protocol.Praos.Translate directly where its required thus making a code more explicit and easier to reason about. I tend to agree. Chasing down orphan instances can...