[3.1.0] - 2025-01-20
Changed
- New fields in
/governance/dreps/:drep
retired
: Indicates the registration state of the DRep. Set totrue
if the DRep has been deregistered. otherwisefalse
.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
- Deprecated fields in
/governance/dreps/:drep
active
: Superseded by the newretired
andexpired
active_epoch
: Replaced bylast_active_epoch
What's Changed
- feat: drep expiration by @slowbackspace in #240
- feat: replace mithril cdn config with list of snapshot mirrors by @slowbackspace in #226
- release 3.1.0 by @slowbackspace in #241
Full Changelog: v3.0.1...v3.1.0