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

review feedback for actors.md #179

Merged
merged 2 commits into from Mar 18, 2019
Merged

review feedback for actors.md #179

merged 2 commits into from Mar 18, 2019

Conversation

whyrusleeping
Copy link
Member

No description provided.

@whyrusleeping
Copy link
Member Author

@dignifiedquire @porcuquine could I get some eyes on the submitPoSt method? I want to make sure we caught all the issues here.

func CommitSector(commD, commR []byte, proof *SealProof) SectorID {
if !miner.ValidatePoRep(commD, commR, miner.PublicKey, proof) {
// NotYetSpeced: ValidatePoRep, EnsureSectorIsUnique, CollateralForSector
func CommitSector(comm Commitment, proof *SealProof) SectorID {
Copy link
Contributor

Choose a reason for hiding this comment

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

should define Commitment or add it to not yet speced

actors.md Outdated
## Storage Market Actor

The storage market actor is the central point for the Filecoin storage market. It is responsible for registering new miners to the system, and maintaining the power table.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe add something about the fact that THE storage market lives at a specific address, and is the only one that will be accepted in operations?

@whyrusleeping whyrusleeping merged commit 5454250 into master Mar 18, 2019
@whyrusleeping whyrusleeping deleted the feat/review-feedback-3 branch March 18, 2019 17:24
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.

None yet

2 participants