cardano-db-sync
cardano-db-sync copied to clipboard
A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
Docs: https://github.com/IntersectMBO/cardano-db-sync/pull/1644/files#diff-c2f1f64eeb5238c809d70b333d9987646e84982e0b133ffa4e0ca1ff86c78448 This description is a bit confusing: It presents Only UTxO preset config as equivalent to `multi_asset: false` and then later mentions : "When syncing is completed, it loads...
Should this config: ```json "insert_options": { "tx_out": { "value": "disabled", "force_tx_in": true }, }, ``` work with `disable` option and force data into `tx_in` table ? I think previously it...
A redeemer can have 6 types: `spend`, `mint`, `cert`, `reward`, `vote`, `propose`, which is depicted in the `redeemer.purpose` field. This field with the `redeemer.tx_id` and `redeemer.index`, identifies uniquely a redeemer...
I'm getting a `"/node-ipc/node.socket"` error, but unsure how to handle it. ``` [db-sync-node.Subscription:Notice:98] [2024-07-08 20:54:20.33 UTC] Identity Connection Attempt Start, destination LocalAddress "/node-ipc/node.socket" cardano-db-sync_1 | [db-sync-node.Subscription:Error:98] [2024-07-08 20:54:20.33 UTC] Identity...
# Description This should complete #1572. Adds the following tests: * protocol parameter change * hard fork initiation I've also attempted to make writing governance tests easier by factoring out...
**OS** NixOS 24.05.2411.706eef542dec (Uakari) **Versions** `sancho-5.1.0` (revision: https://github.com/IntersectMBO/cardano-db-sync/releases/tag/sancho-5.1.0 `7dd3f60bf12c1d2853baf44e267a8dc3cb52bccf`) **Problem Report** [The documentation for building the Docker image using Nix](https://github.com/IntersectMBO/cardano-db-sync/blob/master/doc/docker.md#build-and-load-image-using-nix) suggests the following commands: ```bash nix build .#dockerImage docker load...
**Network** - SanchoNet **Versions** - Cardano node - 9.0.0 - Db-sync - sancho-5.1.0 **Build/Install Method** The method you use to build or install `cardano-db-sync`: - docker image **Run method** The...
**OS** Your OS: NixOS **Versions** The `db-sync` version (eg `cardano-db-sync --version`): 13.2.0.2 PostgreSQL version: 15.7 **Build/Install Method** The method you use to build or install `cardano-db-sync`: Nix flakes **Run method**...
**OS** Your OS: All **Versions** The `db-sync` version (eg `cardano-db-sync --version`): PostgreSQL version: All **Build/Install Method** The method you use to build or install `cardano-db-sync`: All **Run method** The method...
## Description This is an investigation into the database queries being ran during syncing which is the slowest process in db-sync. Currently to sync from nothing to the tip of...