[5.0.0] - 2025-12-02
Added
- New endpoint:
/accounts/:stake_address/transactions- Returns transactions involving the specified stake address, with support for paging and filtering by block range.
Fixed
- Fixed issue where stale dRep metadata were returned when newer registrations had invalid metadata (
/governance/dreps/:drep_id/metadata)- Previously, queries would return outdated valid metadata instead of the latest registration with error information
- Now correctly returns the most recent registration with
errordetails if necessary - 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
What's Changed
- feat: /accounts/:stake_cred/transactions by @slowbackspace in #285
- Use new tests and remove Sanchonet leftovers by @vladimirvolek in #288
- fix: stale drep metadata were returned when newer registrations had i… by @slowbackspace in #289
- chore: release 5.0.0 by @slowbackspace in #290
Full Changelog: v4.3.0...v5.0.0