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

Pallet-pool-system: Closing extrinsic #1170

Open
mustermeiszer opened this issue Jan 14, 2023 · 0 comments
Open

Pallet-pool-system: Closing extrinsic #1170

mustermeiszer opened this issue Jan 14, 2023 · 0 comments
Labels
I8-enhancement An additional feature. P2-nice-to-have Issue is worth doing. Q3-medium Can be done with good experience in the language, but little knowledge of the codebase.

Comments

@mustermeiszer
Copy link
Collaborator

mustermeiszer commented Jan 14, 2023

Currently, a pool can not be shut down by a pool-admin, but this should be possible.

The concept is the following. Closing means

  • No more withdraws are possible
  • Epochs must still be closeable and executable
  • Deposits are still possible
  • No more investements
  • But redeeming is possible

Basically, if a pool-admin closes a pool, this means the pool winds up over time

This is a prerequisite for #1169

This is blocked by: #632

@mustermeiszer mustermeiszer added Q3-medium Can be done with good experience in the language, but little knowledge of the codebase. P2-nice-to-have Issue is worth doing. I8-enhancement An additional feature. labels Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I8-enhancement An additional feature. P2-nice-to-have Issue is worth doing. Q3-medium Can be done with good experience in the language, but little knowledge of the codebase.
Projects
None yet
Development

No branches or pull requests

1 participant