animist-io / wallowa

Solidity contracts for Animist with tests, continuous integration and docs
http://animist.io
ISC License
2 stars 0 forks source link

Interface / Solidity API: how to prefix methods #25

Closed cgewecke closed 7 years ago

cgewecke commented 7 years ago

oraclize's solidity API uses oraclize_ as a disambiguating prefix. The only issue with this is that it runs counter to the solidity style rules and produces solium linter errors. Another approach might be to have something more interface - e.g. whale.verifyPresence.

cgewecke commented 7 years ago

Closing in favor of #33