Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do we check what type of chimera chains are possible? #27

Open
FatemeShirazi opened this issue Dec 15, 2021 · 0 comments
Open

How do we check what type of chimera chains are possible? #27

FatemeShirazi opened this issue Dec 15, 2021 · 0 comments
Assignees

Comments

@FatemeShirazi
Copy link

FatemeShirazi commented Dec 15, 2021

If we only allow 2-way chimera chains then we are limiting scalability. One way to solve this is allow more than 2-way chimera chains. Since all of these chains need to have pairwise intersections with at least 1 honest node, the question that arises is how to efficiently find such combinations of chains who fulfil this condition? This needs to be done 1 time a day (at the beginning of each epoch when validators change).

To me the easiest way is a greedy approach or to have it done offline and allow users to submit good combinations and reward them for it.

Another question is that after genesis, once, we do have already multiple active chimera chains, can we add or remove main chains (ways) to the same chimera chain without having to kill the old chain and create a new chain at the beginning of each epoch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants