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 and Rewards module in Javascript #3114

Open
6 of 14 tasks
Chris-Hibbert opened this issue May 17, 2021 · 0 comments
Open
6 of 14 tasks

Staking and Rewards module in Javascript #3114

Chris-Hibbert opened this issue May 17, 2021 · 0 comments
Assignees
Labels
Core Economy OBSOLETE in favor of INTER-protocol enhancement New feature or request vaults_triage DO NOT USE

Comments

@Chris-Hibbert
Copy link
Contributor

Chris-Hibbert commented May 17, 2021

Implement the Javascript side of an API to track staking in response to events from the cosmos layer and call back to cosmos to assign rewards at block or epoch boundaries. The draft PR is #3112.

Settling on an API design is a separate issue: #3113

Expected messages from cosmos:

  • createValidator
  • editValidator
  • endBlock
  • delegate
  • undelegate
  • redelegate
  • validatorBonded
  • unbonding
  • slash
  • validatorUnbonding
  • validatorDeleted

Expected messages to Cosmos:

  • proposerReward
  • commission
  • rewards
@Chris-Hibbert Chris-Hibbert added enhancement New feature or request Large Core Economy OBSOLETE in favor of INTER-protocol labels May 17, 2021
@Chris-Hibbert Chris-Hibbert added this to the Beta Phase 4: Governance milestone May 17, 2021
@Chris-Hibbert Chris-Hibbert self-assigned this May 17, 2021
@JimLarson JimLarson self-assigned this May 20, 2021
@Tartuffo Tartuffo removed this from the Beta Phase 4: Governance milestone Feb 8, 2022
@Tartuffo Tartuffo removed the Large label Apr 8, 2022
@rowgraus rowgraus added the vaults_triage DO NOT USE label Dec 20, 2022
@ivanlei ivanlei removed the Beta label Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Economy OBSOLETE in favor of INTER-protocol enhancement New feature or request vaults_triage DO NOT USE
Projects
None yet
Development

No branches or pull requests

5 participants