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

Support/chang hardfork bis #8812

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Support/chang hardfork bis #8812

merged 2 commits into from
Jan 6, 2025

Conversation

Wozacosta
Copy link
Contributor

βœ… Checklist

  • npx changeset was attached.
  • Covered by automatic tests.
  • Impact of the changes:
    • ...

πŸ“ Description

Original PR: #8770

With the upcoming Cardano hard fork every Cardano wallet will be required to participate in governance by selecting a DRep and without doing so they won't be able to withdraw the rewards.

The current implementation has auto withdrawal of the rewards, which will break after the hard fork. This is a work around PR so users can continue using their wallet as normal with their rewards being locked until the DRep feature gets implemented to Ledger Live.

❓ Context

  • JIRA or GitHub link: LIVE-15541

🧐 Checklist for the PR Reviewers

  • The code aligns with the requirements described in the linked JIRA or GitHub issue.
  • The PR description clearly documents the changes made and explains any technical trade-offs or design decisions.
  • There are no undocumented trade-offs, technical debt, or maintainability issues.
  • The PR has been tested thoroughly, and any potential edge cases have been considered and handled.
  • Any new dependencies have been justified and documented.
  • Performance considerations have been taken into account. (changes have been profiled or benchmarked if necessary)

@Wozacosta Wozacosta requested a review from a team as a code owner January 6, 2025 12:04
Copy link

vercel bot commented Jan 6, 2025

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
ledger-live-github-bot ⬜️ Ignored (Inspect) Jan 6, 2025 0:04am
native-ui-storybook ⬜️ Ignored (Inspect) Jan 6, 2025 0:04am
react-ui-storybook ⬜️ Ignored (Inspect) Jan 6, 2025 0:04am
web-tools ⬜️ Ignored (Inspect) Jan 6, 2025 0:04am


// const stakeCredential = getAccountStakeCredential(account.xpub as string, account.index);
// const stakeKeyHashCredential: TyphonTypes.HashCredential = {
// hash: Buffer.from(stakeCredential.key, "hex"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you want to delete all those comments ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @qperrot, this changes are temporary and that commented code will be in use later πŸ™‚

@qperrot qperrot self-requested a review January 6, 2025 12:36
@Wozacosta Wozacosta merged commit 8fb90ef into develop Jan 6, 2025
53 of 54 checks passed
@Wozacosta Wozacosta deleted the support/chang-hardfork-bis branch January 6, 2025 12:58
@Wozacosta Wozacosta mentioned this pull request Jan 6, 2025
3 tasks
ThatOneCalculator pushed a commit to ThatOneCalculator/ledger-live that referenced this pull request Jan 6, 2025
* disable rewards withdraw

* add changeset

---------

Co-authored-by: pavanvora <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants