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 #584

Merged
merged 7 commits into from
May 9, 2024
Merged

chore(release): publish v1.6.0 #584

merged 7 commits into from
May 9, 2024

Commits on May 8, 2024

  1. feat: add Bitcoin transaction index to typescript client (#568)

    Also separate `StacksPayload` and `BitcoinPayload` into separate types
    for easier client-side inference.
    Bump version to 1.8.0
    rafaelcr authored and MicaiahReid committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6f7eba4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a8c086 View commit details
    Browse the repository at this point in the history
  3. fix: make bitcoin payload serialization deserializable (#569)

    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 committed May 8, 2024
    Configuration menu
    Copy the full SHA
    5f20a86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3530b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c48eeb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11bde53 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    f0bdfc5 View commit details
    Browse the repository at this point in the history