cardano-db-sync
cardano-db-sync copied to clipboard
A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
# Description Resolves #1523 # Checklist - [x] Commit sequence broadly makes sense - [x] Commits have useful messages - [x] Code is formatted with [`fourmolu`](https://github.com/fourmolu/fourmolu) on version 0.10.1.0 (which...
### OS Your OS: Docker image based on `amd64/ubuntu:22.04` ### Versions The `db-sync` version (eg `cardano-db-sync --version`): 13.1.0.0 PostgreSQL version: 12.× ### Build/Install Method The method you use to build...
**OS** Your OS:Linux **Versions** The `db-sync` version (eg `cardano-db-sync --version`):cardano-db-sync 13.1.0.0 - linux-x86_64 - ghc-8.10 PostgreSQL version:psql (PostgreSQL) 15.2 (Ubuntu 15.2-1.pgdg18.04+1) **Build/Install Method** The method you use to build or...
In db-sync we try to use the same CHaP (and other) dependencies as the node. By doing so, we make sure there are no discrepancies between node and db-sync and...
- [x] So far we've tried to split imports based on the package they come from. This has caused the import list to be chaotic, it makes it hard to...
**Run method** PGPASSFILE=config/pgpass-mainnet cabal run cardano-db-sync -- \ --config config/mainnet-config.yaml \ --socket-path ../cardano-node/state-node-mainnet/node.socket \ --state-dir ledger-state/mainnet \ --schema-dir schema/ **Problem Report** Warning: Requested index-state 2023-07-27T01:34:31Z is newer than 'hackage.haskell.org'! Falling...
# Description Add a query in the Interesting SQL Queries markdown document that retrieves a given stake pool's delegation history. # Checklist - [ ] Commit sequence broadly makes sense...
**OS** Debian GNU/Linux 11 (bullseye) **Versions** The `db-sync` version (`cardano-db-sync --version`): cardano-db-sync 13.1.1.1 - linux-x86_64 - ghc-8.10 git revision ec5b22b4364cca9a866b20de3564c27f2c751969 PostgreSQL version: psql (PostgreSQL) 14.8 (Debian 14.8-1.pgdg110+1) Cardano-Node: 1.35.5 **Build/Install...
**OS** Your OS: **Versions** The `db-sync` version: 13.1.1.2 PostgreSQL version: 15.3 **Build/Install Method** inputoutput/cardano-db-sync:13.1.1.2-docker **Run method** Docker **Additional context** Snapshot: 13.1/db-sync-snapshot-schema-13.1-block-8883740-x86_64.tgz ``` cardano-db-sync: image: inputoutput/cardano-db-sync:13.1.1.2-docker environment: - NETWORK=${NETWORK:-mainnet} - POSTGRES_HOST=postgres...
When staring docker containers on windows 11 inputoutput/cardano-node:8.1.1 and inputoutput/cardano-db-sync:13.1.1.2-docker ``` [db-sync-node:Info:6] [2023-06-19 19:43:06.50 UTC] All migrations were executed [db-sync-node:Info:6] [2023-06-19 19:43:06.50 UTC] New user indexes were not created. They...