We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In section 5.3.2 it states that Alice writes test.py however in the root layout it is missing the specification that Alice creates test.py.
The step:
{"_name": "write-code", "threshold": 1, "expected_materials": [ ], "expected_products": [ ["CREATE", "foo.py"] ], "pubkeys": [ "<ALICES_KEYID>" ], "expected_command": "vi" },
should be
{"_name": "write-code", "threshold": 1, "expected_materials": [ ], "expected_products": [ ["CREATE", "foo.py"], ["CREATE", "test.py"] ], "pubkeys": [ "<ALICES_KEYID>" ], "expected_command": "vi" },
Unless I have a misunderstanding, this is my first time reading through the document.
The text was updated successfully, but these errors were encountered:
Addressed in 72d8ad2. Thanks @CameronLonsdale!
Sorry, something went wrong.
No branches or pull requests
In section 5.3.2 it states that Alice writes test.py however in the root layout it is missing the specification that Alice creates test.py.
The step:
should be
Unless I have a misunderstanding, this is my first time reading through the document.
The text was updated successfully, but these errors were encountered: