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

Staking can choose a reward type #1561

Closed
shannonwells opened this issue May 31, 2023 · 2 comments
Closed

Staking can choose a reward type #1561

shannonwells opened this issue May 31, 2023 · 2 comments
Assignees

Comments

@shannonwells
Copy link
Collaborator

shannonwells commented May 31, 2023

As a Frequency account holder, I want to be able to choose whether my stake targets a provider only for capacity (Maximum Capacity) or to split between token reward and Provider Capacity (Provider Boost).

Acceptance Criteria (In):

  • the stake extrinsic accepts a staking_type parameter, which is one of two enums, MaximumCapacity,ProviderBoost (naming is not set in stone).
  • the resulting StakingAccountDetails reflects this choice
  • the Capacity generated for the Provider reflects this choice (can be stubbed out with some constant value if needed)

Out:

  • any other effects such as earning actual token rewards
  • storage migration for StakingAccountDetails
@shannonwells
Copy link
Collaborator Author

Finished with bba4a02

1 similar comment
@shannonwells
Copy link
Collaborator Author

Finished with bba4a02

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

1 participant