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

[Optimization] Use at least 0.8.4 #84

Open
code423n4 opened this issue Jul 28, 2021 · 0 comments
Open

[Optimization] Use at least 0.8.4 #84

code423n4 opened this issue Jul 28, 2021 · 0 comments
Labels
bug Something isn't working G (Gas Optimization) sponsor acknowledged Sponsor acknowledged, but not resolving

Comments

@code423n4
Copy link
Contributor

Handle

hrkrshnn

Vulnerability details

Use at least 0.8.4

There is an important low level optimizer added in 0.8.4. This would
lead to free gas savings Even better is the fact that 0.8.* has
SafeMath by default

Another advantage is that revert strings can be replaced by custom
errors, which have lower deploy costs and lower runtime costs when the
revert condition is met.

@code423n4 code423n4 added bug Something isn't working G (Gas Optimization) labels Jul 28, 2021
code423n4 added a commit that referenced this issue Jul 28, 2021
@Evert0x Evert0x added the sponsor acknowledged Sponsor acknowledged, but not resolving label Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working G (Gas Optimization) sponsor acknowledged Sponsor acknowledged, but not resolving
Projects
None yet
Development

No branches or pull requests

2 participants