v0.1.80
[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
idfield containing the governance action identifier
- New endpoints for querying with Gov Action ID :
- 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
errorfield is omitted
- Applies to endpoints:
What's Changed
- feat: Governance Action Identifier (CIP-129) by @slowbackspace in #415
- Feat/metadata errors by @slowbackspace in #417
- chore: bump openapi UI by @vladimirvolek in #416
- chore: release 0.1.80 by @slowbackspace in #418
Full Changelog: v0.1.79...v0.1.80