OriginProtocol / origin-js

We've moved to a monorepo: https://github.com/OriginProtocol/origin
MIT License
81 stars 33 forks source link

Issue/reason strings #531

Closed wanderingstan closed 6 years ago

wanderingstan commented 6 years ago

• Capitalized reason strings to match convention of other contracts, except when its a var or function name. • Changed state to status to prevent possible confusion, as that's the actual variable name in contract, and state is a common variable name elsewhere (e.g. used in React a lot)