Skip to content

v0.1.84

Choose a tag to compare

@slowbackspace slowbackspace released this 08 Dec 15:23
· 4 commits to master since this release
231e4aa

[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 error field is omitted

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