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

Update consensus min power #946

Merged
merged 1 commit into from
Jan 22, 2021
Merged

Update consensus min power #946

merged 1 commit into from
Jan 22, 2021

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

So in v2 they decided to have a hashmap of all proofs to their corresponding minimum consensus power, makes sense. Turns out the function they used to override the single value in v0 was used to iterate over every hashmap value and set it to a static 10 << 40. Why did they change it to this variably set map if they were just going to overwrite all values to one static? Why would they not alter the setting of consensus minimum to match this change? I don't have the answers

Reference issue to close (if applicable)

Closes

Other information and links

@austinabell austinabell added Bug Status: Needs Review Spec Change Updates to implementation required due to a Filecoin spec change after implementation labels Jan 22, 2021
Copy link
Member

@ec2 ec2 left a comment

Choose a reason for hiding this comment

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

huh... this is quite weird

@austinabell austinabell merged commit 334551e into main Jan 22, 2021
@austinabell austinabell deleted the austin/v2/minpower branch January 22, 2021 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Spec Change Updates to implementation required due to a Filecoin spec change after implementation Status: Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants