github hirosystems/stacks-blockchain-api v8.11.1-beta.1

latest releases: v9.0.0-next.15, v9.0.0-next.14, v9.0.0-next.13...
pre-release8 months ago

8.11.1-beta.1 (2025-05-30)

Bug Fixes

  • Contract ABI handling: Adjust contract ABI writes to read from contract_interface key instead of contract_abi (#2276) (82f3fea)

Details

This release addresses a critical issue where the Stacks core changed the field name for contract interface data in /new_block events from contract_abi to contract_interface.

Background:

  • Stacks core updated the key name for contract interface data in block events
  • This change caused contract ABIs to not be properly stored in the API database
  • The fix ensures compatibility with the updated Stacks core event format

Changes Include:

  • Updated event processing to read from the new contract_interface field
  • Added a patch script (populate-missing-contract-abis.ts) to backfill missing contract ABIs

Don't miss a new stacks-blockchain-api release

NewReleases is sending notifications on new releases.