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

Federated validation should accept initial membership and be already bootstrapped when spawned #33

Closed
adlrocha opened this issue Dec 15, 2023 · 2 comments

Comments

@adlrocha
Copy link
Contributor

Currently in federated validation, we still need to bootstrap the subnet, this means that a minimum number of validators would have to put some collateral in the subnet to bootstrap the subnet in order for the federated validation to kick in, and the owner to be able to start setting the federated power of validators.

I think this is not the way we want it to work. If we choose a Federated subnet, the operator should be able to pass an initial membership and spawn the subnet already bootstrapped without having to send any collateral.

Also, we should introduce a new type of permissioning called Static which would be equivalent to what we currently have in Mycelium, where we allow any validator to join through collateral until the subnet is bootstrapped, point from which no new validators will be accepted.

//cc @maciejwitowski @raulk @cryptoAtwill

@adlrocha
Copy link
Contributor Author

@jsoares jsoares transferred this issue from consensus-shipyard/ipc-solidity-actors Dec 19, 2023
@jsoares jsoares closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants