Skip to content

v0.1.80

Choose a tag to compare

@slowbackspace slowbackspace released this 08 Oct 12:34
693a929

[0.1.80] - 2025-09-18

Added

  • Support for Governance Action Identifier (CIP-129)
    • New endpoints for querying with Gov Action ID : /governance/proposals/:gov_action_id
    • Proposal response now includes an id field containing the governance action identifier
  • Exposed dbsync off-chain metadata fetch errors in metadata responses
    • Applies to endpoints:
      • /pools/:pool_id/metadata
      • /pools/extended
      • /governance/proposals/:gov_action_id/metadata
    • Error object structure:
      {
        "code": "HASH_MISMATCH" | "CONNECTION_ERROR" | "HTTP_RESPONSE_ERROR" | "DECODE_ERROR" | "SIZE_EXCEEDED" | "UNKNOWN_ERROR",
        "message": "Human-readable description of the error"
      }
    • If metadata are available, the error field is omitted

What's Changed

Full Changelog: v0.1.79...v0.1.80