Question: How POS consensus for polygon edge works? #458
-
|
Beta Was this translation helpful? Give feedback.
Answered by
Kourin1996
Mar 14, 2022
Replies: 1 comment
-
Please note our PoS is under development. There would be some functions to be added into PoS. then I'd like to answer your questions:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Kvenessa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Kvenessa
Please note our PoS is under development. There would be some functions to be added into PoS.
Currently, Staking contract maintains a validator set and an account that has staked enough amount into the contract will be a validator. The validator set will not update in the consensus layer after immediately the validator set in the contract changed. The consensus layer fetches validator set from the Staking contract every epoch (every 100000 blocks as default) and set it to own validator set.
then I'd like to answer your questions: