Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make simulations validate the resulting TX by default #7956

Closed
nventuro opened this issue Aug 13, 2024 · 0 comments · Fixed by #8157
Closed

Make simulations validate the resulting TX by default #7956

nventuro opened this issue Aug 13, 2024 · 0 comments · Fixed by #8157
Assignees

Comments

@nventuro
Copy link
Contributor

#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.

codygunton pushed a commit that referenced this issue Aug 30, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants