Skip to content

Conversation

@andresilva
Copy link
Collaborator

Merge after #10.

Update solidity because of constructor bug in 0.4.22.

@andresilva andresilva requested review from kirushik and tomusdrw June 19, 2018 11:39
@andresilva andresilva mentioned this pull request Jun 19, 2018
@coveralls
Copy link

coveralls commented Jun 19, 2018

Pull Request Test Coverage Report for Build 153

  • 19 of 19 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 131: 0.0%
Covered Lines: 122
Relevant Lines: 122

💛 - Coveralls

return 0;
}
return clientExists(_client) &&
latestInTrack(_client, track(_client, _release)) == _release;

Choose a reason for hiding this comment

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

latestInTrack is external, are you sure we can call it from here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's defined as external in the interface (it's mandatory) but it's overridden here as public. (Also these changes come from #10).

@andresilva andresilva force-pushed the andre/update-solidity branch from 01c3fbc to edc829e Compare July 4, 2018 10:50
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.

5 participants