-
Notifications
You must be signed in to change notification settings - Fork 873
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 guards #5485
Merged
Merged
Promotion guards #5485
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NejcZdovc
commented
May 7, 2020
vendor/bat-native-ledger/include/bat/ledger/public/interfaces/ledger.mojom
Show resolved
Hide resolved
NejcZdovc
commented
May 8, 2020
@@ -193,6 +193,13 @@ void Promotion::OnGetAllPromotions( | |||
return; | |||
} | |||
|
|||
// even though that some promotions are corrupted | |||
// we should display non corrupted ones either way | |||
if (success == ledger::Result::CORRUPTED_DATA) { |
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.
we should still continue for promotions that are not corrupted
NejcZdovc
commented
May 8, 2020
NejcZdovc
requested review from
gdregalo,
kylehickinson and
tmancey
as code owners
May 8, 2020 07:55
NejcZdovc
force-pushed
the
promotion-guards
branch
from
May 8, 2020 07:55
94c0341
to
382a9e4
Compare
tmancey
reviewed
May 8, 2020
tmancey
reviewed
May 8, 2020
vendor/bat-native-ledger/src/bat/ledger/internal/promotion/promotion.cc
Outdated
Show resolved
Hide resolved
tmancey
reviewed
May 8, 2020
vendor/bat-native-ledger/src/bat/ledger/internal/credentials/credentials_common.cc
Show resolved
Hide resolved
tmancey
reviewed
May 8, 2020
vendor/bat-native-ledger/src/bat/ledger/internal/credentials/credentials_common.cc
Show resolved
Hide resolved
tmancey
reviewed
May 8, 2020
vendor/bat-native-ledger/src/bat/ledger/internal/credentials/credentials_common.cc
Show resolved
Hide resolved
tmancey
reviewed
May 8, 2020
vendor/bat-native-ledger/src/bat/ledger/internal/credentials/credentials_common.cc
Show resolved
Hide resolved
tmancey
reviewed
May 8, 2020
vendor/bat-native-ledger/src/bat/ledger/internal/promotion/promotion.cc
Outdated
Show resolved
Hide resolved
tmancey
reviewed
May 8, 2020
vendor/bat-native-ledger/src/bat/ledger/internal/credentials/credentials_common.cc
Show resolved
Hide resolved
tmancey
reviewed
May 8, 2020
vendor/bat-native-ledger/src/bat/ledger/internal/credentials/credentials_common.cc
Show resolved
Hide resolved
NejcZdovc
force-pushed
the
promotion-guards
branch
from
May 8, 2020 09:53
382a9e4
to
c3ba993
Compare
gdregalo
approved these changes
May 8, 2020
kylehickinson
approved these changes
May 8, 2020
tmancey
approved these changes
May 9, 2020
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++
NejcZdovc
force-pushed
the
promotion-guards
branch
from
May 10, 2020 20:49
fae44f7
to
435dd91
Compare
NejcZdovc
force-pushed
the
promotion-guards
branch
from
May 11, 2020 05:32
435dd91
to
1aff5ed
Compare
CI failed on unrelated errors |
Closed
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves brave/brave-browser#9662
Resolves brave/brave-browser#9660
Submitter Checklist:
npm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Public key flow is covered with browser tests
Reviewer Checklist:
After-merge Checklist:
changes has landed on.