Fabian Schuh
Fabian Schuh
Except for the confidential transactions, the operations themselves are now implemented. I still need to implemented * ChainParameters * CestingPolicy * Custom Authority: Restrictions 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...
I decided to make the custom authority operation a separate issue so this doesn't turn into a super-epic.
The `custom_operation` plugins seems to be very specific. It further has no API to query data from it. No idea how that was supposed to work, have no documentation for...
> FWIW about documentation, there was some info in [bitshares/bitshares-core#1926](https://github.com/bitshares/bitshares-core/pull/1926), and I just added more. I don't think it's very detailed though, but it is what we have now. Thanks...
I've seen great progress here! Looking forward to the Pull Request Unfortunately, GrapheneObjects where never meant to be read from wire format, However, we can surely patch something together to...
> sounds like a good plan. I forked beem in february from python-graphenelib and python-bitshares. So I think, it is feasible to merge our libraries and moving low-level stuff to...
super helpful, thanks!
I was looking for a more general solution, however, the way that `@Blockchain.inject` works, is that it initialized stuff already. Couldn't find an easy approach just yet, sorry. In the...
I would really *love* to add this patch. However, the issue is that `secp256k1` is generally known, well maintained and *trusted*. Not saying that I don't trust you, but in...