hyperledger-iroha / iroha-python

Python library for Hyperledger Iroha, a simple distributed ledger.
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
103 stars 81 forks source link

Refactor codegen for Enum #132

Open QuentinI opened 1 year ago

QuentinI commented 1 year ago

Codegen for enums currently uses complex meta-class constructor, which should be simplified to be more in line with make_struct and make_tuple factories.