Conversation
f7f8760 to
425a82b
Compare
|
The wallet functionality in this python library will be very useful to me, so be aware of my bias in the following comment: |
|
Hey @thebookworm101 that's very valuable feedback to know that openssl is broken on fedora! When you want to delete a wallet you need to use your private key to sign a message to prove you really have the private key, to avoid someone being able to delete a wallet if they get your API key. I actually tried using However, if using |
|
Ok, |
|
yea, that's the stuff, nice find! the biggest problem I see right now is that both Another option is adding support for using https://github.com/bitcoin/secp256k1 to |
|
Its not that hard, especially if we package it together as some libraries do, since setups/pip can do actual builds, this may not be a problem. My biggest worry would be dependencies, and as it stands, |
cd59424 to
26b11e6
Compare
** WIP **
test currently fails because
delete_walletrequires a signature and there's no python lib implementing this, pending a PR on https://github.com/petertodd/python-bitcoinlib