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.1.0
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.1.1
Choose a head ref
  • 7 commits
  • 9 files changed
  • 3 contributors

Commits on Oct 10, 2023

  1. Merge pull request #441 from hirosystems/main

    Merge main back into develop
    MicaiahReid authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    3ad10b8 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. fix: redis conn (#442)

    This PR is fixing the management of the redis connection. In the current
    approach, we're reusing an existing connection that is being opened at
    startup for test purposes, but that can get broken after some time if
    blocks take time to arrive.
    Fix: we open/close a new connection every time a new block hits the API.
    Ludo Galabru
    Ludo Galabru authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    80737ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c4e5ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e84fe7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    612ebf1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #446 from hirosystems/develop

    chore(release): publish v1.1.1
    MicaiahReid authored Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9f93663 View commit details
    Browse the repository at this point in the history
  6. chore(release): 1.1.1 [skip ci]

    ## [1.1.1](v1.1.0...v1.1.1) (2023-10-11)
    
    ### Bug Fixes
    
    * add auth header for stacks hook ([#444](#444)) ([8c4e5ea](8c4e5ea)), closes [#438](#438)
    * don't evaluate transactions for block predicates ([#445](#445)) ([0e84fe7](0e84fe7))
    * redis conn ([#442](#442)) ([80737ad](80737ad))
    semantic-release-bot committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c0e4495 View commit details
    Browse the repository at this point in the history
Loading