-
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.
Refactor safe use in e2e tests (#1944)
# Description Implements some [suggestion from Felix](#1938 (review)) on how we abstract a Safe multisig. Note that some of the new abstractions are already used in #1939. # Changes In the first commit, some new abstractions are created under the `Safe` struct to reduce some of the boilerplate in the tests. In the second commit, all code related to the safe is moved to its own submodule `onchain_components::safe`; the only changes are imports and `GnosisSafeInfrastructure` → `safe::Infrastructure`. ## How to test See that all e2e tests continue to work.
- Loading branch information
Showing
4 changed files
with
318 additions
and
279 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
Oops, something went wrong.