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

Remove the custom module logic. #677

Closed
wants to merge 6 commits into from
Closed

Remove the custom module logic. #677

wants to merge 6 commits into from

Conversation

satyamakgec
Copy link
Contributor

fix 3.5 & 3.7

@satyamakgec satyamakgec changed the title remove the custom module logic and remove the pausable logic. Fix 3.2… Remove the custom module logic. May 24, 2019
bool isFactory = msg.sender == _moduleFactory;
require(isOwner || isFactoryOwner || isFactory, "Not authorised");
require(isOwner || isFactory, "Not authorised");
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we should allow isFactoryOwner to unverify their modules as well? Given that we might register and verify custom modules for issuers while keeping them as the actual factory owner.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 94.963% when pulling d45ef1c on task_3.5 into b4a9710 on dev-3.0.0.

@maxsam4
Copy link
Contributor

maxsam4 commented May 31, 2019

Closing this in favor of #698

@maxsam4 maxsam4 closed this May 31, 2019
@satyamakgec satyamakgec deleted the task_3.5 branch October 30, 2019 12:18
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.

4 participants