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

Add PoA modules, also NtoN example #32

Closed
ethanfrey opened this issue Mar 12, 2018 · 1 comment
Closed

Add PoA modules, also NtoN example #32

ethanfrey opened this issue Mar 12, 2018 · 1 comment
Labels

Comments

@ethanfrey
Copy link
Contributor

We can use a simple staking modules with a fixed set of delegators, who may delegate to different validators. Thus, the private key of the machine is not fixed, but rather the key that can assign it. This allows unwatching for example, and provides a simple module to also control dynamic testnet configurations.

All "bonds" should be indexed by both the validator and the delegator, and this provides an example of N-to-N relations and queries that needs to be modeled with the orm, for the advantage of other use cases as well.

@ethanfrey
Copy link
Contributor Author

N to n example done.

PoA done with update validators kind of.

The story above is vague and doesn't match any business requirements.

Closing

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

No branches or pull requests

2 participants