Skip to content

Conversation

@desfero
Copy link
Contributor

@desfero desfero commented Jan 5, 2026

No description provided.

@vercel
Copy link

vercel bot commented Jan 5, 2026

@desfero is attempting to deploy a commit to the joshaavecom's projects Team on Vercel.

A member of the Team first needs to authorize it.

.filter(|c| c.details.iter().any(|p| p.end_block.is_none()))
.count()
> 0
self.all_contracts().iter().any(|c| c.details.iter().any(|p| p.end_block.is_none()))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just nit, we don't need to loop through all values in the array

)
.await
.map_err(StartRindexerError::CouldNotStartIndexing)?;
if manifest.has_any_contracts_live_indexing() {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the issue that was affecting historical indexing when there was no relationship

   // we index all the historic data first before then applying FKs
   !relationships.is_empty(),

Now historical indexing duration log is always there which makes codebase more cohesive

@desfero desfero force-pushed the pawel/stream-indexer-state-change-events branch from c1d3317 to 98cc98e Compare January 5, 2026 16:43
Copy link
Owner

@joshstevens19 joshstevens19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changelog rest looks good!

@joshstevens19 joshstevens19 merged commit 8618ef9 into joshstevens19:master Jan 6, 2026
9 of 10 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