-
Notifications
You must be signed in to change notification settings - Fork 10
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
Internal review #3
Conversation
v1.6.0
…ble`, move `deltaAccountZero` to last
feat: optimize storage pointers
Add license file
forge test -vvv --gas-report --ast | ||
id: test | ||
|
||
coverage: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was wondering about this in the other repo as well, why do we run coverage in the CI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haythem set it up this way for the EVK and to be honest I simply copy-pasted the file here. I don't think it's an issue though
Remove redundant `.solhint.json`
|
||
accountStorage.balance = currentAccountBalance - amount; | ||
|
||
IERC20(rewarded).safeTransfer(recipient, amount); |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
Readability improvements
Restore encapsulation of distributions layout, broken by gas optimisa…
No description provided.