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

Moved Escrows into an escrow subdirectory, improved docs. #1430

Merged
merged 3 commits into from
Oct 17, 2018

Conversation

nventuro
Copy link
Contributor

Thanks @cwhinfrey for the docstrings writeup!

@nventuro nventuro added this to the v2.0 milestone Oct 17, 2018
@nventuro nventuro requested a review from come-maiz October 17, 2018 17:58
come-maiz
come-maiz previously approved these changes Oct 17, 2018
Copy link
Contributor

@come-maiz come-maiz left a comment

Choose a reason for hiding this comment

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

👌

@@ -2,7 +2,7 @@ pragma solidity ^0.4.24;

import "../../math/SafeMath.sol";
import "./FinalizableCrowdsale.sol";
import "../../payment/RefundEscrow.sol";
import "../../payment/escrow/RefundEscrow.sol";
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not super comfortable with the hierarchy of directories. But ok, this is not going deeper than what we have in crowdsales or token, so +1 with reservations.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Don't worry, I won't let this become Java!

@nventuro nventuro merged commit f3df2da into OpenZeppelin:master Oct 17, 2018
@nventuro nventuro deleted the escrow-doc-dir branch October 17, 2018 20:22
come-maiz pushed a commit that referenced this pull request Oct 21, 2018
* Moved Escrows into an escrow subdirectory, improved docs.

* Fixed escrow mock.

* Fixed some more imports.

(cherry picked from commit f3df2da)
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