-
Notifications
You must be signed in to change notification settings - Fork 61
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: optimize block rollback logic for re-orgs #279
Conversation
Vercel deployment URL: https://ordinals-24j7ubuu9-blockstack.vercel.app 🚀 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## beta #279 +/- ##
==========================================
+ Coverage 95.31% 96.36% +1.04%
==========================================
Files 60 60
Lines 6169 6128 -41
Branches 561 554 -7
==========================================
+ Hits 5880 5905 +25
+ Misses 285 221 -64
+ Partials 4 2 -2 ☔ View full report in Codecov by Sentry. |
## [2.0.1-beta.4](v2.0.1-beta.3...v2.0.1-beta.4) (2023-12-05) ### Bug Fixes * optimize block rollback logic for re-orgs ([#279](#279)) ([293c323](293c323))
🎉 This PR is included in version 2.0.1-beta.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [2.0.1](v2.0.0...v2.0.1) (2023-12-05) ### Bug Fixes * add ENV to toggle inscription gap detection ([56ab283](56ab283)) * optimize block rollback logic for re-orgs ([#279](#279)) ([293c323](293c323)) * select only the first inscription id match ([106368e](106368e)) * upgrade chainhook client to v1.4.2 ([#277](#277)) ([67ba3d4](67ba3d4))
🎉 This PR is included in version 2.0.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [2.0.1-beta.4](hirosystems/ordinals-api@v2.0.1-beta.3...v2.0.1-beta.4) (2023-12-05) ### Bug Fixes * optimize block rollback logic for re-orgs ([#279](hirosystems/ordinals-api#279)) ([293c323](hirosystems/ordinals-api@293c323))
## [2.0.1](hirosystems/ordinals-api@v2.0.0...v2.0.1) (2023-12-05) ### Bug Fixes * add ENV to toggle inscription gap detection ([56ab283](hirosystems/ordinals-api@56ab283)) * optimize block rollback logic for re-orgs ([#279](hirosystems/ordinals-api#279)) ([293c323](hirosystems/ordinals-api@293c323)) * select only the first inscription id match ([106368e](hirosystems/ordinals-api@106368e)) * upgrade chainhook client to v1.4.2 ([#277](hirosystems/ordinals-api#277)) ([67ba3d4](hirosystems/ordinals-api@67ba3d4))
Also
chain_tip
to a table instead of materialized view