Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track first transaction seen sequence #1699

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

NullSoldier
Copy link
Contributor

Summary

This will track the current sequence the transaction was first seen at. If we are uploading it in bulk, we use the chain head. If we are seeing it for the first time in the syncer then we use the current block the transaction added it on.

Testing Plan

Added tests

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes

This will track the current sequence the transaction was first seen at.
If we are uploading it in bulk, we use the chain head. If we are seeing
it for the first time in the syncer then we use the current block the
transaction added it on.
@NullSoldier NullSoldier merged commit 826bee1 into master Jan 11, 2024
2 checks passed
@NullSoldier NullSoldier deleted the jason/track-sequence branch January 11, 2024 18:45
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