-
Notifications
You must be signed in to change notification settings - Fork 118
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: update client code, fix mempool fee return type #1797
Conversation
Vercel deployment URL: https://stacks-blockchain-ic8a48wgu-blockstack.vercel.app 🚀 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## beta #1797 +/- ##
=======================================
Coverage 76.34% 76.34%
=======================================
Files 79 79
Lines 11047 11047
Branches 2471 2471
=======================================
Hits 8434 8434
Misses 2487 2487
Partials 126 126 ☔ View full report in Codecov by Sentry. |
## [7.4.0-beta.2](v7.4.0-beta.1...v7.4.0-beta.2) (2024-01-04) ### Bug Fixes * update client code, fix mempool fee return type ([#1797](#1797)) ([9853e29](9853e29))
🎉 This PR is included in version 7.4.0-beta.2 🎉 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 📦🚀 |
No description provided.