-
Notifications
You must be signed in to change notification settings - Fork 973
Restoring a wallet backup (wallet v2) sometimes fails and then only shows "a" #11383
Comments
Per @NejcZdovc's request, I checked my seed in {
// snip
"properties": {
"setting": "adFree",
"fee": {
"currency": "BAT",
"amount": 10
},
"days": 30,
"wallet": {
"keyinfo": {
"seed": {
"0": 0,
"1": 0
}
},
// snip |
tried to reproduce this one, but without success |
Per discussion w/ @NejcZdovc, we suspect this may be because I was switching between staging and production URLs several times (also, some updates had to be made for the endpoint; cc: @evq). I'll close this issue for now and we can re-open if we see again |
@srirambv based on your steps, it seems there is an intermittent failure somewhere which we need to be handling. I'm going to update the text of this issue to reflect that |
Reproduced on 0.19.93. |
+1 from @jenn-rhim and also +1 from @disfit (still troubleshooting with them via #12122) |
Here are some steps I can easily reproduce the problem
|
@bsclifton thx for the steps, taking a look now |
This is reproducible on 0.19.48 and all hotfix release. |
Moving to 0.19.x hotfix 12 |
Fixes use case where passphrase is empty
Fixed in 0.19.x with 395e12b |
Verified the steps mentioned in test plan. Repeated step 6, 10-12 times in quick succession and was still able to get the backup code. 👍 |
this is still happening to me. i'm on vs. 0.19.134. |
sorry, scratch the above comment. @LaurenWags just pinged me that i should restore my wallet key first and see if the key sticks. it looks like it's sticking. i'll keep an eye on it. thanks @LaurenWags! |
thanks @jenn-rhim 😄 |
Test plan
LEDGER_NO_DELAY=true
Visit Preferences
>Payments
and enable Brave PaymentsVisit Preferences
>Advanced
>Backup your wallet
and copy the keywordsVisit Preferences
>Advanced
>Recover your wallet
LEDGER_NO_DELAY
flag, it will try to runsync
every 5 seconds. Running sync at the same time that restore happened appeared to be the root cause).Visit Preferences
>Advanced
>Backup your wallet
and verify key is NOTa
Description
I migrated from wallet 1 to 2 and did the backup/recover process. Now that I've restored, the backup screen simply shows "a" as the keyword?
Steps to Reproduce
1. Have a wallet with v2 (BAT) that is displaying and working properly2. Go to advanced => backup3. Copy the keywords to clipboard and store somewhere4. Go to advanced => restore5. Input the keywords copied from step 36. After recovery finishes, go to advanced => backupUpdated steps per @srirambv via his post below
a
Actual result:
See screenshot
Expected result:
Should be showing all 32 words
Reproduces how often: [What percentage of the time does it reproduce?]
Brave Version
about:brave info:
Brave: 0.19.34
rev: d87b7ca
Muon: 4.4.25
libchromiumcontent: 61.0.3163.100
V8: 6.1.534.41
Node.js: 7.9.0
Update Channel: Beta
OS Platform: macOS
OS Release: 16.7.0
OS Architecture: x64
Reproducible on current live release:
no
Additional Information
The text was updated successfully, but these errors were encountered: