Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
- Fix error in activation phase that caused proposals to get lost and…
Browse files Browse the repository at this point in the history
… not be

  marked as "discarded"
- Create an Activation.State module to facilitate reasoning with operations on
  the activation state.

[skip ci]
  • Loading branch information
dnadales committed Aug 3, 2020
1 parent fea7c61 commit cb5e5d4
Show file tree
Hide file tree
Showing 4 changed files with 679 additions and 481 deletions.
3 changes: 2 additions & 1 deletion executable-spec/decentralized-updates.cabal
Expand Up @@ -33,9 +33,10 @@ library
, Cardano.Ledger.Update.Ideation
, Cardano.Ledger.Update.Approval
, Cardano.Ledger.Update.Activation
-- Proposals state
-- State
, Cardano.Ledger.Update.ProposalState
, Cardano.Ledger.Update.ProposalsState
, Cardano.Ledger.Update.Activation.State
-- Environment constraints
, Cardano.Ledger.Update.Env.TracksSlotTime
, Cardano.Ledger.Update.Env.HasStakeDistribution
Expand Down

0 comments on commit cb5e5d4

Please sign in to comment.