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

DBSync maintains the exact same ledger state as the node, in order to recompute rewards, stake distribution etc. However db-sync doesn't need to fully validate each block. A possible memory...

enhancement

**Versions** The `db-sync` version (eg `cardano-db-sync --version`): 13.2.0.1 PostgreSQL version: 16.2 **Build/Install Method** The method you use to build or install `cardano-db-sync`: Release binaries **Run method** The method you used...

bug

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

bug

Fields `tx.script_size` and `script.serialised_size` are redundant, since their values can be derived by the length of the `script.bytes`. If there is no significant reason to keep them, they should be...

enhancement
needs user input

# Description Make it build with ghc-9.8 # Checklist - [ ] Commit sequence broadly makes sense - [ ] Commits have useful messages - [ ] New tests are...

Release 13.2.0.1. When an epoch misses too many blocks, `epoch_stake` entries may be missing. This happens in particular in preprod epochs 13-28

bug

The Conway genesis file frequently changes in backwards-incompatible ways, causing errors like this: ``` cardano-db-sync: Error SNErrConwayConfig: Failed reading Conway genesis file "/configs/conway-genesis.json": "There was an error parsing the genesis...

# Description Adds a new optional configuration flag `enable_conway`, which defaults to true. This should allow us to ignore frequently changing conway genesis in mainnet configs # Checklist - [...

Any ideas why this errors occur its runnign with postgres:11.18-alpine? Upgrade from 13.1.1.3 to 13.2.0.1 ERROR: ALTER TYPE ... ADD cannot run inside a transaction block Running : migration-1-0000-20190730.sql init...

bug

# Description Fixes https://github.com/input-output-hk/cardano-db-sync/issues/1333 # Checklist - [ ] Commit sequence broadly makes sense - [ ] Commits have useful messages - [ ] New tests are added if needed...