-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Integrate v7 actors #7617
Integrate v7 actors #7617
Conversation
Needs to be changed to a Or we can just land in master with an upgrade epoch set to after the rapture. |
63dbe68
to
f47ab95
Compare
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.
Mostly some notes/nits
Also, wdpost test is unhappy (doesn't seem to be flaky, restarting didn't help)
f47ab95
to
8665e32
Compare
Codecov Report
@@ Coverage Diff @@
## next #7617 +/- ##
==========================================
- Coverage 39.84% 39.40% -0.44%
==========================================
Files 633 646 +13
Lines 67258 68376 +1118
==========================================
+ Hits 26796 26945 +149
- Misses 35874 36782 +908
- Partials 4588 4649 +61
Continue to review full report at Codecov.
|
This is now complete, good to merge after review |
Draft skeleton, basically does all the v7 integration except for FFI call for verification.
Blocked by actors work getting in (filecoin-project/specs-actors#1529)