Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
TEMP - Stop generating UnRegDRep GovCert cases
This commit can be reverted once the spec is up-to-date with:
#4598
  • Loading branch information
Lucsanszky committed Oct 8, 2024
commit 1c97496d4fbef3da9b0e92ad8b810104088d4549
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ govCertSpec ConwayGovCertEnv {..} certState =
]
)
-- ConwayUnRegDRep
( branchW 3 $ \ [var|credUnreg|] [var|coinUnreg|] ->
assert $ elem_ (pair_ credUnreg coinUnreg) (lit (Map.toList deposits))
)
-- ( branchW 3 $ \ [var|credUnreg|] [var|coinUnreg|] ->
-- assert $ elem_ (pair_ credUnreg coinUnreg) (lit (Map.toList deposits))
-- )
(branchW 3 $ \_credUnreg _coinUnreg -> False)
-- ConwayUpdateDRep
( branchW 1 $ \ [var|keyupdate|] _ ->
member_ keyupdate reps
Expand Down