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

Retrieve network raw power for block validation #362

Closed
dutterbutter opened this issue Apr 20, 2020 · 0 comments · Fixed by #369
Closed

Retrieve network raw power for block validation #362

dutterbutter opened this issue Apr 20, 2020 · 0 comments · Fixed by #369
Assignees
Labels
Priority: 3 - Medium Nice-to-have, does not impede core functionality

Comments

@dutterbutter
Copy link
Contributor

dutterbutter commented Apr 20, 2020

Task summary

Determining if a ticket is a winner requires the claimed power and total network power. We need the ability to retrieve these values during block validation to be used for determining a ticket winner.

Specification reference

Other information and links

In our codebase, the retrieval of these two power params would likely be called from the Chainsyncer component during the validation process. And would likely live under the StateManager component.

@dutterbutter dutterbutter added Status: Needs Triage Issue has unresolved discussions and/or needs to be assigned a priority and assignee Blockchain Priority: 3 - Medium Nice-to-have, does not impede core functionality labels Apr 20, 2020
@austinabell austinabell removed the Status: Needs Triage Issue has unresolved discussions and/or needs to be assigned a priority and assignee label Apr 20, 2020
@dutterbutter dutterbutter self-assigned this Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: 3 - Medium Nice-to-have, does not impede core functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants