PeerAssets / pypeerassets

Reference implementation of the PeerAssets protocol.
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

works with allpy btcpy branch #83

Closed saeveritt closed 6 years ago

saeveritt commented 6 years ago

Using PrivateKey input argument automatically sets the setup() function in btcpy setup.py to the default parameters. Kutil now takes privkey input as bytes. Symbol input argument for btcpy setup allows for multiple networks to be used. .hexlify() was removed due to it being used inside btcpy str from the PrivateKey class by default.

peerchemist commented 6 years ago

IMO this thing with PrivateKey modifying setup() is a btcpy bug and should be fixed over there.

peerchemist commented 6 years ago

Closed as not compatible with currently used btcpy branch.

saeveritt commented 6 years ago

These modifications should be revisited when BTCPY is updated to support multiple networks. The proper changes have been create on an ALLPY branch of PeerAssets/btcpy