-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
wallet balance decreasing by AC amount each time browser is relaunched #7844
Comments
Note - I tried this with a KYC'd user wallet as the source of BAT, and this is what I saw:
--> look at logs, see item about retrying step 3 (why?)
--> again, look at logs. It looks like it's trying the same contribution which was successful in earlier but was stopped:
It still retried step 3, but was stopped. |
this one regressed with brave/brave-core#4045 |
@brave/legacy_qa when retesting this, please test with a clean profile and an upgrade profile per https://bravesoftware.slack.com/archives/CB0KCRCQN/p1579642207038100?thread_ts=1579640334.035500&cid=CB0KCRCQN |
Removed the |
Needs fixes from brave/brave-core#4372 uplifted to fully test this. Once those are uplifted this can be retested. |
Verified passed using
Verification passed on
Verification passed on
|
Description
Looks like if you have a user funded anon wallet and you perform an auto contribute using 1.3.x, when you close/relaunch the browser, it is retrying step 3 in the contribution process and as a result, is deducting the AC monthly budget amount from your wallet balance. It seems like step 3 isn't being marked as successful and so it keeps getting retried on each relaunch, even though the amount is being deducted from the balance.
Steps to Reproduce
--> look at logs, see item about retrying step 3 (why?)
--> look at logs again, it is retrying step 3 as above:
You can repeat steps 7-8 and the wallet balance will decrease by 5 BAT each time.
Actual result:
wallet balance decreases by AC budget amount on each relaunch. Logs shows retrying step 3 for some reason.
Expected result:
wallet balance should not be decreasing on each relaunch
Reproduces how often:
easily
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc @NejcZdovc @rebron @brave/legacy_qa
The text was updated successfully, but these errors were encountered: