-
Notifications
You must be signed in to change notification settings - Fork 882
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
[ads] Fixes earnings in rewards non-custodian state count towards earnings in rewards custodian state #26235
Conversation
be085ef
to
167c585
Compare
f9d8348
to
7b36710
Compare
[puLL-Merge] - brave/brave-core@26235 DescriptionThis pull request modifies the behavior of the Brave Ads system, particularly in relation to user rewards and wallet migration. The changes remove the functionality for migrating verified rewards users and simplify the process of clearing and restarting the ads service. ChangesChanges
Possible IssuesThe removal of the verified rewards user migration functionality might affect users who haven't yet migrated. It's important to ensure that this change doesn't negatively impact existing users or cause any data loss. Security HotspotsThere are no apparent security hotspots in this change. The modifications primarily involve removing functionality rather than adding new code that could introduce vulnerabilities. |
e0f042a
to
237d759
Compare
…nings in rewards custodian state
Released in v1.73.51 |
Resolves brave/brave-browser#41425
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
wikinpm run presubmit
wiki,npm run gn_check
,npm run tslint
git rebase master
(if needed)Reviewer Checklist:
gn
After-merge Checklist:
changes has landed on
Test Plan: