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

Miner Actor v3 #1032

Merged
merged 22 commits into from
Mar 3, 2021
Merged

Miner Actor v3 #1032

merged 22 commits into from
Mar 3, 2021

Conversation

ec2
Copy link
Member

@ec2 ec2 commented Feb 25, 2021

Summary of changes
Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

Other information and links

@@ -66,6 +66,19 @@ impl RegisteredSealProof {
let epochs_per_year = 1_262_277;
5 * epochs_per_year
}

Copy link
Contributor

Choose a reason for hiding this comment

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

nit: comment

@@ -121,6 +134,37 @@ impl RegisteredPoStProof {
Invalid(i) => Err(format!("unsupported proof type: {}", i)),
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

nit: comment

@ec2 ec2 requested a review from creativcoder as a code owner March 3, 2021 15:52
@ec2 ec2 merged commit 608c0a9 into main Mar 3, 2021
@ec2 ec2 deleted the ec2/miner-actor-v3 branch March 3, 2021 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants