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.
Closing #5
Milestone 2 changes report:
Output 2 (on-chain) was implemented as
genericCEMScript
, which formerly did not work. However, our change now has genericCEMScript working as intended. This change to the repo can be referenced here:https://github.com/mlabs-haskell/cem-script/pull/16/files#diff-2f7c9ba5cd94d94deac22530316c56cf097f2ccac5c5b05fc7a01e584ad927c6R64.
The fact that it is working (compiling) is evident by the *.Compilation module and by use of the script in Main.hs test, which we also referenced in this PoA.
Similarly, Output 1 (off-chain) was implemented as the
resolveTxAndSubmit
function in Monads.hs and the implementation of all of our monads (required for the mentioned function and defined in Monads.hs) for the regular Cardano blockchain (given as local node) in L1/Monads.hs. Its use is shown in Main.hs tests as well as demonstrated in the demo video. Instructions for running the tests independently are given in the README.