Skip to content

using SafeERC20 to implement safeTransfer in Crowdsale#1006

Merged
frangio merged 3 commits into
OpenZeppelin:masterfrom
dougiebuckets:chore/introduced-safeTransfer-to-Crowdsale-#945
Jun 16, 2018
Merged

using SafeERC20 to implement safeTransfer in Crowdsale#1006
frangio merged 3 commits into
OpenZeppelin:masterfrom
dougiebuckets:chore/introduced-safeTransfer-to-Crowdsale-#945

Conversation

@dougiebuckets

Copy link
Copy Markdown
Contributor

Fixes #985

🚀 Description

Introduced safeTransfer to Crowdsale. Opened new pull request b/c I accidently closed this one: #985

@frangio frangio left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM save for one unnecessary input. Thank you @dougiebuckets!

Comment thread contracts/crowdsale/Crowdsale.sol Outdated

import "../token/ERC20/ERC20.sol";
import "../math/SafeMath.sol";
import "../token/ERC20/ERC20Basic.sol";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

This new import is not necessary.

@come-maiz come-maiz left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Thank you! Leaving my +1 too, but we'll wait for you to remove the import before merging.

@dougiebuckets dougiebuckets force-pushed the chore/introduced-safeTransfer-to-Crowdsale-#945 branch from c3f1c73 to bd6241a Compare June 15, 2018 13:51
@dougiebuckets dougiebuckets force-pushed the chore/introduced-safeTransfer-to-Crowdsale-#945 branch from bd6241a to 6c4ef3d Compare June 15, 2018 13:59
@come-maiz

Copy link
Copy Markdown

One more thing @dougiebuckets. There is a file .node-xmlhttprequest-sync-7601, can you please remove it?

@dougiebuckets

Copy link
Copy Markdown
Contributor Author

Good catch, @ElOpio. Thank you. Update made.

@frangio frangio merged commit 74a62a1 into OpenZeppelin:master Jun 16, 2018
@frangio

frangio commented Jun 16, 2018

Copy link
Copy Markdown
Contributor

Thanks @dougiebuckets!

nventuro pushed a commit to nventuro/openzeppelin-contracts that referenced this pull request Jun 18, 2018
…1006)

* introduced safeTransfer to Crowdsale

* Removed .node-xmlhttprequest-sync-7601
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