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

Option Pool Registry #297

Merged
merged 5 commits into from
Aug 10, 2021
Merged

Option Pool Registry #297

merged 5 commits into from
Aug 10, 2021

Conversation

ggviana
Copy link
Contributor

@ggviana ggviana commented Aug 10, 2021

No description provided.

@ggviana ggviana requested a review from Robsonsjre August 10, 2021 05:22
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: agpl-3.0

pragma solidity 0.6.12;
pragma solidity >=0.6.12;
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't we "lock pragma"?

pragma solidity >=0.6.12;

interface IOptionPoolRegistry {
event PoolSet(address indexed factory, address indexed option, address pool);
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of PoolSet, should this method be SeriesSet?

@Robsonsjre Robsonsjre merged commit 1fbe2e4 into develop Aug 10, 2021
@Robsonsjre Robsonsjre deleted the feature/option-pool-registry branch August 10, 2021 17:14
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