-
Notifications
You must be signed in to change notification settings - Fork 889
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
Sign messages by Trezor #10903
Sign messages by Trezor #10903
Conversation
3daf64c
to
deb02a1
Compare
deb02a1
to
cc5be49
Compare
2b0e640
to
576ace2
Compare
cc5be49
to
44e461e
Compare
576ace2
to
d03f3b3
Compare
44e461e
to
d4c0461
Compare
d03f3b3
to
a9aec12
Compare
d4c0461
to
f40759c
Compare
a9aec12
to
97d6464
Compare
components/brave_wallet_ui/common/ledgerjs/eth_ledger_bridge_keyring.ts
Outdated
Show resolved
Hide resolved
f40759c
to
8c31a6e
Compare
97d6464
to
794ad9c
Compare
267e1d2
to
766a10e
Compare
794ad9c
to
a459d89
Compare
cfb9020
to
8e2e123
Compare
a459d89
to
39f385e
Compare
8e2e123
to
55db922
Compare
39f385e
to
37e8aec
Compare
e4760c5
to
636a2ad
Compare
37e8aec
to
eaf1f21
Compare
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.
Looks good. Please fix string spelling before merge, anything else is just a comment
const signMessageRequest = await getPendingSignMessageRequest() | ||
if (signMessageRequest) { | ||
store.dispatch(PanelActions.signMessage(signMessageRequest)) | ||
return | ||
} |
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.
Just a question (and maybe warrants a code comment in a follow-up): What does this do? Attempt to re-sign the request again? Or sign the next request if there is one?
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.
sign next if there is one
41f15b3
to
c3ede61
Compare
c3ede61
to
0d41cc5
Compare
0d41cc5
to
d2ff731
Compare
(cherry picked from commit a375958)
(cherry picked from commit a375958)
Resolves brave/brave-browser#19219
Submitter Checklist:
QA/Yes
orQA/No
;release-notes/include
orrelease-notes/exclude
;OS/...
) to the associated issuenpm run test -- brave_browser_tests
,npm run test -- brave_unit_tests
,npm run lint
,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: