Skip to content
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: allow multiple sft mints for the same token per transaction #279

Merged
merged 3 commits into from
Oct 21, 2024

Conversation

rafaelcr
Copy link
Collaborator

@rafaelcr rafaelcr commented Oct 21, 2024

Allows multiple SFT mints per tx for the same token. Fixes the error:

ON CONFLICT DO UPDATE command cannot affect row a second time

Copy link

github-actions bot commented Oct 21, 2024

Vercel deployment URL: https://token-metadata-3s1di2c9m-hirosystems.vercel.app 🚀

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

Attention: Patch coverage is 9.09091% with 10 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/pg/chainhook/chainhook-pg-store.ts 9.09% 10 Missing ⚠️

📢 Thoughts on this report? Let us know!

@rafaelcr rafaelcr merged commit 9b28880 into beta Oct 21, 2024
8 of 9 checks passed
@rafaelcr rafaelcr deleted the fix/sft-multiple branch October 21, 2024 19:16
blockstack-devops pushed a commit that referenced this pull request Oct 21, 2024
## [1.1.5-beta.2](v1.1.5-beta.1...v1.1.5-beta.2) (2024-10-21)

### Bug Fixes

* allow multiple sft mints for the same token per transaction ([#279](#279)) ([9b28880](9b28880))
@blockstack-devops
Copy link

🎉 This PR is included in version 1.1.5-beta.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

blockstack-devops pushed a commit that referenced this pull request Dec 16, 2024
## [1.1.5](v1.1.4...v1.1.5) (2024-12-16)

### Bug Fixes

* allow multiple sft mints for the same token per transaction ([#279](#279)) ([9b28880](9b28880))
* process nft and sft mints in batches ([#271](#271)) ([c98f0cd](c98f0cd))
* upgrade to new chainhook ts client ([#280](#280)) ([b67dc8c](b67dc8c))
@blockstack-devops
Copy link

🎉 This PR is included in version 1.1.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants