-
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: include token in address index on brc20_total_balances #299
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## beta #299 +/- ##
=======================================
Coverage 96.44% 96.45%
=======================================
Files 62 63 +1
Lines 6280 6294 +14
Branches 524 526 +2
=======================================
+ Hits 6057 6071 +14
Misses 221 221
Partials 2 2 ☔ View full report in Codecov by Sentry. |
Vercel deployment URL: https://ordinals-2aey9c0b1-blockstack.vercel.app 🚀 |
## [2.2.0-beta.2](v2.2.0-beta.1...v2.2.0-beta.2) (2024-02-02) ### Bug Fixes * include token in address index on brc20_total_balances ([#299](#299)) ([d8271eb](d8271eb))
🎉 This PR is included in version 2.2.0-beta.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [2.2.0](v2.1.1...v2.2.0) (2024-02-02) ### Features * support transfers by ordinal number instead of inscription id ([#296](#296)) ([b0c0ffd](b0c0ffd)) ### Bug Fixes * include token in address index on brc20_total_balances ([#299](#299)) ([d8271eb](d8271eb)) * offload ticker lookup from BRC-20 activity query ([#293](#293)) ([e70c222](e70c222))
🎉 This PR is included in version 2.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [2.2.0-beta.2](hirosystems/ordinals-api@v2.2.0-beta.1...v2.2.0-beta.2) (2024-02-02) ### Bug Fixes * include token in address index on brc20_total_balances ([#299](hirosystems/ordinals-api#299)) ([d8271eb](hirosystems/ordinals-api@d8271eb))
## [2.2.0](hirosystems/ordinals-api@v2.1.1...v2.2.0) (2024-02-02) ### Features * support transfers by ordinal number instead of inscription id ([#296](hirosystems/ordinals-api#296)) ([b0c0ffd](hirosystems/ordinals-api@b0c0ffd)) ### Bug Fixes * include token in address index on brc20_total_balances ([#299](hirosystems/ordinals-api#299)) ([d8271eb](hirosystems/ordinals-api@d8271eb)) * offload ticker lookup from BRC-20 activity query ([#293](hirosystems/ordinals-api#293)) ([e70c222](hirosystems/ordinals-api@e70c222))
Fixes #297