Skip to content
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

Closed
dnadales opened this issue Feb 22, 2019 · 0 comments · Fixed by #642
Closed

Add property tests for UTxO: no double spending and utxo is inputs minus outputs #263

dnadales opened this issue Feb 22, 2019 · 0 comments · Fixed by #642

Comments

@dnadales
Copy link
Member

We need to encode these properties:

image

@mdimjasevic mdimjasevic self-assigned this Jul 10, 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
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
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants