-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Clean up tests and add a few new ones #197
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
Closed
Closed
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e1038d3
Started standardizing contracts
smartcontracts 82b0853
Updated all function signatures
smartcontracts e55abdf
Added some function comments
smartcontracts 50fda75
Added remaining function comments
smartcontracts ad4883c
Added SolPP support
smartcontracts c7d09b9
Linted files
smartcontracts 3d8de8d
Fixed merge conflict
smartcontracts ac0e280
Converted libraries to real libraries
smartcontracts 1797677
Fixed FraudVerifier deploy config
smartcontracts 410bcc9
Made MockRLPWriter functions public
smartcontracts a0ceba2
Added coverage scripts
smartcontracts 38061b3
Removed duplicated test helpers
smartcontracts 4f80674
Linted files
smartcontracts b960c28
Started adding empty testts
smartcontracts f00ea24
Added comment to debug CI
smartcontracts a6ef6b4
Added a few more tests
smartcontracts fd71cea
Updated buidler config
smartcontracts 0c75d47
Merge branch 'YAS-539/contracts/standards' of github.com:ethereum-opt…
smartcontracts 6a4de09
Added last basic tests
smartcontracts 6194777
Modifications to fix tests
smartcontracts ae8ac35
Filled in remaining tests
smartcontracts d3bc120
Various small changes as per comments
smartcontracts ea795ea
Matching standards PR
smartcontracts a9c4540
Merge branch 'master' of github.com:ethereum-optimism/optimism-monore…
smartcontracts fcc9140
Minor fix to add CHAINID back to unsafe opcodes
smartcontracts be845f2
Fixed linting error
smartcontracts 4ef6abc
Removed duplicate deploy logic
smartcontracts 7ca8127
Minor bugfix for getWallets
smartcontracts 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| export * from './contract-deploy' | ||
| export { AddressResolverMapping, RollupDeployConfig } from './types' |
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.
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.
👍