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

**OS** NixOS **Versions** The `db-sync` version (eg `cardano-db-sync --version`): 13.2.0.1 PostgreSQL version: 15 **Build/Install Method** NixOS module **Run method** The method you used to run `cardano-db-sync` (eg Nix/Docker/systemd/none): NixOS module...

bug

Currently, if using a preset, you cannot also configure the ledger. This is because the preset overrides ALL other options. This means that, in following config, ``` "insert_options": { "preset":...

bug

We need to update the NixOS module following completion of #1576. In particular, * NixOS/Docker builds will no longer respect ledger options * Add options to the NixOS module (and...

bug

On release/tag, we run the following GitHub Workflows: * Push [Docker] Image to GHCR.io * Add Binary Distribution The problem with these is that we don't know if they are...

bug

# Description this fixes #1421 The logs were false in that not the whole row was drop, but instead if parsing failed with a Unicode Nul character the specific column...

Is there a way to make db-sync use another schema instead of 'public'? Say like passing a POSTGRES_SCHEMA env var with a different name? This is really needed to properly...

bug

Currently `cardano-node` config has optional check for genesis hash, would be nice if we could have dbsync function similarly (as we use multiple networks and thus - cater for multiple...

(This would originally have been raised with SMASH, but my hope is that repo can eventually be completely replaced 🙂 ) Would be nice to have potentially have configurable parameters...

The result of this ticket would be a report of how much time is spent in the different parts of db-sync. These include: - applying ledger rules - ledger snapshots...

enhancement
stale/completed issue

ledger recently extended its property based testing. They can generate txs chains for Babbage and for StandardCrypto. This means we can probably use them in db-sync. It would require grouping...

enhancement
product-backlog
stale/completed issue