-
Notifications
You must be signed in to change notification settings - Fork 350
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git βοΈ 4 Skipped Deployments
|
|
||
// const stakeCredential = getAccountStakeCredential(account.xpub as string, account.index); | ||
// const stakeKeyHashCredential: TyphonTypes.HashCredential = { | ||
// hash: Buffer.from(stakeCredential.key, "hex"), |
There was a problem hiding this comment.
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 ?
There was a problem hiding this comment.
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 π
* disable rewards withdraw * add changeset --------- Co-authored-by: pavanvora <[email protected]>
β Checklist
npx changeset
was attached.π 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
π§ Checklist for the PR Reviewers