Skip to content
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

Merged
merged 1 commit into from
Feb 22, 2024
Merged

feat(poll): add message batch submission #1226

merged 1 commit into from
Feb 22, 2024

Conversation

ctrlc03
Copy link
Collaborator

@ctrlc03 ctrlc03 commented Feb 22, 2024

Description

Allow to submit a message batch with n numbers of messages and encPubKeys

Confirmation

Allow to submit a message batch with n numbers of messages and encPubKeys
Copy link

netlify bot commented Feb 22, 2024

Deploy Preview for maci-typedoc ready!

Name Link
🔨 Latest commit 005258b
🔍 Latest deploy log https://app.netlify.com/sites/maci-typedoc/deploys/65d7aa9dd25aff00087bad4f
😎 Deploy Preview https://deploy-preview-1226--maci-typedoc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@0xmad 0xmad left a 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

@0xmad 0xmad merged commit 03b685f into dev Feb 22, 2024
19 checks passed
@0xmad 0xmad deleted the feat/batch-messages branch February 22, 2024 20:37
@ctrlc03 ctrlc03 linked an issue Feb 23, 2024 that may be closed by this pull request
@ctrlc03 ctrlc03 self-assigned this Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Allow to submit a message batch
2 participants