Skip to content
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

Use of deprecated bitcoin library causes conflicts with python-bitcoinlib #168

Open
rdong8 opened this issue Nov 20, 2024 · 0 comments
Open

Comments

@rdong8
Copy link

rdong8 commented Nov 20, 2024

This library uses pybitcointools, which defines a package called bitcoin. This package has been deprecated by Vitalik and he recommends the cryptos library to be used instead.

Additionally, if you install this library alongside python-bitcoinlib, another popular Bitcoin library, it breaks because it has the same package name of bitcoin.

rdong8 added a commit to tristeroresearch/blockcypher-python that referenced this issue Nov 20, 2024
* switch from bitcoin library to cryptos
* update .gitignore to exclude VSCode files
* remove unused imports
* reformat batch imports
* add __all__ to __init__.py
* update version to 1.0.94
rdong8 added a commit to tristeroresearch/blockcypher-python that referenced this issue Nov 20, 2024
* switch from bitcoin library to cryptos
* update .gitignore to exclude VSCode files
* remove unused imports
* reformat batch imports
* add __all__ to __init__.py
* update version to 1.0.94
* use stdlib binascii module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant