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.
This way, the genesis block timestamp defines the block slots of the blockchain as [b.header.timestamp+BLOCK_SLOT_LENGTH, b.header.timestamp + 2*BLOCK_SLOT_LENGTH), [b.header.timestamp + 2*BLOCK_SLOT_LENGTH, b.header.timestamp + 3*BLOCK_SLOT_LENGTH), and so on.
nazarhussain
changed the title
Remove time offset for the slot calculation and the config setting
Remove epochTime config and update the slot calculation to use genesis block timestamp
Jun 10, 2020
pablitovicente
changed the title
Remove epochTime config and update the slot calculation to use genesis block timestamp
Replace epochTime with genesis block timestamp
Jun 10, 2020
Description
epoch time
from the configlisk-chain
to usegenesis block timestamp
instead of epoch time.The slot number will be calculated as:
Where
slotTime
can be any unix time and interval would be the block time which is default to 10s.Motivation
Acceptance Criteria
Additional Information
The related information can be found on https://github.com/LiskHQ/lips/blob/master/proposals/lip-0034.md#block-processing
Related issues #5234
The text was updated successfully, but these errors were encountered: