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
Remove the bail_on_(call|transaction)_failure from EDR as this should be handled by Hardhat. It was originally added as a performance optimization to EDR, but it makes the code error prone and none of the repos that we run automated benchmarks use it.
Move computation that happens when this flag is set to stack trace generation to support lazy stack trace generation from Hardhat.
The text was updated successfully, but these errors were encountered:
Can i do this? It juse remove bail_on_(call|transaction)_failure and all related code ?
If I can do this, could you provide more information? Otherwise, just ignore me.
Hey @iosh thanks for your interest and sorry for my late answer. Yes, you could do it, but I have to finish #734 first. Will post more info here once that's done.
Definition of Done
Remove the
bail_on_(call|transaction)_failure
from EDR as this should be handled by Hardhat. It was originally added as a performance optimization to EDR, but it makes the code error prone and none of the repos that we run automated benchmarks use it.Move computation that happens when this flag is set to stack trace generation to support lazy stack trace generation from Hardhat.
The text was updated successfully, but these errors were encountered: