-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add property tests for UTxO: no double spending and utxo is inputs minus outputs #263
Comments
mdimjasevic
added a commit
that referenced
this issue
Jul 12, 2019
mdimjasevic
added a commit
that referenced
this issue
Jul 16, 2019
mdimjasevic
added a commit
that referenced
this issue
Jul 17, 2019
mdimjasevic
added a commit
that referenced
this issue
Jul 17, 2019
mdimjasevic
added a commit
that referenced
this issue
Jul 17, 2019
mdimjasevic
added a commit
that referenced
this issue
Jul 17, 2019
mdimjasevic
added a commit
that referenced
this issue
Jul 17, 2019
* no double spending * UTxO is outputs minus inputs An issue with UTxO generators has appeared while working on this, which is tracked in a new issue: #646
mdimjasevic
added a commit
that referenced
this issue
Jul 17, 2019
* no double spending * UTxO is outputs minus inputs An issue with UTxO generators has appeared while working on this, which is tracked in a new issue #646.
mdimjasevic
pushed a commit
that referenced
this issue
Jul 17, 2019
* no double spending * UTxO is outputs minus inputs An issue with UTxO generators has appeared while working on this, which is tracked in a new issue #646.
mdimjasevic
added a commit
that referenced
this issue
Jul 17, 2019
…perties Adds two UTxO properties per #263
kevinhammond
pushed a commit
that referenced
this issue
Oct 28, 2019
* no double spending * UTxO is outputs minus inputs An issue with UTxO generators has appeared while working on this, which is tracked in a new issue #646.
kevinhammond
pushed a commit
that referenced
this issue
Oct 28, 2019
…perties Adds two UTxO properties per #263
nc6
pushed a commit
that referenced
this issue
May 19, 2020
nc6
pushed a commit
that referenced
this issue
May 19, 2020
264: Upgrade cardano-binary to GHC 8.6.3 r=mdimjasevic a=mdimjasevic This upgrades `cardano-binary` to GHC 8.6.3. The `tasty-hedhehog` package had to be declared in a `stack.yaml` file. Closes #263. 267: Upgrade cardano-crypto-wrapper to depend on GHC 8.6.3 r=mdimjasevic a=mdimjasevic This upgrades `cardano-crypto-wrapper`'s stack build to GHC 8.6.3. The `tasty-hedhehog` package had to be declared in a `stack.yaml` file. Closes #265. Co-authored-by: Marko Dimjašević <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to encode these properties:
The text was updated successfully, but these errors were encountered: