File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,21 @@ Unreleased changes are in the `master` branch.
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 0.1.72] - 2025-01-16
13
+
14
+ ### Added
15
+
16
+ - New fields in ` /governance/dreps/:drep `
17
+ - ` retired ` : Indicates the registration state of the DRep. Set to ` true ` if the DRep has been deregistered; otherwise, ` false ` .
18
+ - ` expired ` : , Indicates whether the DRep has been inactive for a consecutive number of epochs (determined by a epoch parameter ` drep_activity ` )
19
+ - ` last_active_epoch ` : Epoch of the most recent action - registration, update, deregistration or voting
20
+
21
+ ### Changed
22
+
23
+ - Deprecated fields in ` /governance/dreps/:drep `
24
+ - ` active ` : Superseded by the new ` retired ` and ` expired `
25
+ - ` active_epoch ` : Replaced by ` last_active_epoch `
26
+
12
27
## [ 0.1.71] - 2024-12-01
13
28
14
29
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blockfrost/openapi" ,
3
- "version" : " 0.1.71 " ,
3
+ "version" : " 0.1.72 " ,
4
4
"description" : " OpenAPI specifications for blockfrost.io" ,
5
5
"repository" : " git@github.com:blockfrost/openapi.git" ,
6
6
"author" : " admin@blockfrost.io" ,
You can’t perform that action at this time.
0 commit comments