-
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: send 500 code if payload ingestion fails #114
Conversation
Vercel deployment URL: https://ordinals-4gbdi94j8-blockstack.vercel.app 🚀 |
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!
## [0.3.4-beta.2](v0.3.4-beta.1...v0.3.4-beta.2) (2023-06-28) ### Bug Fixes * send 500 code if payload ingestion fails ([#114](#114)) ([0a3fee2](0a3fee2))
🎉 This PR is included in version 0.3.4-beta.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [0.4.0](v0.3.3...v0.4.0) (2023-06-29) ### Features * api ingestion metrics on prometheus ([#113](#113)) ([10ec679](10ec679)) ### Bug Fixes * allow nullable and tagged curse types ([#111](#111)) ([641a627](641a627)) * check for prod correctly when refreshing materialized views ([#112](#112)) ([4518043](4518043)) * send 500 code if payload ingestion fails ([#114](#114)) ([0a3fee2](0a3fee2))
🎉 This PR is included in version 0.4.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
## [0.3.4-beta.2](hirosystems/ordinals-api@v0.3.4-beta.1...v0.3.4-beta.2) (2023-06-28) ### Bug Fixes * send 500 code if payload ingestion fails ([#114](hirosystems/ordinals-api#114)) ([0a3fee2](hirosystems/ordinals-api@0a3fee2))
## [0.4.0](hirosystems/ordinals-api@v0.3.3...v0.4.0) (2023-06-29) ### Features * api ingestion metrics on prometheus ([#113](hirosystems/ordinals-api#113)) ([10ec679](hirosystems/ordinals-api@10ec679)) ### Bug Fixes * allow nullable and tagged curse types ([#111](hirosystems/ordinals-api#111)) ([641a627](hirosystems/ordinals-api@641a627)) * check for prod correctly when refreshing materialized views ([#112](hirosystems/ordinals-api#112)) ([4518043](hirosystems/ordinals-api@4518043)) * send 500 code if payload ingestion fails ([#114](hirosystems/ordinals-api#114)) ([0a3fee2](hirosystems/ordinals-api@0a3fee2))
I will reflect the change in the Chainhooks client as well (this API version does not use it yet)