-
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
Add v6 actors #7357
Add v6 actors #7357
Conversation
95b3c33
to
fc28e6b
Compare
Codecov Report
@@ Coverage Diff @@
## feat/nv14 #7357 +/- ##
=============================================
+ Coverage 39.06% 39.27% +0.20%
=============================================
Files 614 627 +13
Lines 64996 66084 +1088
=============================================
+ Hits 25389 25952 +563
- Misses 35204 35652 +448
- Partials 4403 4480 +77
Continue to review 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.
1 question
{{else}} | ||
miner{{.}}.PreCommitSealProofTypesV8[t+abi.RegisteredSealProof_StackedDrg2KiBV1_1] = struct{}{} | ||
wpp, err = t.RegisteredWindowPoStProof() | ||
if err != nil { | ||
// Fine to panic, this is a test-only method | ||
panic(err) | ||
} | ||
|
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.
How is this different from the v5 thing?
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.
for v5 we := define wpp
and err
for the first time, v6 onwards uses the same variables
fc28e6b
to
7b4c657
Compare
Closes #7295