-
Notifications
You must be signed in to change notification settings - Fork 154
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
feat(poll): add message batch submission #1226
Conversation
Allow to submit a message batch with n numbers of messages and encPubKeys
✅ Deploy Preview for maci-typedoc ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@ctrlc03 thanks!
/// @dev Can only be submitted before the voting deadline | ||
/// @param _messages the messages | ||
/// @param _encPubKeys the encrypted public keys | ||
function publishMessageBatch(Message[] calldata _messages, PubKey[] calldata _encPubKeys) external { |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions Warning
/// @dev Can only be submitted before the voting deadline | ||
/// @param _messages the messages | ||
/// @param _encPubKeys the encrypted public keys | ||
function publishMessageBatch(Message[] calldata _messages, PubKey[] calldata _encPubKeys) external { |
Check warning
Code scanning / Slither
Conformance to Solidity naming conventions Warning
Description
Allow to submit a message batch with n numbers of messages and encPubKeys
Confirmation