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

Multi Call factory #804

Merged
merged 10 commits into from
Nov 12, 2020
Merged

Multi Call factory #804

merged 10 commits into from
Nov 12, 2020

Conversation

ben-kaufman
Copy link
Contributor

No description provided.

bytes32 voteParams;
if (_voteParamsType == FAST) {
// Fast params hash
voteParams = bytes32(0x1b46f925b15bc0590168247d8df7f72773ca64dec3334183b5387dd3945f7f2e);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we might need to check here first if the params are set in the voting machine..
if not it should set it up.

Avatar _avatar,
IntVoteInterface _votingMachine,
uint8 _voteParamsType,
bytes32 _voteParamsHash,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ben-kaufman ben-kaufman marked this pull request as ready for review November 11, 2020 20:04
@ben-kaufman ben-kaufman changed the title WIP Multi Call factory Multi Call factory Nov 11, 2020
Copy link
Contributor

@orenyodfat orenyodfat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets move it under contracts/utils/


contract('genericSchemeMultiCallFactory', function(accounts) {
before(function() {
helpers.etherForEveryone(accounts);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is redundant

@ben-kaufman ben-kaufman merged commit 0678502 into master Nov 12, 2020
@ben-kaufman ben-kaufman deleted the multicall-factory branch November 12, 2020 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants