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

Look for and implement low hanging fruit gas optimizations if possible #59

Open
Tracked by #33
alexkeating opened this issue Oct 18, 2024 · 1 comment
Open
Tracked by #33
Assignees
Labels
pre-audit Needed before the audit deadline todo Issues that need to be tackled pre-audit

Comments

@alexkeating
Copy link
Collaborator

No description provided.

@alexkeating alexkeating self-assigned this Oct 18, 2024
@alexkeating alexkeating added todo Issues that need to be tackled pre-audit pre-audit Needed before the audit deadline labels Oct 21, 2024
@alexkeating
Copy link
Collaborator Author

alexkeating commented Oct 21, 2024

Struct packing, right now I think deposit takes 7 slots

  • Why not make balance a uint96? It would add an edge case for integrators to think about, but would probably never be hit by users?
  • Could earning power be turned into a uint96?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pre-audit Needed before the audit deadline todo Issues that need to be tackled pre-audit
Projects
None yet
Development

No branches or pull requests

1 participant