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

Feat/shperex #169

Merged
merged 13 commits into from
Oct 16, 2023
Merged

Feat/shperex #169

merged 13 commits into from
Oct 16, 2023

Conversation

dovgopoly
Copy link
Collaborator

No description provided.

@dovgopoly dovgopoly requested a review from Arvolear October 13, 2023 16:06
@dovgopoly dovgopoly changed the base branch from master to dev October 13, 2023 16:06
function _onlyPoolFactory() internal view {
require(_poolFactory == msg.sender, "PoolRegistry: Caller is not a factory");
}

function _deployProxyBeacon(address implementation) internal override returns (address) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
function _deployProxyBeacon(address implementation) internal override returns (address) {
function _deployProxyBeacon(address) internal override returns (address) {

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

Copy link
Member

Choose a reason for hiding this comment

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

Please override ProtectedBeaconProxy and add implementation() method there. Like here

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@dovgopoly dovgopoly marked this pull request as ready for review October 16, 2023 16:13
Copy link
Member

@Arvolear Arvolear left a comment

Choose a reason for hiding this comment

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

LGTM! Tests todo

@Arvolear Arvolear merged commit 3c9a08d into dev Oct 16, 2023
1 check passed
@Arvolear Arvolear deleted the feat/shperex branch October 16, 2023 16:48
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