-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Introduce large execution transaction test helper #2438
Introduce large execution transaction test helper #2438
Conversation
Should this target #2437? |
One way we can dedup is by adding a helper in |
It can, I wanted to avoid adding overhead to your changeset by pointing it that way but happy to do what is most convenient for you. |
I've done a little deduping, I'm not super familiar with this code so lmk if I missed something or named something poorly 🙏 |
Deduping looks good! Happy to merge this in to #2437 to consolidate the final review. |
be373c9
to
bcc7e27
Compare
Rebased after the latest merges into |
Builds on #2437, only the last commit is new. Introduces a test helper for a large execution transaction to it can be used in the snarkOS codec tests.
Todo: check if worth deduplicating withDone.synthesizer/src/vm/mod.rs
tests.