-
Notifications
You must be signed in to change notification settings - Fork 974
Conversation
bc1d9d5
to
171418a
Compare
Codecov Report
@@ Coverage Diff @@
## master #13551 +/- ##
==========================================
- Coverage 56.74% 56.74% -0.01%
==========================================
Files 284 285 +1
Lines 28729 28782 +53
Branches 4744 4752 +8
==========================================
+ Hits 16302 16331 +29
- Misses 12427 12451 +24
|
171418a
to
f4a36ab
Compare
f4a36ab
to
eeafe28
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.
looks great to me!
eeafe28
to
552ff18
Compare
* You can obtain one at http://mozilla.org/MPL/2.0/. */ | ||
|
||
const statuses = { | ||
CORRUPTED: 'corruptedSeed', |
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.
can this be more specific? ex: CORRUPTED_SEED
? in case there may be other types of corruption (not that I'm advocating for more corruption!) 😛
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.
next one will be CORRUPTED_DOOH
😎
yeah I can change it
Resolves brave#13424 Auditors: Test Plan:
552ff18
to
1517df6
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.
Looks (and works) great! 😄 👍
Resolves #13424
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
ledger-state.json
and modifyseed
(remove some of them)Expected overlay:
Reviewer Checklist:
Tests