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

Dynamic trashold #486

Open
volovyks opened this issue Mar 12, 2024 · 1 comment
Open

Dynamic trashold #486

volovyks opened this issue Mar 12, 2024 · 1 comment
Labels
Emerging Tech Emerging Tech flying formation at Pagoda Near BOS NEAR BOS team at Pagoda

Comments

@volovyks
Copy link
Collaborator

Description

Not the threshold is hardcoded (set during the init() call).
We need to change it according to the number of participants in the network.
It can be 50% +1
Lower boundary: 3-5
Upper boundary: depends on load testing

@volovyks volovyks added Near BOS NEAR BOS team at Pagoda Emerging Tech Emerging Tech flying formation at Pagoda labels Mar 12, 2024
@volovyks
Copy link
Collaborator Author

Now I'm not sure if we should have it. There is no point in moving the threshold from N to N+k, because N participants will still be able to recover the key using old key shares. The only way to make it more distributed is to change the key version and increase the number of participants.

Going below the original threshold and then back will make the system less secure, since now N-k participants will be able to recover the key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Emerging Tech Emerging Tech flying formation at Pagoda Near BOS NEAR BOS team at Pagoda
Projects
Status: Backlog
Development

No branches or pull requests

1 participant