You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the sandbox with the new Post-condition setting, developers are forced to pass in a post-condition in deny mode when that should not always be the case.
Devs should be able to leave their contract call in deny mode and pass in empty Post-conditions, which would also allow them to test whether or not their code requires Post-conditions or not.
The text was updated successfully, but these errors were encountered:
Describe the bug
In the sandbox with the new Post-condition setting, developers are forced to pass in a post-condition in
deny
mode when that should not always be the case.Devs should be able to leave their contract call in
deny
mode and pass in empty Post-conditions, which would also allow them to test whether or not their code requires Post-conditions or not.The text was updated successfully, but these errors were encountered: