-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[wip] Feature/implement missing operations #305
base: develop
Are you sure you want to change the base?
Conversation
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):
|
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. |
No description provided.