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

[CodeArena] - [L-14] : Constructor parameters validation #37

Merged
merged 2 commits into from
Dec 2, 2021

Conversation

maximebrugel
Copy link
Contributor

@maximebrugel maximebrugel added the To review Let people know this PR is ready for a review label Nov 30, 2021
@@ -41,6 +41,13 @@ contract NestedFactory is INestedFactory, ReentrancyGuard, Ownable, MixinOperato
IWETH _weth,
address _operatorResolver
) MixinOperatorResolver(_operatorResolver) {
require(
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we add a check on _operatorResolver in the constructor of this file MixinOperatorResolver as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added the check for _operatorResolver

@adrien-supizet adrien-supizet removed the To review Let people know this PR is ready for a review label Nov 30, 2021
@adrien-supizet
Copy link
Contributor

Rebase and update the require message with the new standard

@adrien-supizet adrien-supizet added the Fix and merge Minor changes required label Dec 2, 2021
@maximebrugel maximebrugel added Can merge Good to go and removed Fix and merge Minor changes required labels Dec 2, 2021
@maximebrugel maximebrugel merged commit a5373a1 into codearena Dec 2, 2021
@maximebrugel maximebrugel deleted the codearena-178 branch December 2, 2021 14:54
@maximebrugel maximebrugel changed the title [CodeArena] - Issue 178 : Constructor parameters validation [CodeArena] - [L-14] : Constructor parameters validation Dec 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Can merge Good to go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants