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

Flatten the dependencies #56

Merged
merged 2 commits into from
Jun 23, 2018
Merged

Flatten the dependencies #56

merged 2 commits into from
Jun 23, 2018

Conversation

robrobbins
Copy link
Contributor

  • All of the contract dependencies are moved into the repo for us to edit (per audit)
  • EIP20 removed in favor of O.Z ERC20
  • Lint Fixes
  • Compiler Fixes

Copy link
Contributor

@rbharath rbharath left a comment

Choose a reason for hiding this comment

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

@robrobbins Awesome work getting all these changes through!

LGTM

@@ -105,7 +106,13 @@ contract Registry {
// Transfers tokens from user to Registry contract
require(token.transferFrom(listing.owner, this, _amount));

_Application(_listingHash, _amount, listing.applicationExpiry, _data, msg.sender);
emit _Application(
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice! Glad you swapped out for the emit statements

@rbharath rbharath merged commit 8d10181 into master Jun 23, 2018
@rbharath rbharath deleted the 52 branch June 23, 2018 05:04
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