-
Notifications
You must be signed in to change notification settings - Fork 44
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
Exposed Safety Analysis at Contract Creation and Input Application #850
Closed
Conversation
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
…uite. 1. Fixes in integration: * Expose separate chain-sync for quering in test env. * Sync wallets before usage. * Sync utxos after script publishing * Expose traces in a log file. 2. FSSemantics now operates in time intervals with slot resolution which we can use in "real world" transaction testing. 3. Accross the test suite we are using conflicting approaches to Arbitrary instances of the `Contract` type - sometimes we assume that the contract has correct structutre and sometimes we assume that it doesn't (contain invalid addresses, contain invalid currencies etc.). I introduced `ValidContractStructure` to distinguish these two cases.
nhenin
force-pushed
the
nhenin/safety-errors
branch
2 times, most recently
from
April 12, 2024 14:00
6f3983d
to
497bf06
Compare
nhenin
force-pushed
the
nhenin/safety-errors
branch
from
April 15, 2024 07:20
497bf06
to
db824a9
Compare
15 tasks
nhenin
changed the title
Safety Analysis (WIP/draft)
Exposed Safety Analysis at Contract Creation and Input Application
Apr 15, 2024
nhenin
force-pushed
the
nhenin/safety-errors
branch
from
April 17, 2024 14:23
16ae2a7
to
10b489d
Compare
nhenin
commented
Apr 17, 2024
marlowe-runtime/test/Language/Marlowe/Runtime/Transaction/ConstraintsSpec.hs
Show resolved
Hide resolved
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.