-
Notifications
You must be signed in to change notification settings - Fork 146
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
feat: add Arbitrum GRT bridge (rebased, bridge only) #699
Conversation
2ab1048
to
e0e2a88
Compare
Codecov ReportBase: 90.57% // Head: 91.59% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev #699 +/- ##
==========================================
+ Coverage 90.57% 91.59% +1.01%
==========================================
Files 35 42 +7
Lines 1762 1999 +237
Branches 296 361 +65
==========================================
+ Hits 1596 1831 +235
- Misses 166 168 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
ae18852
to
5073920
Compare
Deployment commands in the CLI are also updated to include an L2 deployment. Configuration and address book entries for Arbitrum are added as well.
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]> Co-authored-by: Pablo Carranza Vélez <[email protected]> Co-authored-by: Ariel Barmat <[email protected]>
8c8f6aa
to
3f6c55e
Compare
98738cd
to
b13a85f
Compare
Co-authored-by: Tomás Migone <[email protected]>
Co-authored-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
* feat(e2e): run L1 and L2 together in e2e tests Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
L2 public testnet deployment and related fixes
Socket Security Pull Request ReportDependency issues detected. If you merge this pull request, you will not be alerted to the instances of these issues again. 📜 Install scriptsInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts. Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.
Pull request report summary
Bot CommandsTo ignore an alert, reply with a comment starting with
Powered by socket.dev |
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.
🔥
Deployment commands in the CLI are also updated to include an L2 deployment.
Configuration and address book entries for Arbitrum are added as well.
This is a rebase of #552 and related PRs, including only the bridge (no changes to staking or rewards).
The changes in this PR correspond to GIP-0031