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

# Description This PR fixes #1600 adding more whitelists to the configs The most complex whitelist was the Shelley Stake Address as it stored in the table `stake_address`. The functionality...

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

bug

Tried to restore 13.2 snapshot from https://update-cardano-mainnet.iohk.io/cardano-db-sync/index.html#13.2/ The dump is for PostgreSQL 14, but the docker image has PostgreSQL 11.21 OS Ubuntu 20.04 Versions cardano-db-sync version: 13.2.0.2 PostgreSQL version: 14...

bug

# Description Add contact info to the README * Matrix channel link * GitHub issues # Checklist - [x] Commit sequence broadly makes sense - [x] Commits have useful messages...

# Description Fixes #1599. The bulk of this work is done in the `HasNewEpochState` typeclass, which allows us to update the ledger state in `ExtLedgerState`. # Checklist - [x] Commit...

Hi, I would like to propose additional improvements/additions to the db sync project, which would help to improve speed of [RYO](https://github.com/blockfrost/blockfrost-backend-ryo) in the future. A separate `--blockfrost` switch (or more,...

bug

It's one epoch before it's actually retired. This should be fixed and the rollback should be adjusted.

bug

For 2 types of proposals, treasury withdrawals and info, the field `gov_action_proposal.enacted_epoch` remains null always. This happens because of a recent change in ledger, where these 2 types of gov...

bug

# Description This fixes #1588 Replacing jsonb types in the database with text. This is to improve insertion speeds/performance. As part of regression there is a new flag added to...

Following an internal discussion on memory usage of cardano-db-sync the conversation lead to interesting insights into possible future solutions regarding UTxO. --- In theory we can reuse postgres as an...

enhancement