Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* mina funnel: wip * wip * add actions fetching * cleanup some lints * split actions and events into 2 cdes * add after/cursor argument to the queries * remove some debugging logs * rename cardano cursors table to generic cursor based pagination this way it can be re-used also for mina or any other system, since there is no fundamental difference * add paginationLimit setting * dehardcode slot duration * replace the node's graphql api with direct db queries * replace the archive's graphql with direct db queries * add limit to the query * add loop to wait for finality * remove debugging logs * minor refactors * remove unused fields from query * handle edge case for the cde generic handler * fix upper range querying extra data * find confirmed timestamp directly instead of getting the slot first * rename the common paginated handling cde function * small refactor in funnel cursors filtering * rework the timestamp to block mapping to not use slots * replace startSlot for startBlockHeight in the extensions * add timestamp checkpointing event * genesisTime field is not used anymore * fix missing cache update of the lower bound * allow overriding archive's confirmation parameters * migrated from postgres to pg * remove debugging logs * cleanup
- Loading branch information