-
Notifications
You must be signed in to change notification settings - Fork 4
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
Transient Reentrancy Guard #115
Conversation
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.
LGTM
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 suggest no mixing the change of the code with coding style reformating.
Yes, I think it is a good practice that we need to follow |
Upgrade solidity to v0.8.28 as it fully supports transient state variables of value types. Thus we can get rid of the lengthy code of "@openzeppelin/contracts/utils/ReentrancyGuardTransient.sol" and its dependencies introduced in #108.
Reference:
https://docs.soliditylang.org/en/v0.8.28/contracts.html#transient-storage