-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Left sig != right sig. Signature check failure. message occurs very frequently - follow up to 6288 #6545
Comments
Ran some tests with just Auto Contribute and no recurring tips - did not see this message in the terminal. See brave/brave-core#3658 (comment) - but without recurring tips, all BAT expected was transferred to the publisher account. |
some more info about it
|
As @NejcZdovc mentioned above, PR's are failing from time to time with |
Worked with @NejcZdovc to confirm retries are working, so even though this error is fairly easily reproduced, the retry logic does kick in and the votes which failed are retried. Used the following STR to show this:
Confirmed above scenario using
|
This appears to be caused by |
A similar but separate issue exists in |
@jhoneycutt is there a fix being made available for this issue and #6607? |
@jhoneycutt - i'm trying to figure which line in phase_two.cc you are referring to in #6545 (comment) ... can you point me to the line in particular? thanks! |
@mrose17 https://github.com/brave/brave-core/blob/master/vendor/bat-native-ledger/src/bat/ledger/internal/contribution/phase_two.cc#L292. However, fixing this typo isn't sufficient to fix the issue. We need to check that we are only assigning |
Added to 0.74.x milestone, since this is merged 😄👍 |
Verified on Nightly with
Verified test plan from brave/brave-core#3819 on Nightly 3x, however since amount of staging grants has changed (17.5 BAT instead of 30 BAT) the expected contributed amounts were different. I was only able to check that my own testing publisher accts got the expected BAT. Not all accounts used for testing were owned by me. However, during each test no left sig != right sig error was encountered. |
Verified passed with
Verification passed on
Verification passed on
|
Description
While testing #6288 I noticed that I very frequently got the
Left sig != right sig. Signature check failure.
message in the terminal. This results in not all ballots being sent out, so not all BAT is properly distributed.Steps to Reproduce
--enable-logging=stderr --vmodule=*rewards*=6
to see log messages.Actual result:
See several
Left sig != right sig. Signature check failure.
messages. Watch publisher account. Not all BAT is distributed as expected.Expected result:
No
Left sig != right sig. Signature check failure.
messagesReproduces 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: