-
Notifications
You must be signed in to change notification settings - Fork 157
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
Docs/add workflow #1223
Docs/add workflow #1223
Conversation
✅ 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.
lgtm now
921830c
to
9a14055
Compare
9a14055
to
b787215
Compare
2e94c73
to
5af5267
Compare
contracts/contracts/Poll.sol
Outdated
/// @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
contracts/contracts/Poll.sol
Outdated
/// @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
5af5267
to
8716856
Compare
docs: update intro page docs: add Poll lifecycle docs: clean up workflow docs: add link to contract function docs: add WIP purpose doc page docs: clean up workflow page docs: remove purpose page docs: add references to functions
8716856
to
02c5ccf
Compare
Description
Incorporate Technical intro article into our documentation
Related issue(s)
#878
Confirmation