hypercerts-org / hypercerts-indexer

Indexing service for hypercerts metadata
2 stars 0 forks source link

chainsauce indexing #174

Closed bitbeckers closed 1 month ago

bitbeckers commented 1 month ago

This PR fixes the caching layer of the event indexing process by implementing our fork of chainsauce.

Event, block, transaction calls will be stored in a local postgres instance to speed up indexing.

github-actions[bot] commented 1 month ago

Coverage Report

Status Category Percentage Covered / Total
🔴 Lines 1.13% (🎯 55%) 74 / 6523
🔴 Statements 1.13% (🎯 55%) 74 / 6523
🔴 Functions 1.78% (🎯 55%) 1 / 56
🔴 Branches 5.17% (🎯 55%) 3 / 58
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/fetching/fetchMetadataFromUri.ts 0% 0% 0% 0% 1-72
src/parsing/valueTransferEvent.ts 0% 0% 0% 0% 1-49
src/storage/storeValueTransfer.ts 0% 0% 0% 0% 1-167
src/utils/constants.ts 100% 100% 100% 100%
src/utils/fetchFromHttpsOrIpfs.ts 0% 0% 0% 0% 1-32
src/utils/fetching.ts 0% 0% 0% 0% 1-87
Generated in workflow #129