-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wallet API implementation #5
base: master
Are you sure you want to change the base?
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_wallet
requires a signature and there's no python lib implementing this, pending a PR on https://github.com/petertodd/python-bitcoinlib