-
Notifications
You must be signed in to change notification settings - Fork 156
Merge dev into pcv/l2-linear-rewards #752
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
Merge dev into pcv/l2-linear-rewards #752
Conversation
Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
* feat: add optional expression logging to GRE Closes: #702 Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
test: print gas report, and ensure evm is killed
Signed-off-by: Tomás Migone <[email protected]>
… extra gas Signed-off-by: Tomás Migone <[email protected]>
…fic string literal once Signed-off-by: Tomás Migone <[email protected]>
…nt in a require() Signed-off-by: Tomás Migone <[email protected]>
Signed-off-by: Tomás Migone <[email protected]>
…guments should be at the top of the function Signed-off-by: Tomás Migone <[email protected]>
…ak256(), should use immutable rather than constant Signed-off-by: Tomás Migone <[email protected]>
…red to a modifier or function 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
feat: add Arbitrum GRT bridge (rebased, bridge only)
Conflicts fixed for: - contracts/gateway/L1GraphTokenGateway.sol - test/gateway/l1GraphTokenGateway.test.ts - test/rewards/rewards.test.ts
Codecov ReportBase: 91.60% // Head: 91.66% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## pcv/l2-linear-rewards #752 +/- ##
=========================================================
+ Coverage 91.60% 91.66% +0.06%
=========================================================
Files 41 41
Lines 2001 2016 +15
Branches 350 365 +15
=========================================================
+ Hits 1833 1848 +15
Misses 168 168
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. |
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.
💯
Fixing some merge conflicts for #700