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

Implement tasks for pool delegations #152

Open gostkin opened 1 year ago

gostkin commented 1 year ago

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 certificates and store the information there. Deregistration might be e.g. a flag

Task 2: Staking key registration / deregistration / delegation