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
#171 __scribble__ReentrancyUtils.sol compiler error. #191 Instrumented try...catch fails compilation step with Mythril #188 Scribble doesnt work for instrumenting libraries #181 Properly support UserDefinedTypes to Scribble functions #176 Annotation is skipped in specific case
This patch tweaks the behavior of the --debug-events flag. Specifically it changes the order of events emitted such that upon a property failure we first emit an AssertionFailedData event (containing the values of any variables found in the failing property) and then emit the AssertionFailed event, that marks the actual assertion failure.