-
Notifications
You must be signed in to change notification settings - Fork 121
fix: optimize mempool transaction reads and writes #1792
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
Conversation
* fix: change mempool_digest into a table * fix: change digest to be last updated timestamp * fix: build * fix: update count on reconcile * test: mempool renconcile
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## beta #1792 +/- ##
==========================================
- Coverage 76.29% 76.25% -0.04%
==========================================
Files 78 78
Lines 11018 11005 -13
Branches 2466 2465 -1
==========================================
- Hits 8406 8392 -14
Misses 2487 2487
- Partials 125 126 +1 ☔ View full report in Codecov by Sentry. |
|
Vercel deployment URL: https://stacks-blockchain-e562dc8q0-blockstack.vercel.app 🚀 |
|
🎉 This PR is included in version 7.4.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [7.4.0](v7.3.6...v7.4.0) (2024-01-04) ### Features * add `/extended/v2/mempool/fees` endpoint ([#1795](#1795)) ([ea9c378](ea9c378)) ### Bug Fixes * convert `chain_tip` materialized view into a table ([#1789](#1789)) ([0211932](0211932)), closes [#1751](#1751) * optimize mempool transaction reads and writes ([#1781](#1781)) ([#1792](#1792)) ([2700642](2700642)) * release pino logger and mempool nonces ([16d3593](16d3593)) * update client code, fix mempool fee return type ([#1797](#1797)) ([9853e29](9853e29))
|
🎉 This PR is included in version 7.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Cherry pick from
nakamoto