[General] What consensus mechanism is used for zksync hyperchains? #172
-
EnvironmentTestnet Provide a brief description of the functionality you're trying to implement.What consensus mechanism is used for zksync hyperchains? and is consensus even needed in hyperchains I read in the FAQs that zkPorter uses POS. Why is that? I came across this question through topic "How to avoid the fragmentation of consensus stake in a multi-rollup ecosystem" in the zkfellowship. I dont even think consensus stake is even needed for L2's. L2's security is dependent on the L1 so why stake What is the specific issue or error you're encountering?. Can you share the error messages or logs you're receiving, if any?. Have you made any recent changes to the contract before encountering this issue?. Are there any external libraries or contracts that your contract interacts with?. Can you provide the relevant portions of your contract code where the issue is occurring?. Have you tried to isolate the problem, and if so, what were the results?. What steps have you already taken to try to resolve the issue?. Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 9 replies
-
hello 👋 Currently zkSync does not have a consensus mechanism in place but we intend to decentralize the sequencers where we will make use of a faster version of HotStuff that we call HotShot. Alex briefly discusses it in his ETHCC address which can be found here, roughly at the ~8:40 mark. |
Beta Was this translation helpful? Give feedback.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
-
To make things clearer, I'd like to make a comparison with systems already in place. If I've understood correctly, hyperchains can be configured as required, with a mix of zk rollups and zk porter. Can we talk about modularity like celestia, which offsets the availability of off-chain data? Are hyperchains like rollapps in the dymension ecosystem? In this case Zk Stacks could be considered as cosmos SDK that makes it easy to create hyperchains? |
Beta Was this translation helpful? Give feedback.
hello 👋
Currently zkSync does not have a consensus mechanism in place but we intend to decentralize the sequencers where we will make use of a faster version of HotStuff that we call HotShot. Alex briefly discusses it in his ETHCC address which can be found here, roughly at the ~8:40 mark.