hypercerts-org / hypercerts-indexer

Indexing service for hypercerts metadata
2 stars 0 forks source link

fix(cache): chainsauce 1.0.24 with updated index declaration #178

Closed bitbeckers closed 1 month ago

bitbeckers commented 1 month ago

Uses @hypercerts-org/chainsauce 1.0.24 with removes parameters from the index. Indexing on OP resulted in 1000s of index row size 3968 exceeds btree version 4 maximum 2704 for index "idx_events" errors. The index table used parameters, which is a json dump. This update removes the params column from the index.

github-actions[bot] commented 1 month ago

Coverage Report

Status Category Percentage Covered / Total
🔴 Lines 1.13% (🎯 55%) 74 / 6506
🔴 Statements 1.13% (🎯 55%) 74 / 6506
🔴 Functions 1.78% (🎯 55%) 1 / 56
🔴 Branches 5.17% (🎯 55%) 3 / 58
File CoverageNo changed files found.
Generated in workflow #133