[0.1.72] - 2025-01-16
Added
- New fields in
/governance/dreps/:drep
retired
: Indicates the registration state of the DRep. Set totrue
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 parameterdrep_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 newretired
andexpired
active_epoch
: Replaced bylast_active_epoch
What's Changed
- chore: update deps by @vladimirvolek in #391
- chore: downgrade scalar by @vladimirvolek in #393
- chore: downgrade scalar even more by @vladimirvolek in #394
- feat: DRep expiration and last active epoch by @slowbackspace in #395
- release: 0.1.72 by @slowbackspace in #396
Full Changelog: v0.1.71...v0.1.72