carp icon indicating copy to clipboard operation
carp copied to clipboard

A modular indexer for Cardano with an SQL Postgres backend (an alternative to the well known cardano-db-sync)

Results 57 carp issues
Sort by recently updated
recently updated
newest added

Redeemers are not part of the transaction body (hence not part of the `Transaction` table), but are required to know the full Plutus context of a transaction (therefore, would be...

enhancement

I am not able to start a fresh carp 3.0.1 instance in `preprod`. After applying all migrations, carp exits with the following error message: ``` Applying all pending migrations ......

Is there a way you guys can add a way to prune spent UTXO's? (Obviously after the 2160 required blocks to deal with rollbacks). I don't have need for spent...

start_block was getting ignored for cardano_node source? check for the config, otherwise use latest from db. Not tested with Oura as the source

Use foreign keys for asset and for previous utxo

`pgtyped` has been updated since we wrote Carp. The latest version fixes some bugs and also removes the need for `PGURI` (which was a patch we put in just for...

This happens sometimes: ``` 2023-11-27T22:27:26.995371Z DEBUG pull{from=BlockHeader { slot_nb: SlotNumber(24833344), hash: BlockId("779cd6edd5437f4c667df6a1731d86f4f465bdc93ae275681d0b394ec5bb9635") }}: carp::sources::cardano: block event received id=9d9b53d9b98ae746d2fc57916c5731b3eef8ce8fd64787d9e5e0e17788ae8263 2023-11-27T22:27:27.029804Z ERROR carp: Processing loop finished with error, stopping engine error=Error while...

I understand that payload data in Carp is stored in a format that can be parsed by CML, however I would love if there was an option to just store...

The goal is to be able to see who delegated the funds to which pool Task 1: Pool registration / retirement Make a collection for pool actions, parse the tx...

As there are no binaries in releases, just wonder how to install. Is docker the only available mode of installation?