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

feature: call _setMetadata in createDao #374

Closed
wants to merge 3 commits into from

Conversation

aodhgan
Copy link
Contributor

@aodhgan aodhgan commented Sep 22, 2022

Purpose for this PR

as per #359

@aodhgan aodhgan requested a review from a team as a code owner September 22, 2022 18:47
@@ -130,7 +131,7 @@ describe('Staking Pool Mediator contract', () => {
const expectedDaoId = previousHighestDaoId.add(1).toBigInt()
Copy link
Contributor

Choose a reason for hiding this comment

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

issue: You need t least one new test case: when METADATA is undefined.

Depends on what the expected behaviour is for metadata, whether it's mandatory (where you'll need more) or optional

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ok i've added one - set as empty string. Is this what you mean or you are talking about calling createDao() with an empty string?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, invoking createDao() with an empty string.

@aodhgan aodhgan requested a review from CjHare September 23, 2022 02:56
@aodhgan
Copy link
Contributor Author

aodhgan commented Sep 26, 2022

replaced by #376

@aodhgan aodhgan closed this Sep 26, 2022
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