-
Notifications
You must be signed in to change notification settings - Fork 970
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13039 +/- ##
==========================================
- Coverage 56.26% 55.94% -0.33%
==========================================
Files 282 281 -1
Lines 28027 27805 -222
Branches 4585 4552 -33
==========================================
- Hits 15770 15556 -214
+ Misses 12257 12249 -8
|
1335cfb
to
4998255
Compare
06ec55e
to
1e04fd3
Compare
@NejcZdovc can we get a rebase on this one? |
1e04fd3
to
b7f1e31
Compare
@bsclifton rebased |
@@ -2390,147 +2388,6 @@ const deleteSynopsis = () => { | |||
synopsis.publishers = {} | |||
} | |||
|
|||
// fix for incorrectly persisted state (see #11585) | |||
const yoDawg = (stateState) => { |
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.
RIP the yoDawg bug fix 💯
cc: @evq
parsedData.properties.wallet && | ||
parsedData.properties.wallet.keychains | ||
|
||
if (isBTC) { |
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.
I think we should add verbose logging here- something like:
Bitcoin wallet detected; backing up to "ledger-state-btc.json" and creating new BAT wallet
|
@bsclifton second test plan error is not related to this PR. Will be fixed with this one #13201 |
Resolves brave#12712 Auditors: Test Plan:
b7f1e31
to
c8d0d7f
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.
Rebased after merging #13201 and verified it's working as expected 😄 👍
@evq @LaurenWags @srirambv would you all care to give this one a review too? 😄 |
Tests Ran:
|
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.
Tests ran are detailed in #13039 (comment) and all were as expected/passed.
master aedf064 @NejcZdovc will need your help cherry-picking to 0.22.x and 0.21.x 😄 |
Removes transition btc->bat code
Removes transition btc->bat code
Removes transition btc->bat code
0.21 twitch 9f85d9f |
Resolves #12712
Do not squash commits
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
ledger-state-btc.json
Reviewer Checklist:
Tests