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 Transaction History and Management Features #2212

Assignees

Comments

@erichfi
Copy link
Collaborator

erichfi commented Feb 26, 2024

User Story:

As a user of Identity Staking v2,
I want to view a detailed history of my staking transactions and have the ability to restake or unstake,
So that I can manage my staking portfolio within the app effectively.

Acceptance Criteria

GIVEN I am viewing the "Your Stake History" section,
WHEN I review my staking transactions,
THEN I should see all relevant details (amount, status, lock-up periods, start/end dates) and have options to perform restake or unstake actions if desired.

Product & Design Links:

Design Spec

Tech Details:

  • Develop a detailed transaction history log.
  • Implement restake and unstake functionalities with appropriate integrations into the blockchain.
  • Provide clear user instructions and confirmations for these actions.

Open Questions:

Notes/Assumptions:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment