cardano-db-sync
cardano-db-sync copied to clipboard
A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
It currently doesn't. This table contains the SPO voting power.
**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...
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....
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...
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...
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...
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...
**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...
Probably we need to add a new table that references outputs that should be considered consumed.
It's wiser to split these 2 in different postgres transactions. We haven't verified that this is indeed an issue.