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

IForwarder: change interfaces to public instead of external due to solidity bug #403

Merged
merged 1 commit into from Aug 28, 2018

Conversation

sohkai
Copy link
Contributor

@sohkai sohkai commented Aug 28, 2018

See ethereum/solidity#4832.

There are a few other cases in our interfaces where this applies (bytes or array parameter in an external interface), but implementations of those cases shouldn't require casting the visibility to public:

  • IACLOracle#canPerform()
  • IEVMScriptExecutor#execScript()

@sohkai sohkai requested review from izqui and bingen August 28, 2018 09:12
@coveralls
Copy link

Coverage Status

Coverage remained the same at 99.078% when pulling dac7365 on fix-interface-bytes into 8505086 on dev.

@sohkai sohkai merged commit 2e83239 into dev Aug 28, 2018
@sohkai sohkai deleted the fix-interface-bytes branch August 28, 2018 10:17
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.

None yet

2 participants