1200wd / bitcoinlib

Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
http://bitcoinlib.readthedocs.io/
GNU General Public License v3.0
596 stars 199 forks source link

Change kwargs by args on constructors #352

Closed yoprogramo closed 7 months ago

yoprogramo commented 9 months ago

The changes made in previous fixes changed the constructor parameters for BitcoindClient and makes it fire error when used. This change reverts back the constructor to its original form and only modify the from_config parameters (tested and works).

mccwdev commented 9 months ago

Merged in the latest bugfix branch: https://github.com/1200wd/bitcoinlib/tree/bugfix-202401

yoprogramo commented 9 months ago

New change to honor the strict flag on key parsing (avoid error if key not recognized and not strict mode)