We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please answer the following question for yourself before submitting a feature request.
If the exception from poll.processMessage() is logged when the quiet flag is off, it will help debugging.
https://github.com/privacy-scaling-explorations/maci/blob/dev/core/ts/Poll.ts#L326-L333
} catch (e) { if (e instanceof ProcessMessageError) { throw e; } else { throw new ProcessMessageError(ProcessMessageErrors.FailedDecryption); } } };
Please describe your feature request in detail.
Make sure that you have reviewed MACI's Contributor Guidelines
The text was updated successfully, but these errors were encountered:
chore(core): add quiet flag to process messages to log errors
8793a09
allow to log errors in message processing by accepting a flag into core.processMessages fix #1135
ctrlc03
Successfully merging a pull request may close this issue.
Prerequisites
Please answer the following question for yourself before submitting a feature request.
Motivation
If the exception from poll.processMessage() is logged when the quiet flag is off, it will help debugging.
https://github.com/privacy-scaling-explorations/maci/blob/dev/core/ts/Poll.ts#L326-L333
Details
Please describe your feature request in detail.
Make sure that you have reviewed MACI's Contributor Guidelines
The text was updated successfully, but these errors were encountered: