-
Notifications
You must be signed in to change notification settings - Fork 10
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
Epic: PoE module follow ups #53
Comments
Is this done? |
We don't have support for the hard fork scenario via
|
This #49 and #50 are all about dump-state-and-restart scenario. This would be good to have before mainnet, although I would prefer x/upgrade generally (and we could x/upgrade to a new version that supports this if needed). Could you make one issue that explains all requirements for dump-state-and-restart and close all these (and link them to the new issue). These are old, and a bit lost in the pile. |
Incomplete
* Genesis elements to customize the PoE contract instantiation config (fix in code)* Queries (CLI/GRPC) that bridge to the PoE contractsMissing
* Historical staking data for IBC see https://github.com/cosmos/cosmos-sdk/blob/v0.42.5/x/ibc/core/02-client/types/expected_keepers.go#L11* StakingAdapter implementation* Add/ remove stake ? What other commands/ queries do we need~~* Where do we store Validator meta data (moniker, ...) / ~~
* Edit validator meta data message/ commandPuzzle
* Do we need an admin for the mixer contract?The text was updated successfully, but these errors were encountered: