You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In light of CIP-1694, this issue needs to be redone, so I have re-opened this issue. The conway genesis will now need to supply whatever new protocol parameters are added to conway. See #3146 .
The new parameters are:
all the governance voting thresholds
constitutional committee term limits
governance action expiration
governance action deposit (govDeposit)
DRep deposit amount (drepDeposit)
DRep activity period (drepActivity)
minimal constitutional committee size
maximum term limit (in epochs) of the constitutional committee
Additionally, the interim constitutional committee (ie what was previouosly being called GenDelegs) will need to specify expirations (of the cold key) for each member.
(Below 👇 is the old issue)
Create a conway genesis type containing the governance map:
In light of
CIP-1694
, this issue needs to be redone, so I have re-opened this issue. The conway genesis will now need to supply whatever new protocol parameters are added to conway. See #3146 .The new parameters are:
Additionally, the interim constitutional committee (ie what was previouosly being called GenDelegs) will need to specify expirations (of the cold key) for each member.
(Below 👇 is the old issue)
Create a conway genesis type containing the governance map:
and use this type as the translation context:
in the
Cardano.Ledger.Conway.Translation
module.Lastly, use the conway translation context to replace the existing
GenDelegs
map inside of theDState
type.The text was updated successfully, but these errors were encountered: