Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hirosystems/chainhook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.1
Choose a base ref
...
head repository: hirosystems/chainhook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Choose a head ref
  • 9 commits
  • 20 files changed
  • 3 contributors

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
  2. Merge pull request #584 from hirosystems/develop

    chore(release): publish v1.6.0
    MicaiahReid authored May 9, 2024
    Configuration menu
    Copy the full SHA
    4a45617 View commit details
    Browse the repository at this point in the history
  3. chore(release): 1.6.0 [skip ci]

    ## [1.6.0](v1.5.1...v1.6.0) (2024-05-09)
    
    ### Features
    
    * add Bitcoin transaction index to typescript client ([#568](#568)) ([6f7eba4](6f7eba4))
    
    ### Bug Fixes
    
    * add stacks event position to ts client ([#575](#575)) ([3c48eeb](3c48eeb))
    * add starting stacks height for prometheus metrics ([#567](#567)) ([6a8c086](6a8c086))
    * make bitcoin payload serialization deserializable ([#569](#569)) ([5f20a86](5f20a86))
    * set `Interrupted` status for streaming predicates that fail ([#574](#574)) ([11bde53](11bde53)), closes [#523](#523)
    * shut down observer on bitcoin block download failure ([#573](#573)) ([f3530b7](f3530b7)), closes [#572](#572)
    semantic-release-bot committed May 9, 2024
    Configuration menu
    Copy the full SHA
    adda6ec View commit details
    Browse the repository at this point in the history
Loading