You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Overview
Currently,
getWork
api does not take any parameters when it is called byvalidator
client. For resolvingmultiple 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 topandora
client. WhengetWork
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.The text was updated successfully, but these errors were encountered: