Skip to content

Commit

Permalink
Merge pull request #396 from blockfrost/chore/release0172
Browse files Browse the repository at this point in the history
release: 0.1.72
  • Loading branch information
slowbackspace authored Jan 16, 2025
2 parents b49e619 + e37ef4c commit e95edc5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
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

0 comments on commit e95edc5

Please sign in to comment.