Skip to content

Conversation

@Jipperism
Copy link
Collaborator

No description provided.

- Created a migration to drop the unique constraint on the sales transaction_hash. This was previously causing errors as since the introduction of batch sales through safe, multiple TakerBid events can take place within the same transaction.
- Marked the update_sales_values script as deprecated, explaining that transaction_hash is no longer unique due to sales batching.
- Improved formatting of imports for better readability.
- Added a check to ensure orders are only logged and upserted if there are updates in storeTakerBid.
…dexing

refactor(update_sales_values): make batch sales indexable
@Jipperism Jipperism changed the title Develop Deploy to PROD Aug 5, 2025
@github-actions
Copy link

github-actions bot commented Aug 5, 2025

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 26.28% (🎯 26%) 1608 / 6117
🟢 Statements 26.28% (🎯 26%) 1608 / 6117
🟢 Functions 69.23% (🎯 69%) 36 / 52
🟢 Branches 73.71% (🎯 73%) 115 / 156
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
src/storage/storeTakerBid.ts 42.94% 100% 0% 42.94% 69-165
Generated in workflow #235 for commit 7087c90 by the Vitest Coverage Report Action

@Jipperism Jipperism merged commit db4d487 into main Aug 5, 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.

2 participants