-
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
contribution does not go thru in some cases - follow up to 3707, 4090 #5230
Comments
@LaurenWags this is not a bug, we still didn't decide what to do with it and the current logic is correct one |
so we removed the informative notification - the one telling you why your contribution wouldn't go thru? that seems like an odd choice. |
@LaurenWags no, we didn't remove this notification. Insufficient notification checks for an actual contribution and it doesn't just do AC amount + recurring. It actually checks for verified in AC and verified in recurring list and compare it to your balance |
@LaurenWags I think this is not a problem anymore as we completely changed how monthly contribution works. Can we close it? |
@NejcZdovc yes, I think we can close this one due to the re-working of AC/recurring tips. |
Description
Follow up to #4090, #3707 and brave/brave-core#2208
In the issues described above, the PR made it so that if your wallet balance covers the contribution/recurring tips for verified sites, you won't get the Insufficient funds message. However, in this case your contribution will not go through. Per the issues above, especially #3707, I was expecting the AC and recurring tips to go thru and be deducted from my balance accordingly, however, this did not happen.
Steps to Reproduce
--rewards=reconcile-interval=20,staging=true
(or some other value less than 4320 [3 days])Actual result:
Contribution does not go thru.
In my case I had a wallet balance of 30 BAT and a monthly budget of 50 BAT.
My amount for auto-contribution to verified sites is 22.5 BAT.
My amount for recurring monthly tips to verified sites is 1 BAT.
In total, they are less than 30 BAT (22.5 + 1 = 23.5)
However, my contribution did not go thru:
Expected result:
My AC and recurring tip contributions to verified pubs should have been deducted from my wallet balance and displayed in my transactions accordingly, leaving me with 6.5 BAT remaining in my wallet (30-22.5-1 = 6.5) and 32.5 BAT in pending contributions. (pending contribution number comes from 27.5 BAT for unverified publishers in AC and 5 BAT for monthly recurring tip to unverified publisher)
Reproduces how often:
easily
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
cc @brave/legacy_qa @NejcZdovc @mandar-brave @alexwykoff
The text was updated successfully, but these errors were encountered: