-
Notifications
You must be signed in to change notification settings - Fork 7
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
Nojira update scripts #58
Merged
Merged
Changes from 35 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
48c1051
Support ledger & switch to ts
wcgcyx 68faca9
Fix mocha issue
wcgcyx 5543823
Merge pull request #57 from immutable/1993-Hardware-Wallet-Integration
wcgcyx ac227d3
Fix issues
wcgcyx d90f3b4
Fix ledge issue with multiple accounts
wcgcyx acdade4
Fix role control
wcgcyx 5b7ced7
Add create2 contract deployer with access control
ermyas 81747bd
Accept intended owner in constructor
ermyas 3418986
Merge pull request #63 from immutable/add/create2-contract-deployer
ermyas 5608a4e
Merge branch 'develop' into NOJIRA_UPDATE_SCRIPTS
wcgcyx 42debb9
Fix issue
wcgcyx 9e5dddc
Fix defaults
wcgcyx 6e04ccb
Update root_initialisation.ts
wcgcyx 6384295
Fix e2e
wcgcyx 56672af
Fix CI
wcgcyx e90aa43
Update bootstrap
wcgcyx d2d9273
Merge branch 'main' into NOJIRA_UPDATE_SCRIPTS
wcgcyx f9f1c8a
Fix CI
wcgcyx e5e48a8
Add role on L2
wcgcyx 78ac63d
Update e2e.yml
wcgcyx b58a234
Add verification of contracts
wcgcyx 3ea5908
Fix CI
wcgcyx 25a5a75
Delete verify.txt
wcgcyx 44cf804
Update helpers.ts
wcgcyx e989792
Update helpers.ts
wcgcyx 156005a
Improve stability
wcgcyx bcac3a9
Improve stability again
wcgcyx 11359b3
Update verification
wcgcyx 480d7da
Use Retry provider & Improve stability
wcgcyx 6f5d84a
Update rate configuration
wcgcyx 49f7af9
Fix rate limit for USDC
wcgcyx 52130e5
Merge branch 'main' into NOJIRA_UPDATE_SCRIPTS
wcgcyx b8a2603
Add more e2e test cases
wcgcyx 1f3db34
Fix CI
wcgcyx 2a730d2
Lint
wcgcyx 9cfd57f
Add test case
wcgcyx 33cbe5c
Merge branch 'main' into NOJIRA_UPDATE_SCRIPTS
wcgcyx ba85766
Update e2e.yml
wcgcyx 4692803
Merge branch 'main' into NOJIRA_UPDATE_SCRIPTS
wcgcyx 9a678f6
Delete OwnableCreate2Deployer.sol
wcgcyx f4c7278
Delete OwnableCreate2Deployer.t.sol
wcgcyx 1e83d42
Refactor
wcgcyx f102a3e
Update e2e.ts
wcgcyx b3bd113
Update e2e.ts
wcgcyx ece2260
Update e2e.ts
wcgcyx e7f5e37
Fix e2e
wcgcyx edc3b75
Fix e2e
wcgcyx e79a3f9
Merge branch 'main' into NOJIRA_UPDATE_SCRIPTS
wcgcyx 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"extensions": ["ts"], | ||
"node-option": [ | ||
"experimental-specifier-resolution=node", | ||
"loader=ts-node/esm" | ||
] | ||
} |
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.
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.
Specific nightly builds for Foundry are apparently pruned every few days (see here for more), so it is possible that this build could eventually fail. While they periodically have pinned nightly releases, it is not clear which these are.
I'd suggest we remove the specific version and use "nightly" instead.