Skip to content
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

Merged
merged 1 commit into from
Sep 22, 2021
Merged

Add v6 actors #7357

merged 1 commit into from
Sep 22, 2021

Conversation

arajasek
Copy link
Contributor

@arajasek arajasek commented Sep 20, 2021

Closes #7295

@arajasek arajasek requested a review from a team as a code owner September 20, 2021 19:52
@arajasek arajasek force-pushed the asr/v6actors branch 2 times, most recently from 95b3c33 to fc28e6b Compare September 20, 2021 21:04
@codecov
Copy link

codecov bot commented Sep 20, 2021

Codecov Report

Merging #7357 (7b4c657) into feat/nv14 (b9bfcc4) will increase coverage by 0.20%.
The diff coverage is 57.07%.

Impacted file tree graph

@@              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     
Impacted Files Coverage Δ
build/params_mainnet.go 71.42% <0.00%> (ø)
build/params_shared_vals.go 71.42% <ø> (ø)
chain/vm/runtime.go 54.22% <ø> (ø)
chain/actors/builtin/miner/miner.go 26.95% <22.22%> (-0.41%) ⬇️
chain/actors/builtin/paych/paych.go 23.86% <36.36%> (+6.98%) ⬆️
chain/actors/builtin/init/v6.go 42.59% <42.59%> (ø)
chain/actors/builtin/market/v6.go 42.60% <42.60%> (ø)
chain/actors/builtin/builtin.go 35.71% <46.66%> (-1.03%) ⬇️
chain/actors/builtin/cron/v6.go 50.00% <50.00%> (ø)
chain/actors/builtin/system/v6.go 50.00% <50.00%> (ø)
... and 64 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b9bfcc4...7b4c657. Read the comment docs.

Copy link
Contributor

@magik6k magik6k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 question

Comment on lines +75 to +82
{{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)
}

Copy link
Contributor

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?

Copy link
Contributor Author

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

@magik6k magik6k merged commit e68c8cb into feat/nv14 Sep 22, 2021
@magik6k magik6k deleted the asr/v6actors branch September 22, 2021 10:08
@jennijuju jennijuju added this to the Network v14 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants