Skip to content

Conversation

@Jipperism
Copy link
Collaborator

No description provided.

- Introduced a new `log_index` field in the TakerBid schema to track event logs.
- Updated the `parseTakerBidEvent` function to utilize the new `log_index` and simplified claim ID retrieval.
- Refactored currency amount calculation to sum fee amounts directly from the bid parameters.
- Added a migration to the sales table to accommodate the new `log_index` column with a unique constraint on transaction hash and log index.
…les table

- Added a new script to fetch sales with null log indices and update them based on transaction receipts.
- Integrated Supabase client to interact with the sales table and ensure log indices are populated.
- Created a migration to enforce non-null constraints on the log_index column in the sales table.
…dexing-hypercert-ids

Bugfix/safe batch sale indexing hypercert ids
@github-actions
Copy link

github-actions bot commented Aug 6, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 25.89% (🎯 25%) 1577 / 6090
🟢 Statements 25.89% (🎯 25%) 1577 / 6090
🟢 Functions 69.23% (🎯 69%) 36 / 52
🟢 Branches 71.72% (🎯 70%) 104 / 145
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/parsing/parseTakerBidEvent.ts 97.68% 92.3% 100% 97.68% 124-127
src/storage/storeTakerBid.ts 43.27% 100% 0% 43.27% 70-166
Generated in workflow #241 for commit e279c77 by the Vitest Coverage Report Action

@Jipperism Jipperism merged commit 40df15f into main Aug 6, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant