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

refactor and test and chore: audit reaction #97

Merged
merged 3 commits into from
Nov 28, 2023

Conversation

kupermind
Copy link
Collaborator

  • Reaction to the audit;
  • Added tests.

@kupermind kupermind requested review from 77ph and mariapiamo November 28, 2023 15:49
IERC20(childToken).transferFrom(msg.sender, address(this), amount);
bool success = IERC20(childToken).transferFrom(msg.sender, address(this), amount);
if (!success) {
revert TransferFailed(rootToken, msg.sender, address(this), amount);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert TransferFailed(childToken, msg.sender, address(this), amount); ?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not moved transferFrom to end-of-function by CEI

@kupermind kupermind merged commit 4df940f into internal-audit-7 Nov 28, 2023
3 checks passed
@kupermind kupermind deleted the audit_reaction branch November 28, 2023 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants