-
Notifications
You must be signed in to change notification settings - Fork 51
chore: E2E test migration #226
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
Open
mfw78
wants to merge
19
commits into
main
Choose a base branch
from
e2e-migration
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f176400
test: helper base for e2e tests (#215)
meetmangukiya 884319e
chore: migrate E2E nonStandardErc20 tests to Foundry (#213)
meetmangukiya efc8caa
chore: migrate E2E internalBalances test to Foundry (#216)
meetmangukiya 59c3410
chore: migrate E2E 0xTrade test to Foundry (#219)
meetmangukiya 8d8f77d
chore: merkle.io for ETH RPC (#227)
mfw78 9225dff
chore: migrate E2E wineOilMarket tests to Foundry (#214)
meetmangukiya 75bf332
chore: migrate E2E upgradeAuthenticator test to Foundry (#217)
meetmangukiya 89f9189
chore: set fork block number (#228)
mfw78 3d8a350
chore: migrate E2E burnFees to Foundry (#221)
meetmangukiya 51f4a5b
chore: update test CI/CD for FORK_URL env (#230)
mfw78 078c5a6
chore: migrate E2E buyEth tests to Foundry (#229)
meetmangukiya e974119
chore: migrate E2E offchainAllowances test to Foundry (#218)
meetmangukiya fbfd19f
chore: migrate E2E smartOrder test to Foundry (#220)
meetmangukiya 672c1ba
chore: migrate E2E uniswapTrade test to Foundry (#222)
meetmangukiya d3e1c19
chore: migrate E2E contractOrdersWithGnosisSafe test to Foundry (#223)
meetmangukiya b6871bc
chore: migrate E2E deployment test to Foundry (#225)
meetmangukiya 1cbd0de
chore: remove env (#231)
mfw78 92ae3b5
chore: migrate E2E balancerSwap test to Foundry (#224)
meetmangukiya 521c551
chore: clean dead code (#232)
mfw78 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a reason why we can't delete all of the files in this directory at this point? we can use foundry for the delpoyment script all the way 👍