Open xeroc opened 2 years ago
Except for the confidential transactions, the operations themselves are now implemented.
I still need to implemented
in objects.py
I got most operations and types implemented (unittests missing still).
However, I ran into the uglyness of custom_authority restrictions and how it uses arguments. Its doable in python but will produce alot of boiler plate code due to the way how types are used/defined in python.
This will take me more time than anticipated.
I decided to make the custom authority operation a separate issue so this doesn't turn into a super-epic.
The following operations are missing:
A few of which are quite tough to implement:
Others seem to be virtual operations (correct me if I am wrong @abitmore):