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

Disable solium linter suggestions to use transfer() #1289

Merged
merged 1 commit into from
Jan 27, 2020

Conversation

ngrinkevich
Copy link
Contributor

After EIP-1884 it is no longer safe to use transfer() and send() as they limit forwarded gas to 2300 and might cause issues for recipient contracts. It is how recommended to use call() instead and implement additional checks to prevent reentrancy attacks.

After EIP-1884 it is no longer safe to use transfer() and send() as they
limit forwarded gas to 2300 and might cause issues for recipient
contracts. It is how recommended to use call() instead and implement
additional checks to prevent reentrancy attacks.
@ngrinkevich ngrinkevich requested a review from pdyraga January 21, 2020 22:31
@pdyraga pdyraga merged commit c3beb8d into master Jan 27, 2020
@pdyraga pdyraga deleted the ignore-solium-errors branch January 27, 2020 13:57
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.

2 participants