-
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.
# Description Add a forked test to the end-to-end tests. # Changes - A new GitHub action which runs forked e2e tests, that can fail as requested here: #1862 (comment). For now it's only mainnet but we will add a gnosis forked test after this PR is merged. - Where relevant, added functions which will return onchain components that are already deployed. - Added more utility functions to `forked_node.rs`. - Added a forked test to `limit_orders.rs`. - Added a function to create a `TokenOwnerFinder` from a web3 client so that we can easily top-up trader accounts on a forked network. ## How to test `test-forked-node` job. **Note:** `FORK_URL` must be added to the secrets for this repo before this job can run. ## Related Issues Fixes #1862 --------- Co-authored-by: Ape Dev <[email protected]> Co-authored-by: Martin Beckmann <[email protected]>
- Loading branch information
1 parent
e00a732
commit 1f0f69b
Showing
9 changed files
with
307 additions
and
29 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 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
Oops, something went wrong.