-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
One Simulation To Rule Them All (#1842)
> One simulation to find them > One simulation to bring them all > And in the Kubernetes cluster bind them Now that we can simulation account balances and ERC-1271 signature for orders with pre-hooks without any additional node requirements, the existing parameterization of the "strategies" for these simulations (naive web3 RPC requests vs simulation) is no longer needed. We can just use the new `StorageAccessible` simulation trick everywhere. This allows us to remove/simplify code an rely on a single method for simulating these order related properties. ### Test Plan E2E tests continue to pass after removing flags.
- Loading branch information
Nicholas Rodrigues Lordello
authored
Sep 6, 2023
1 parent
aabdf24
commit 9452c0f
Showing
11 changed files
with
71 additions
and
771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.