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

This is just an example to help people learn how to use Carp. No need to ever merge this

enhancement

Docs webpage didn't automatically detect the browser's preferred color scheme. It always appeared in light mode by default, even if the browser was set to dark. Added this setting to...

This is another change we want users to be able to specify in their config. Currently we pass `since: None` to Oura, but this should be configurable. The solution for...

enhancement

I tried to fix the merge conflicts in https://github.com/dcSpark/carp/pull/91 by pushing to Mitch's upstream repo. It seems Github introduced a new feature that automatically closes PRs based off certain conditions...

enhancement

If the user removes the block task(s) from their indexer, then Carp will end up restarting the sync from scratch every time since it won't know which block to start...

task
indexer

Currently the metadata task saves all metadata entries. This is overkill for cases where users simply want to synchronize CIP25 labels. We should allow some way for users to specify...

enhancement
good first issue
help wanted
task

First of all, thank you for building Carp! Already it feels a lot more stable than db-sync. I'm looking forward to using it for my upcoming project on Cardano. Since...

question

Working on https://github.com/dcSpark/carp/issues/41 TODO: - [] Read default.toml execution plan as previously - [] Read file given as parameter - [] Fetch execution plan from IPFS - [] Set behaviour...

Lots of people want an indexer capable of mapping datum hash to datum. We should be able to create a task for this and then expose it in the server/client...

enhancement
good first issue
help wanted
task

Right now we only have integration tests. These tests are fine, but require a fully synced instance of the node so it's hard to use as a ci test or...

enhancement
help wanted
task