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

Fix timestamp handler for unfinalized zkEVM batches #9563

Merged
merged 3 commits into from Mar 10, 2024

Conversation

varasev
Copy link
Contributor

@varasev varasev commented Mar 6, 2024

Closes #9564.

Motivation

Indexer.Fetcher.PolygonZkevm.TransactionBatch module stopped working at the end of historical sync of the batches because of undefined timestamp for the latest unfinalized batches. This PR fixes it allowing to store nil in the timestamp column.

Checklist for your Pull Request (PR)

@vbaranov vbaranov force-pushed the va-polygon-zkevm-timestamp-fix branch from 6b856a2 to dbf9f31 Compare March 8, 2024 15:17
@vbaranov vbaranov merged commit 4fd62a7 into master Mar 10, 2024
51 checks passed
@vbaranov vbaranov deleted the va-polygon-zkevm-timestamp-fix branch March 10, 2024 08:11
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.

Fix timestamp handler for unfinalized zkEVM batches
2 participants