You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After shedding some tears, I've managed to get blind transfers working. Sadly, the whole affair is not a matter of a simple/single pull-request. (Although if you think otherwise, please take a look here)
Here's the breakdown:
PrivateKey class needs a few new crypto methods. graphene_pr64
PublicKey class needs a few new crypto methods (secp256k1 dependency there). graphene_pr66
Pedersen/Rangeproof commitments must be implemented. I've wrapped libsecp256k1-zkp from bitshares-core to do this. secp256k1prp (Ideally, a pure-python implementation is required)
Storage class must be expanded to keep the receipts/balances.
Few GrapheneObjects must be read from wire bytestream back into memory. graphene_pr65
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 make this work for your. Please let me know what and how you need it.
After shedding some tears, I've managed to get blind transfers working. Sadly, the whole affair is not a matter of a simple/single pull-request. (Although if you think otherwise, please take a look here)
Here's the breakdown:
GrapheneObject
s must be read from wire bytestream back into memory. graphene_pr65The text was updated successfully, but these errors were encountered: