-
Notifications
You must be signed in to change notification settings - Fork 871
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
Rewards panel now opens in 'First Run' state with Rewards page when wallet is corrupt #2097
Merged
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
jasonrsadler
force-pushed
the
corrupt-panel
branch
2 times, most recently
from
March 27, 2019 18:08
8f56f6b
to
d5fb96c
Compare
NejcZdovc
reviewed
Mar 27, 2019
vendor/bat-native-ledger/src/bat/ledger/internal/ledger_impl.cc
Outdated
Show resolved
Hide resolved
jasonrsadler
force-pushed
the
corrupt-panel
branch
from
March 27, 2019 19:15
d5fb96c
to
7b147aa
Compare
NejcZdovc
reviewed
Apr 2, 2019
patches/extensions-browser-extension_event_histogram_value.h.patch
Outdated
Show resolved
Hide resolved
NejcZdovc
reviewed
Apr 2, 2019
jasonrsadler
force-pushed
the
corrupt-panel
branch
from
April 2, 2019 17:59
7b147aa
to
4a44a1c
Compare
NejcZdovc
reviewed
Apr 5, 2019
...brave_rewards/resources/extension/brave_rewards/background/reducers/rewards_panel_reducer.ts
Show resolved
Hide resolved
jasonrsadler
force-pushed
the
corrupt-panel
branch
from
April 5, 2019 10:23
4a44a1c
to
59ede02
Compare
NejcZdovc
previously requested changes
Apr 5, 2019
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.
jasonrsadler
force-pushed
the
corrupt-panel
branch
2 times, most recently
from
April 7, 2019 02:26
f27a95b
to
3642995
Compare
jasonrsadler
dismissed
NejcZdovc’s stale review
April 7, 2019 02:27
Fixes OnTimer
crash when opening panel by running sanity check on wallet during getGrants
blocked on #2122, as provided profile crashes because of db upgrade bug |
jasonrsadler
force-pushed
the
corrupt-panel
branch
from
April 10, 2019 19:15
3642995
to
20d439c
Compare
NejcZdovc
force-pushed
the
corrupt-panel
branch
from
April 11, 2019 09:00
33145ad
to
23121a2
Compare
NejcZdovc
previously approved these changes
Apr 11, 2019
jasonrsadler
force-pushed
the
corrupt-panel
branch
from
April 11, 2019 13:02
23121a2
to
fa45654
Compare
jasonrsadler
force-pushed
the
corrupt-panel
branch
2 times, most recently
from
April 12, 2019 17:34
63539c0
to
6117edc
Compare
Removed comment Moved corrupt wallet check after state files load Removed extension value Addressing comments Run sanity check on panel open to check wallet state. lint
jasonrsadler
force-pushed
the
corrupt-panel
branch
from
April 13, 2019 10:06
6117edc
to
546f45b
Compare
NejcZdovc
approved these changes
Apr 15, 2019
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#3697
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:
Reviewer Checklist: