-
Notifications
You must be signed in to change notification settings - Fork 896
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] Follow up to #37390: Failing to Initialize ads due to corrupted confirmations.json #23083
Conversation
|
[puLL-Merge] - brave/brave-core@23083 Here is my review: DescriptionThis PR removes the legacy rewards migration code from the brave-core ads component. The rewards migration was responsible for migrating legacy Brave Rewards state to the new Ads database. Now that the migration is complete, this code can be removed. ChangesChanges
Security HotspotsNone identified. This change removes legacy code and does not introduce any new attack surface. |
Followup to brave/brave-browser#37390 |
Verified with
Verified recovered from corrupted state
Verified ads are served:
|
Resolves brave/brave-browser#37589
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: