-
Notifications
You must be signed in to change notification settings - Fork 66
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
test: add test checking that inputs can not be exited from restarted ife after outputs finalized on processing the first ife #611
Conversation
…ife after outputs finalized on processing the first ife
plasma_framework/python_tests/tests/contracts/root_chain/test_process_exits.py
Outdated
Show resolved
Hide resolved
plasma_framework/python_tests/tests/contracts/root_chain/test_process_exits.py
Outdated
Show resolved
Hide resolved
plasma_framework/python_tests/tests/contracts/root_chain/test_process_exits.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general, looks good.
I agree with Andy that a description would be helpful
plasma_framework/python_tests/tests/contracts/root_chain/test_process_exits.py
Show resolved
Hide resolved
bc2a6fb
to
00e9bfc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm...not really the direction that I was hoping to add comments. I was hoping sth like
def test_after_canonical_ife_is_finalized_inputs_are_not_exited_when_ife_is_restarted_and_non_canonical(testlang, plasma_framework, token):
"""
1. Alice sends fund to Bob
2. Bob blablablab
3. Alice blablabla
"""
# code starting here
....
instead of inline comment on code.
But aside from this LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks :)
No description provided.