Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ Unreleased changes are in the `master` branch.

## [Unreleased]

## [0.1.72] - 2025-01-16

### Added

- New fields in `/governance/dreps/:drep`
- `retired`: Indicates the registration state of the DRep. Set to `true` if the DRep has been deregistered; otherwise, `false`.
- `expired`: , Indicates whether the DRep has been inactive for a consecutive number of epochs (determined by a epoch parameter `drep_activity`)
- `last_active_epoch`: Epoch of the most recent action - registration, update, deregistration or voting

### Changed

- Deprecated fields in `/governance/dreps/:drep`
- `active`: Superseded by the new `retired` and `expired`
- `active_epoch`: Replaced by `last_active_epoch`

## [0.1.71] - 2024-12-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blockfrost/openapi",
"version": "0.1.71",
"version": "0.1.72",
"description": "OpenAPI specifications for blockfrost.io",
"repository": "git@github.com:blockfrost/openapi.git",
"author": "admin@blockfrost.io",
Expand Down
Loading