dcSpark / carp

A modular indexer for Cardano with an SQL Postgres backend (an alternative to the well known cardano-db-sync)
MIT License
105 stars 22 forks source link

index utxos by asset #168

Closed ecioppettini closed 10 months ago

ecioppettini commented 10 months ago

This adds a new task that indexes utxos by asset, and an endpoint that allows to stream this in order to replicate these utxo entries. The goal is to use this for https://github.com/PaimaStudios/paima-engine/issues/264

This also fixes the cip14 fingerprint row for assets, since it's currently using the wrong hash function.