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 raw miner address for block validation #365

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

Retrieve raw miner address for block validation #365

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

Task summary

The winner check and block signature check within block validation require the raw miner work address. Specifically, the raw miner address is used a parameter for verifying VRF and verifying the block signatures.

Specification reference

Other information and links

In our codebase, we would be utilizing the raw miner address during the block validation process in the ChainSyncer component here.

@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