cardano-db-sync
cardano-db-sync copied to clipboard
A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
**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...
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":...
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...
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...
# 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...
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...
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...