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
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
ManuGowda
changed the title
Fix random seed for a delegate in the previous block headers
Fix random seed calculation for a delegate using previous block headers
Jul 1, 2021
ManuGowda
changed the title
Fix random seed calculation for a delegate using previous block headers
Fix random seed calculation for a delegate when using previous block headers
Jul 1, 2021
Expected behavior
Should return header for a delegate if random seed exists, if the random seed does not exists it should return undefined.
Actual behavior
With the genesis block height != 0, when selecting a random seed, it tries to look too much in the past (ie: height lower than genesis block) and fail
Steps to reproduce
Which version(s) does this affect? (Environment, OS, etc...)
Lisk SDK 5.0.5, Lisk Core 3.0.0-rc.0
The text was updated successfully, but these errors were encountered: