-
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
Arbitrum devnet with rewards distribution #571
Conversation
c7e19da
to
818d0c9
Compare
8fce39d
to
574e962
Compare
053ef34
to
f5a5f24
Compare
0eb2fa1
to
4bc5da3
Compare
f5a5f24
to
87f4bec
Compare
4bc5da3
to
6234aa0
Compare
87f4bec
to
edbc3e0
Compare
6234aa0
to
cf6f068
Compare
Codecov Report
@@ Coverage Diff @@
## pcv/arb-bridge-cli #571 +/- ##
======================================================
+ Coverage 91.27% 91.92% +0.64%
======================================================
Files 40 44 +4
Lines 1948 2080 +132
Branches 321 356 +35
======================================================
+ Hits 1778 1912 +134
+ Misses 170 168 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
edbc3e0
to
795effd
Compare
07b5d5f
to
ada129c
Compare
795effd
to
6f70096
Compare
ada129c
to
a9787e8
Compare
6f70096
to
00e7d3a
Compare
This PR adds a full deployment to the Arbitrum One layer 2, and refactors rewards distribution so that they can be periodically dripped on L1. A fraction of the minted rewards can be sent to L2 (which would initially be 0 in the devnet phase).
Full GIP pending.
This PR temporarily targets the
pcv/arb-bridge-cli
branch as it depends on #552 and #556 being merged first. It also includes the changes from #569 as I'm assuming that will be merged and deployed before this.