Polkadot主网中的重要参数

懵懂的女人 提交于 2019-11-30 09:51:17

在kusama和mainnet中,epoch就是session

A session is a period of time that has a constant set of validators. Validators can only join or exit the validator set at a session change. It is measured in block numbers. The block where a session is ended is determined by the ShouldSessionEnd trait. When the session is ending, a new validator set can be chosen by OnSessionEnding implementations.

1 session == 2400 blocks (4 hours)  
1 era == 6 sessions == 14400 blocks (24 hours)
"validator set" 一个4小时选一次
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!