cardano-db-sync icon indicating copy to clipboard operation
cardano-db-sync copied to clipboard

A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL

Results 227 cardano-db-sync issues
Sort by recently updated
recently updated
newest added

It currently doesn't. This table contains the SPO voting power.

conway

**Versions** The db-sync version: `v13.2.0.2` PostgreSQL version: `v14.10-alpine` **Build/Install Method** The method you use to build or install cardano-db-sync: Docker **Run method** The method you used to run cardano-db-sync (eg...

bug

tag: `sancho-5.1.0` Comment from @kderme > We should fill these fields. We initially wanted to leave is_valid open for update by clients, in case govtools wanted to do additional checks....

bug
enhancement

There has been reports coming out that if you start `db-sync` prior to `cardano-node` with not enough of a wait `db-sync` will hang and never start syncing. First step will...

bug

It was reported that: > I have not run a db-sync instance for a number of months (lack of disk space). I am trying to set one up now. I...

bug

Most of the work in db-sync is done sequentially. We could increase its parallelism by doing queries on a separate thread, that has a second connection to the db. For...

enhancement

This executable can be used to fetch local or files over a link and parse them as voting or pool metadata. It can be used to see how db-sync treats...

enhancement

**OS** Your OS: Docker **Versions** The `db-sync` version (eg `cardano-db-sync --version`): PostgreSQL version: N/A **Build/Install Method** The method you use to build or install `cardano-db-sync`: Docker **Run method** The method...

bug

Probably we need to add a new table that references outputs that should be considered consumed.

bug

It's wiser to split these 2 in different postgres transactions. We haven't verified that this is indeed an issue.

bug