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

feat: add staking staking from collateral asset #11743

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

jeremyletang
Copy link
Member

@jeremyletang jeremyletang commented Oct 18, 2024

  • staking from general account with a transfer to the locked_for_staking account
  • staking from vesting and vested account, as soon as a reward is payed on the vesting account
  • unstaking as soon as funds are transfered back to the general account from the locked_for_staking
  • unstaking as soon as funds are transfered out of the vested account.

close #11744.

- staking from general account with a transfer to the locked_for_staking account
- staking from vesting and vested account, as soon as a reward is payed on the vesting account
- unstaking as soon as funds are transfered back to the general account from the locked_for_staking
- unstaking as soon as funds are transfered out of the vested account.

Signed-off-by: Jeremy Letang <[email protected]>
@jeremyletang jeremyletang force-pushed the feature/staking-from-collateral branch from 8c61add to afe6ce9 Compare October 18, 2024 14:01
Signed-off-by: Jeremy Letang <[email protected]>
Signed-off-by: Jeremy Letang <[email protected]>
@jeremyletang jeremyletang marked this pull request as ready for review October 18, 2024 15:39
@jeremyletang jeremyletang requested review from candida-d and a team as code owners October 18, 2024 15:39
Signed-off-by: Jeremy Letang <[email protected]>
protos/sources/vega/vega.proto Outdated Show resolved Hide resolved
datanode/gateway/graphql/schema.graphql Outdated Show resolved Hide resolved
@jeremyletang jeremyletang force-pushed the feature/staking-from-collateral branch from b48f305 to e763a1f Compare October 19, 2024 10:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Enable staking from collateral bridge
2 participants