-
Notifications
You must be signed in to change notification settings - Fork 155
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added module Test.Cardano.Ledger.Constrained.Trace.TraceMonad. (#3709)
Includes an example of making a simple Tx's with 1 input and output. Added 'actions' that update the Env in the TraceM monad for inputs, outputs and fees. Added Tests that such Tx's pass the applySTS and that the 'actions' compute the same state. Added Tests that traces of length 100, are real traces and lead to valid states. Added Stage.hs, to break up large constraint lists into reusable pieces Added RootTarget, extends Target to make some Targets invertable. RootTargets for NewEpochState and down. Added Profile improvements, use HashSet(Name era) rather than Set(Name era) Parameterized the Preds directory files by UnivSize, so on can control the size of the universes. Added the Gadt Rule, and sts :: Proof era -> Rule tag -> ... Added all the Constrained sub directory tests to the Tests in cardano-ledger-test
- Loading branch information
Showing
36 changed files
with
3,105 additions
and
985 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.