-
Notifications
You must be signed in to change notification settings - Fork 920
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
Make ProofBatch async to avoid blocking the ledger utility process #1800
Conversation
} | ||
|
||
void BatContribution::ProofBatchCallback( | ||
const braveledger_bat_helper::BathProofs& batch_proof, |
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.
nit: batch_proof
s
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 know it was like this before, but with s
sounds better
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.
fixed with ec256f8, also fix BatchProofs typo
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.
difference is huge. Thank you for this one
Make ProofBatch async to avoid blocking the ledger utility process
Make ProofBatch async to avoid blocking the ledger utility process
…_dist Add build_omaha option to create_dist command
…_dist Add build_omaha option to create_dist command
…_dist Add build_omaha option to create_dist command
Fix brave/brave-browser#3393
Just for reference, back when ledger was still running on the browser process, we had brave-intl/bat-native-ledger#148 to avoid blocking the UI thread.
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) onnpm run lint
)git rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
See brave/brave-browser#3393 (comment)
Reviewer Checklist: