Merge pull request #454 from blockfrost/feat/governance-committee
feat: add constitutional committee endpoints
feat: add constitutional committee endpoints
- /governance/committee: current committee snapshot with members, quorum,
and source NewCommittee governance action (null for the Conway-genesis
committee).
- /governance/committee/votes: paged history of all CC member votes.
- /governance/committee/{cc_id}/votes: paged votes filtered by CIP-129 hot
or cold credential; cold queries aggregate across hot-key rotations.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
- /governance/committee: current committee snapshot with members, quorum,
and source NewCommittee governance action (null for the Conway-genesis
committee).
- /governance/committee/votes: paged history of all CC member votes.
- /governance/committee/{cc_id}/votes: paged votes filtered by CIP-129 hot
or cold credential; cold queries aggregate across hot-key rotations.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
- /governance/committee: current committee snapshot with members, quorum,
and source NewCommittee governance action (null for the Conway-genesis
committee).
- /governance/committee/votes: paged history of all CC member votes.
- /governance/committee/{cc_id}/votes: paged votes filtered by CIP-129 hot
or cold credential; cold queries aggregate across hot-key rotations.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
- /governance/committee: current committee snapshot with members, quorum,
and source NewCommittee governance action (null for the Conway-genesis
committee).
- /governance/committee/votes: paged history of all CC member votes.
- /governance/committee/{cc_id}/votes: paged votes filtered by CIP-129 hot
or cold credential; cold queries aggregate across hot-key rotations.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
- /governance/committee: current committee snapshot with members, quorum,
and source NewCommittee governance action (null for the Conway-genesis
committee).
- /governance/committee/votes: paged history of all CC member votes.
- /governance/committee/{cc_id}/votes: paged votes filtered by CIP-129 hot
or cold credential; cold queries aggregate across hot-key rotations.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
feat: expose deposit field in accounts and DReps endpoints
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
- /governance/committee: current committee snapshot with members, quorum,
and source NewCommittee governance action (null for the Conway-genesis
committee).
- /governance/committee/votes: paged history of all CC member votes.
- /governance/committee/{cc_id}/votes: paged votes filtered by CIP-129 hot
or cold credential; cold queries aggregate across hot-key rotations.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
- /governance/committee: current committee snapshot with members, quorum,
and source NewCommittee governance action (null for the Conway-genesis
committee).
- /governance/committee/votes: paged history of all CC member votes.
- /governance/committee/{cc_id}/votes: paged votes filtered by CIP-129 hot
or cold credential; cold queries aggregate across hot-key rotations.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Return null for deregistered/updated rows to mirror stake account registrations behavior. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
- /governance/committee: current committee snapshot with members, quorum,
and source NewCommittee governance action (null for the Conway-genesis
committee).
- /governance/committee/votes: paged history of all CC member votes.
- /governance/committee/{cc_id}/votes: paged votes filtered by CIP-129 hot
or cold credential; cold queries aggregate across hot-key rotations.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Keep deposit only on per-event endpoints:
- /accounts/{stake_address}/registrations
- /governance/dreps/{drep_id}/updates
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
- /governance/committee: current committee snapshot with members, quorum,
and source NewCommittee governance action (null for the Conway-genesis
committee).
- /governance/committee/votes: paged history of all CC member votes.
- /governance/committee/{cc_id}/votes: paged votes filtered by CIP-129 hot
or cold credential; cold queries aggregate across hot-key rotations.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Add deposit field to:
- /accounts/{stake_address}
- /accounts/{stake_address}/registrations
- /governance/dreps/{drep_id}
- /governance/dreps/{drep_id}/updates
Surfaces the stake key / DRep deposit paid at registration. For
accounts endpoints, falls back to the key_deposit protocol parameter
at the registration epoch on rows that predate db-sync's
stake_registration.deposit column.
Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>