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.
We should track information about missed blocks - that will give us better network overview. To achieve that we need additional table in database, for example missed_blocks in which we will store information about outsiders:
block height
slot number
expected generator public key
We should check if need to delete from that table in case of round backward-tick.
Also proper endpoint that will return those missed block should be added to API.
We should track information about missed blocks - that will give us better network overview. To achieve that we need additional table in database, for example
missed_blocks
in which we will store information aboutoutsiders
:We should check if need to delete from that table in case of round backward-tick.
Also proper endpoint that will return those missed block should be added to API.
Resources:
https://github.com/LiskHQ/lisk/blob/development/logic/round.js#L25
https://github.com/LiskHQ/lisk/blob/development/sql/rounds.js#L8
https://github.com/LiskHQ/lisk/blob/development/modules/rounds.js#L242
The text was updated successfully, but these errors were encountered: