aztec-packages
aztec-packages copied to clipboard
Make simulations validate the resulting TX by default
https://github.com/AztecProtocol/aztec-packages/pull/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.