cardano-db-sync
cardano-db-sync copied to clipboard
A component that follows the Cardano chain and stores blocks and transactions in PostgreSQL
Even though db-sync already supports different insert options, most of them operate on the same db schema. The only case where this is not true is the `consumed-tx-out` flag, which...
The ledger incrementaly computes the rewards and make them available through the Reward event. DBSync extracts these events and stores them (one small batch per block) in the db. It...
# Description Adding a new `AddressDetail` table for `TxOut` this functionality lives behind a config flag `use_address_table`. This fixes #1333 + #1697 Also restructured the `Db` directory as it wasn't...
# Description Add your description here, if it fixes a particular issue please provide a [link](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword=) to the issue. # Checklist - [x] Commit sequence broadly makes sense - [...
**OS** Your OS: ``` Operating System: Ubuntu 24.04 LTS Kernel: Linux 6.8.0-40-generic Architecture: x86-64 (hostnamectl) ``` **Versions** The `db-sync` version (eg `cardano-db-sync --version`): `Docker image: ghcr.io/intersectmbo/cardano-db-sync:13.4.0.1` PostgreSQL version: `16.1-bullseye` **Build/Install...
**Problem Report** To understand db-sync better and get devs working faster it would be great to increase the amount of 'useful queries'. Maybe taking TapTools as a good base. It...
This is essentially needed for testing the db-sync snapshots works properly with the new versions of the db-sync and avoid any issues during the mainnet upgrades during hardforks.
**OS** Fedora 40 **Versions** The `db-sync` version (eg `cardano-db-sync --version`): 13.4.0.0 PostgreSQL version: 14.9 **Build/Install Method** The method you use to build or install `cardano-db-sync`: nix **Run method** The method...
After the HF we no longer need to support older versions, since all users are forced to upgrade to >= 13.4.0.0. This means we can clean up a lot of...
Table `off_chain_vote_fetch_error` has the following error `Error Offchain Voting Anchor: JSON decode error from when fetching metadata from Just https://ipfs.io/ipfs/QmVc6RwPSRtEPbLSZPbRQX65RyfB4y9ar2kwU5Ku97McVr resulted in : "Error in $.body.image: parsing Cardano.DbSync.OffChain.Vote.Types.Image(Image) failed, key...