Skip to content

Refundable post delivery crowdsale#1543

Merged
frangio merged 4 commits intoOpenZeppelin:masterfrom
nventuro:refundable-post-delivery-crowdsale
Dec 11, 2018
Merged

Refundable post delivery crowdsale#1543
frangio merged 4 commits intoOpenZeppelin:masterfrom
nventuro:refundable-post-delivery-crowdsale

Conversation

@nventuro
Copy link
Contributor

@nventuro nventuro commented Dec 6, 2018

Fixes #877

Since this is a PostDeliveryCrowdsale, tokens will only be granted after it ends, and only if the crowdsale is successful (i.e. the goal is met): therefore, the tokens being issued and purchases being refunded become mutually exclusive scenarios, preventing the issue described.

I made the new crowdsale inherit from RefundableCrowdsale, but if we chose to deprecate it (i.e. pragma deprecated or something along those lines) we will probably want to copy the logic into this new contract.

@nventuro nventuro added kind:improvement contracts Smart contract code. labels Dec 6, 2018
@nventuro nventuro added this to the v2.1 milestone Dec 6, 2018
@nventuro nventuro self-assigned this Dec 6, 2018
@nventuro nventuro requested a review from frangio December 6, 2018 12:21
Copy link
Contributor

@frangio frangio left a comment

Choose a reason for hiding this comment

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

Some minor comments.

@frangio
Copy link
Contributor

frangio commented Dec 11, 2018

In this PR we should also add the warning (the "deprecation warning") in RefundableCrowdsale.

@nventuro nventuro requested a review from frangio December 11, 2018 20:05
Copy link
Contributor

@frangio frangio left a comment

Choose a reason for hiding this comment

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

LGTM

@frangio frangio merged commit 357fded into OpenZeppelin:master Dec 11, 2018
@nventuro nventuro deleted the refundable-post-delivery-crowdsale branch December 11, 2018 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contracts Smart contract code.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants