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

Update solidity #11

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Update solidity #11

wants to merge 9 commits into from

Conversation

andresilva
Copy link
Collaborator

Merge after #10.

Update solidity because of constructor bug in 0.4.22.

@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).

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.

4 participants