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

[Feature]: optimization #3

Open
1 task done
MishraSomesh001 opened this issue Mar 23, 2024 · 5 comments
Open
1 task done

[Feature]: optimization #3

MishraSomesh001 opened this issue Mar 23, 2024 · 5 comments
Labels
Issue:feature issue is created for new feature request Type:Easy Pr is accepted with difficulty level as easy

Comments

@MishraSomesh001
Copy link
Collaborator

MishraSomesh001 commented Mar 23, 2024

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:

  • Utilized uint instead of uint256 for gas savings, optimizing storage usage.

Compact Data Structures:

  • Minimized storage usage where possible by using compact data structures, such as using uint instead of larger data types.

Security Enhancements:

Input Validation:

  • Ensured that all user inputs are properly validated to prevent vulnerabilities such as reentrancy and denial-of-service attacks.
  • Utilized require statements for input validation to revert transactions with invalid inputs, enhancing security and robustness.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@MishraSomesh001 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
@sharvil-lade
Copy link

@MishraSomesh001 please assign this task to me

@MishraSomesh001
Copy link
Collaborator Author

Assigned

@sharvil-lade you have to submit a pr before 1.04.24, 11:59pm.

@MishraSomesh001
Copy link
Collaborator Author

##Unassigned
you haven't submitted any pr.

@Jagpreet153
Copy link
Contributor

@MishraSomesh001 Kindly assign this task to me

@MishraSomesh001
Copy link
Collaborator Author

##Assigned
You have to submit one pr before 17-04-24 , 12pm

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
Projects
None yet
Development

No branches or pull requests

3 participants