1000101

Results 8 comments of 1000101

I've ran into the same issue. Mainly due to the fact that few servers I run use a service which changed in unstable (different module options/config) so now it won't...

Used this in `pg-promise` - was able to resolve this bug by removing `pgNative`: `const pgp = pgLib({ pgNative: true });` ->`const pgp = pgLib({});` ``` 2021-08-28T14:41:24: AssertionError [ERR_ASSERTION]: Must...

> I've managed to reproduce this with pg.Pool > The issue occured when I set the `connectionTimeoutMillis` to a too low number like 1000 and I initiated connection to the...

I'm probably a little late to the party, but this may also require a change in [validation utils](https://github.com/blockfrost/blockfrost-utils/blob/master/src/validation.ts#L7).

At the moment, it seems to be impeded by https://github.com/input-output-hk/cardano-db-sync/issues/688.

Finally fixed in https://github.com/IntersectMBO/cardano-db-sync/blob/13.2.0.1/cardano-db-sync/CHANGELOG.md?plain=1#L6

> Some initial thoughts on this: > > > address and payment_cred tables > > We've made some [work](https://github.com/IntersectMBO/cardano-db-sync/pull/1396) on this. It slowed down syncing speed, so we decided to...