-
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: calculate transfer type correctly upon reveal #326
Conversation
Vercel deployment URL: https://ordinals-5bv7efokr-blockstack.vercel.app 🚀 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## beta #326 +/- ##
==========================================
- Coverage 96.49% 96.41% -0.09%
==========================================
Files 65 65
Lines 6369 6382 +13
Branches 413 415 +2
==========================================
+ Hits 6146 6153 +7
- Misses 221 227 +6
Partials 2 2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @rafaelcr!
## [3.0.2-beta.4](v3.0.2-beta.3...v3.0.2-beta.4) (2024-03-08) ### Bug Fixes * calculate transfer type correctly upon reveal ([#326](#326)) ([6c4c54b](6c4c54b))
🎉 This PR is included in version 3.0.2-beta.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [3.1.0](v3.0.1...v3.1.0) (2024-04-23) ### Features * support self minted 5-byte wide BRC-20 tokens ([#338](#338)) ([60f46d3](60f46d3)) ### Bug Fixes * calculate transfer type correctly upon reveal ([#326](#326)) ([6c4c54b](6c4c54b)) * check only the first blessed inscription in next block on gap detection ([#325](#325)) ([9cad6c1](9cad6c1)) * filter correct content types for brc20 ([#323](#323)) ([4d52b48](4d52b48)) * ignore spent as fee on gap check ([#328](#328)) ([a1277cf](a1277cf)) * remove gap detection ([#330](#330)) ([040ee04](040ee04)) * use brc20_total_balances table when inserting new transfer ([#321](#321)) ([925fb0e](925fb0e))
🎉 This PR is included in version 3.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [3.0.2-beta.4](hirosystems/ordinals-api@v3.0.2-beta.3...v3.0.2-beta.4) (2024-03-08) ### Bug Fixes * calculate transfer type correctly upon reveal ([#326](hirosystems/ordinals-api#326)) ([6c4c54b](hirosystems/ordinals-api@6c4c54b))
## [3.1.0](hirosystems/ordinals-api@v3.0.1...v3.1.0) (2024-04-23) ### Features * support self minted 5-byte wide BRC-20 tokens ([#338](hirosystems/ordinals-api#338)) ([60f46d3](hirosystems/ordinals-api@60f46d3)) ### Bug Fixes * calculate transfer type correctly upon reveal ([#326](hirosystems/ordinals-api#326)) ([6c4c54b](hirosystems/ordinals-api@6c4c54b)) * check only the first blessed inscription in next block on gap detection ([#325](hirosystems/ordinals-api#325)) ([9cad6c1](hirosystems/ordinals-api@9cad6c1)) * filter correct content types for brc20 ([#323](hirosystems/ordinals-api#323)) ([4d52b48](hirosystems/ordinals-api@4d52b48)) * ignore spent as fee on gap check ([#328](hirosystems/ordinals-api#328)) ([a1277cf](hirosystems/ordinals-api@a1277cf)) * remove gap detection ([#330](hirosystems/ordinals-api#330)) ([040ee04](hirosystems/ordinals-api@040ee04)) * use brc20_total_balances table when inserting new transfer ([#321](hirosystems/ordinals-api#321)) ([925fb0e](hirosystems/ordinals-api@925fb0e))
No description provided.