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

fix: read contract_interface from Stacks node block events#712

Merged
rafaelcr merged 3 commits intodevelopfrom
fix/contract-interface
Jun 13, 2025
Merged

fix: read contract_interface from Stacks node block events#712
rafaelcr merged 3 commits intodevelopfrom
fix/contract-interface

Conversation

@rafaelcr
Copy link
Copy Markdown
Collaborator

@rafaelcr rafaelcr commented Jun 5, 2025

Reads a deployed smart contract ABI from contract_interface instead of contract_abi in /new_block events. We still keep support for the old property in case someone runs chainhook with an older Stacks node or TSV file.

@rafaelcr rafaelcr had a problem deploying to Development-mainnet June 5, 2025 19:09 — with GitHub Actions Error
@rafaelcr rafaelcr had a problem deploying to Development-testnet June 5, 2025 19:09 — with GitHub Actions Error
@rafaelcr rafaelcr marked this pull request as ready for review June 11, 2025 20:10
@rafaelcr rafaelcr requested review from csgui and hugoclrd June 11, 2025 20:10
Copy link
Copy Markdown
Contributor

@csgui csgui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @rafaelcr ! Just left some comments. What you think?

Comment thread components/chainhook-sdk/src/indexer/stacks/mod.rs Outdated
@rafaelcr rafaelcr requested a review from csgui June 12, 2025 19:48
Copy link
Copy Markdown
Contributor

@csgui csgui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rafaelcr rafaelcr had a problem deploying to Development-testnet June 12, 2025 20:18 — with GitHub Actions Failure
@rafaelcr rafaelcr had a problem deploying to Development-mainnet June 12, 2025 20:18 — with GitHub Actions Failure
Copy link
Copy Markdown
Contributor

@hugoclrd hugoclrd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

@rafaelcr rafaelcr merged commit 6f9c718 into develop Jun 13, 2025
9 of 11 checks passed
@rafaelcr rafaelcr deleted the fix/contract-interface branch June 13, 2025 15:38
hirosystems-release-bot bot added a commit that referenced this pull request Jun 16, 2025
## [1.9.0](v1.8.0...v1.9.0) (2025-06-16)

### Features

* add mock signature pubkey ([#670](#670)) ([c414d79](c414d79))
* add mock signer message support ([#669](#669)) ([ad5fd54](ad5fd54))
* add various new nakamoto block fields to `/new_block` ingestion and `StacksPayload` ([#659](#659)) ([f48cda5](f48cda5))
* callback to intercept and modify predicates before re-registration ([#675](#675)) ([5f13912](5f13912))
* include recovered signer pubkeys in new block payload ([#662](#662)) ([b5ad4ba](b5ad4ba))
* include signer messages in Stacks predicate payloads ([#656](#656)) ([aee14bc](aee14bc))
* parse `/stackerdb_chunks` Stacks node event ([#653](#653)) ([e44d84a](e44d84a))
* store signer messages in local sqlite database ([#664](#664)) ([d12acd9](d12acd9))
* support tenure-height in block messages ([#661](#661)) ([99e5a61](99e5a61))
* **ts-client:** add persisted predicates and periodic health check ([#658](#658)) ([535226a](535226a))
* **ts-client:** add signer messages to stacks payloads ([#657](#657)) ([ff66bb2](ff66bb2))

### Bug Fixes

* add a configurable max timeout for outgoing predicate payload requests ([#642](#642)) ([6c1dfa9](6c1dfa9)), closes [#643](#643)
* add missing fields to ordinal inscription reveals ([#703](#703)) ([4e49608](4e49608))
* bump stacks codec ([3c117b5](3c117b5))
* increase stacks event server body size limit to 500MB ([#660](#660)) ([21234c9](21234c9))
* mock signature retrieval ([#671](#671)) ([8bb59c1](8bb59c1))
* only import stacks tsv if chainstate is empty ([#684](#684)) ([1f9f37e](1f9f37e)), closes [#677](#677)
* propagate error when trying to store peer info ([1bc949a](1bc949a))
* read contract_interface from Stacks node block events ([#712](#712)) ([6f9c718](6f9c718))
* read stacks-core http event POST payloads for ignored events ([#673](#673)) ([a01470e](a01470e))
* return 500 status code to Stacks node when event ingestion fails ([#648](#648)) ([63c753c](63c753c)), closes [#646](#646)
* signer pubkey calculation ([#665](#665)) ([cc93873](cc93873))
* ts client missing matches_regex option for print_event ([#701](#701)) ([8247900](8247900))
* update SignerMessage deserializing ([#663](#663)) ([71364c1](71364c1))
* validate ts client predicates before registering ([#639](#639)) ([2d08f72](2d08f72))
@hirosystems-release-bot
Copy link
Copy Markdown

🎉 This PR is included in version 1.9.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants