You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 14, 2018. It is now read-only.
Currently Solidity enums are exposed as uints:
It would be great for ether-pudding to expose named enum values so that the tests are not tightly coupled to the enum's underlying integer values:
Enums are not exposed in the ABI, so we would need to parse the source code to map enum types to integer values.
Moved from ConsenSys-archive/truffle#157 (comment)