-
Notifications
You must be signed in to change notification settings - Fork 56
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
feat: add latest synced block data #721
Conversation
🦋 Changeset detectedLatest commit: 80e6944 The changes in this PR will be included in the next version bump. This PR includes changesets to release 12 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
5 Skipped Deployments
|
📦 Next.js Bundle Analysis for @blobscan/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #721 +/- ##
=======================================
Coverage 88.81% 88.81%
=======================================
Files 163 163
Lines 11073 11094 +21
Branches 1208 1208
=======================================
+ Hits 9834 9853 +19
- Misses 1239 1241 +2 ☔ View full report in Codecov by Sentry. |
…r fetching blockchain sync state
* feat(db): add last synced block slot and root fields * feat(api): expose last upper synced block root and slot fields * chore: add changeset * test: uncomment env var * test(api): add tests * fix(api): validate slot, block number, and block root when updating or fetching blockchain sync state
Checklist
Description
It updates the
BlockchainSyncState
model by keeping track of the last synced block root and slot.This PR is related to following indexer PR
Motivation and Context (Optional)
Related Issue (Optional)
Screenshots (if appropriate):