[6.5.0] - 2026-05-15
Added
Deposit fields on registration history endpoints
- New
depositfield per row in/accounts/:stake_address/registrationsresponse — deposit paid at the registration cert (nullonderegisteredrows). Falls back to thekey_depositprotocol parameter at the registration's epoch when the underlying db-sync row predates the addition of thedepositcolumn. - New
depositfield per row in/governance/dreps/:drep_id/updatesresponse — string lovelace amount onregistered;nullonderegisteredandupdated.
Constitutional committee endpoints
- New
/governance/committeeendpoint — current constitutional committee snapshot, including its sourceNewCommitteegovernance action (when applicable), quorum threshold, member count, and member list with cold/hot credentials (cc_cold_*/cc_hot_*), authorization status, and term expiration. Also surfaces the post-NoConfidencedissolved state viais_dissolved: true:members,quorum_numerator, andquorum_denominatorare allnull, andproposal_*/gov_action_idpoint at theNoConfidenceaction that dissolved the committee. - New
/governance/committee/votesendpoint — paged list of all constitutional committee votes ever cast (across all committees and members) - New
/governance/committee/:cc_id/votesendpoint — paged list of votes filtered by CIP-129 committee credential. Accepts both hot (cc_hot1...) and cold (cc_cold1...) bech32 ids; cold queries aggregate votes across every hot key the cold key has ever authorized
What's Changed
- feat: expose deposit on account and drep endpoints by @slowbackspace in #330
- build the flake on runner1, so its pre-built for dev by @cleverca22 in #332
- Feat/governance committee by @slowbackspace in #334
- chore(changelog): release 6.5.0 by @slowbackspace in #335
Full Changelog: v6.4.3...v6.5.0