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
#7839 introduced the skipTxValidation option, but left it set to true by default, preserving the current behavior. We should change this to false and adjust any callsites, e2e test etc that may require simulations that result in invalid transactions.
The text was updated successfully, but these errors were encountered:
Closes#7956.
This PR simply flips a switch to make all simulations fail by default if
the transaction is an invalid one. Previously it did not throw due to
wanting to minimize disruptions in the PR, but it seems like there were
not that many effects. The only exception is the e2e prover. These are
failing due to a prover verification, and I have made an issue for this
to be looked into.
#7839 introduced the
skipTxValidation
option, but left it set totrue
by default, preserving the current behavior. We should change this tofalse
and adjust any callsites, e2e test etc that may require simulations that result in invalid transactions.The text was updated successfully, but these errors were encountered: