v0.1.84
[0.1.84] - 2025-11-27
Added
- Exposed off-chain metadata fetch errors in metadata responses in
/governance/dreps/:drep_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
- Error object structure:
What's Changed
- fix: expose fetch error in /governance/dreps/:drep_id/metadata by @slowbackspace in #431
Full Changelog: v0.1.83...v0.1.84