-
Notifications
You must be signed in to change notification settings - Fork 295
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
[DDW-584] Apply withdrawals to Hardware Wallets #2408
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
topseniors
suggested changes
Feb 26, 2021
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.
@tomislavhoracek Great work. 🥇
Left minor comments. Would you please take a look at them?
topseniors
approved these changes
Feb 26, 2021
ManusMcCole
approved these changes
Feb 26, 2021
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.
Goodjob @tomislavhoracek
can somebody please give me a clear answer so basically none of the virgins
of the wallet can open my secret key file for now and they're working on
one that will is that my only solution?
…On Fri, Feb 26, 2021, 9:27 AM ManusMcCole ***@***.***> wrote:
***@***.**** approved this pull request.
Goodjob @tomislavhoracek <https://github.com/tomislavhoracek>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2408 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS7OIOFDYIGCMCTWASXGATDTA6VW5ANCNFSM4YG5AXTA>
.
|
nikolaglumac
added
release-4.0.0-RC1
Daedalus Testnet
release-4.0.0-FC1
Daedalus Flight
release-4.0.0
Daedalus Mainnet
and removed
⏳release-vNext
labels
Feb 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
chore
release-4.0.0-FC1
Daedalus Flight
release-4.0.0-RC1
Daedalus Testnet
release-4.0.0
Daedalus Mainnet
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces extended transaction signing / sending data with withdrawals with Hardware Wallets. Now we can use rewards along with Hardware wallets!
NOTE: DO NOT MERGE
b6810e8401b04b1d8a1a142f0b06b47cd6b51186
)Testing Checklist
available wallet balance
+rewards
. Test with Ledger and TrezorWithdrawals Example:
walletBalance = 50
,availableWalletBalance = 48
,rewards = 2
49 ADA
- this means that you want to send yourfull wallet available balance without rewards
+rewards
to cover the transaction amount.withdrawals
on your HW device. After that, once tx sent, you can see rewards sent in transaction details e.g. summary screen.Test Cases
Review Checklist
Basics
feature
/bug
/chore
,release-x.x.x
)yarn test
)yarn dev
)yarn package
/ CI builds)yarn flow:test
)yarn lint
)yarn prettier:check
)yarn manage:translations
produces no changes)yarn storybook
)yarn.lock
file is updatedCode Quality
Testing
After Review
done
column on the YouTrack board