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

Add parent header hash and block number in getWork api #68

Open
atif-konasl opened this issue Jun 8, 2021 · 0 comments
Open

Add parent header hash and block number in getWork api #68

atif-konasl opened this issue Jun 8, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@atif-konasl
Copy link

Overview

Currently, getWork api does not take any parameters when it is called by validator client. For resolving multiple pandora block for single slot problem, getWork api needs to know about previous parent hash and block number from vanguard side and validator will provide this information to pandora client. When getWork gets these 2 value, then it will compare with its canonical chain's head's hash and block number. If they are matched then pandora will create new block.

@atif-konasl atif-konasl added the enhancement New feature or request label Jun 8, 2021
@atif-konasl atif-konasl self-assigned this Jun 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant