-
Notifications
You must be signed in to change notification settings - Fork 1
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]: optimization #3
Labels
Issue:feature
issue is created for new feature request
Type:Easy
Pr is accepted with difficulty level as easy
Comments
MishraSomesh001
added
Issue:feature
issue is created for new feature request
Type:Easy
Pr is accepted with difficulty level as easy
labels
Mar 23, 2024
@MishraSomesh001 please assign this task to me |
Assigned@sharvil-lade you have to submit a pr before 1.04.24, 11:59pm. |
##Unassigned |
@MishraSomesh001 Kindly assign this task to me |
##Assigned |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Issue:feature
issue is created for new feature request
Type:Easy
Pr is accepted with difficulty level as easy
So, what is it about?
Notice: I will accept pr only when you have resolved a significant amount of problem to reduce the gas use(i.e significant amount of decrease in gas utilization) and have a good idea for security enhancement.
Gas Optimization:
Use of
uint
:uint
instead ofuint256
for gas savings, optimizing storage usage.Compact Data Structures:
uint
instead of larger data types.Security Enhancements:
Input Validation:
require
statements for input validation to revert transactions with invalid inputs, enhancing security and robustness.Code of Conduct
The text was updated successfully, but these errors were encountered: