-
Notifications
You must be signed in to change notification settings - Fork 893
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
Promotion expiration #4035
Promotion expiration #4035
Conversation
components/brave_rewards/browser/database/publisher_info_database.cc
Outdated
Show resolved
Hide resolved
f245b3d
to
ceefcd5
Compare
components/brave_rewards/browser/database/publisher_info_database.cc
Outdated
Show resolved
Hide resolved
components/services/bat_ledger/public/cpp/ledger_client_mojo_proxy.h
Outdated
Show resolved
Hide resolved
components/services/bat_ledger/public/cpp/ledger_client_mojo_proxy.h
Outdated
Show resolved
Hide resolved
can you please add browser test for it? |
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.
ceefcd5
to
fd1e7b3
Compare
Will do, and I'll investigate the promotions thing - I spotted that but thought it was correct as it was a history of the claim. I'm guessing data is cached elsewhere. |
6a35358
to
44bb5c8
Compare
44bb5c8
to
19da6c7
Compare
@@ -311,8 +311,12 @@ class LEDGER_EXPORT LedgerClient { | |||
ledger::GetAllUnblindedTokensCallback callback) = 0; | |||
|
|||
virtual void DeleteUnblindedTokens( | |||
const std::vector<std::string>& id_list, | |||
ledger::ResultCallback callback) = 0; | |||
const std::vector<std::string>& id_list, |
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.
spacing was fixed for this function
19da6c7
to
babc189
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.
iOS db implementation will be migrated to native libs in #4087
CI failed on |
babc189
to
03ab400
Compare
components/brave_rewards/resources/android_page/components/pageWallet.tsx
Show resolved
Hide resolved
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.
LGTM++
Resolves brave/brave-browser#6947
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
publisher_info_db
to be in the past (i.e. 946684800 for 00:00:00 01/01/2000)Reviewer Checklist:
After-merge Checklist:
changes has landed on.