-
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
Adds retries for unverified publishers #2512
Conversation
ae99efb
to
9a34776
Compare
4d1f115
to
55e698c
Compare
52684a0
to
247e404
Compare
e5397d6
to
d0373cb
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.
Basically LGTM, just had a few comments.
components/brave_rewards/resources/extension/brave_rewards/_locales/en_US/messages.json
Outdated
Show resolved
Hide resolved
components/brave_rewards/resources/extension/brave_rewards/components/panel.tsx
Outdated
Show resolved
Hide resolved
vendor/bat-native-ledger/src/bat/ledger/internal/bat_contribution.cc
Outdated
Show resolved
Hide resolved
vendor/bat-native-ledger/src/bat/ledger/internal/bat_contribution.cc
Outdated
Show resolved
Hide resolved
vendor/bat-native-ledger/src/bat/ledger/internal/bat_publishers.h
Outdated
Show resolved
Hide resolved
components/brave_rewards/browser/rewards_service_browsertest.cc
Outdated
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, just had one suggestion.
d0373cb
to
28b2ef4
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.
LGTM
Adds retries for unverified publishers
Adds retries for unverified publishers
Tested the following items on Nightly - primarily using:
cc @kjozwiak |
Basically went through the same cases @LaurenWags did above on Windows during the weekend everything seems like it's working as expected. Thanks for the detailed summary @LaurenWags! It was really helpful when going through checks on me end 👍 |
Merge pull request #2512 from brave/unverified-retries
Resolves brave/brave-browser#3741
UI PR: brave/brave-ui#482
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests && npm run test-security
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
3zsistemi.si
to false from["3zsistemi.si",true,false....
to["3zsistemi.si",false,false....
Reviewer Checklist:
After-merge Checklist:
changes has landed on.