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

OZ 4.9.3 #18

Merged
merged 6 commits into from
Dec 21, 2023
Merged

OZ 4.9.3 #18

merged 6 commits into from
Dec 21, 2023

Conversation

DeFiFoFum
Copy link
Owner

Holding off on promoting to OZ v5.0.0 due to some chains not supporting the PUSH0 opcode released on solc 0.8.20

https://medium.com/coinmonks/push0-opcode-a-significant-update-in-the-latest-solidity-version-0-8-20-ea028668028a

Comment on lines +16 to +18
constructor(address _initialOwner) Ownable() {
_transferOwnership(_initialOwner);
}

Check notice

Code scanning / Semgrep

Semgrep Finding: rules.solidity.performance.non-payable-constructor Note

Consider making costructor payable to save gas.
@DeFiFoFum DeFiFoFum merged commit c7911d7 into main Dec 21, 2023
4 checks passed
@DeFiFoFum DeFiFoFum deleted the oz-4.9.3 branch December 21, 2023 21:16
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.

1 participant