koinos / koinos-types

The Rosetta Stone of the Koinos ecosystem. Allows for the interpretation of Koinos data structures in a multitude of languages. Useful in the development of microservices, clients, and smart contracts.
MIT License
12 stars 3 forks source link

Enum Value Sanitization #93

Closed mvandeberg closed 3 years ago

mvandeberg commented 3 years ago

Currently, golang requires enums be a defined enum value and C++ does not. We need to determine what the correct behavior for enum validation should be and modify the affected language to match.