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

chore(release): publish v1.6.0 #581

Merged
merged 9 commits into from May 8, 2024
Merged

chore(release): publish v1.6.0 #581

merged 9 commits into from May 8, 2024

Conversation

MicaiahReid
Copy link
Collaborator

No description provided.

rafaelcr and others added 9 commits May 8, 2024 10:12
Also separate `StacksPayload` and `BitcoinPayload` into separate types
for easier client-side inference.
Bump version to 1.8.0
When a Chainhook is triggered and we send a payload to a user, we filter
some values based on user settings (`include_proof`, `include_inputs`,
etc). This helps to reduce the payload size that is sent over the wire.

However, when we created this payload, we were omitting these fields
completely even though the corresponding type does not have those fields
as optional. This makes using our SDK types for deserialization
impossible.

This PR adds in those fields in all cases and sets them to empty values
if filtered out.
@MicaiahReid MicaiahReid merged commit ee1526c into main May 8, 2024
11 checks passed
Copy link

github-actions bot commented May 9, 2024

🎉 This PR is included in version 1.6.0 🎉

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
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants