-
Notifications
You must be signed in to change notification settings - Fork 879
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
feat(wallet): add Ramp as an fiat onramp provider #12861
Conversation
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
00515c1
to
912bed0
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
df99223
to
b7ac21e
Compare
b7ac21e
to
bd4da02
Compare
A Storybook has been deployed to preview UI for the latest push |
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.
Android changes look good!
bd4da02
to
5d8634a
Compare
A Storybook has been deployed to preview UI for the latest push |
A Storybook has been deployed to preview UI for the latest push |
Update since last review: added Ramp Network production host key to the query parameters for us to receive commissions. |
{"braveWalletConfirmTransactionTransactionFee", | ||
IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_TRANSACTION_FEE}, |
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.
@onyb This shouldn't be removed by your PR.
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.
I don't recall why I removed it. Probably because it was not used at the time. Should've checked with a git blame
. I see Douglas took care of it.
{"braveWalletConfirmTransactionAmountFee", | ||
IDS_BRAVE_WALLET_CONFIRM_TRANSACTION_AMOUNT_FEE}, |
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.
This shouldn't be removed either.
Extracted out some of the TS logic in #12830 into the cpp backend. This PR only includes backend changes; Ramp is not yet added to the frontend.
cc: @kylehickinson regarding the ios changes - this PR changes the
buyUrl
andbuyTokens
API.Resolves brave/brave-browser#21639.
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
Demo
N/A