bitshares / python-bitshares

Fully featured client-side library for the BitShares Blockchain - written entirely in python.
http://docs.pybitshares.com/
MIT License
163 stars 167 forks source link

[wip] Feature/implement missing operations #305

Open xeroc opened 2 years ago

xeroc commented 2 years ago

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):

xeroc commented 2 years ago

Except for the confidential transactions, the operations themselves are now implemented.

I still need to implemented

in objects.py

xeroc commented 2 years ago

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.

xeroc commented 2 years ago

I decided to make the custom authority operation a separate issue so this doesn't turn into a super-epic.