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.
I've upgraded to 0.7.0b1 to use the replace_by_fee functionality. While using this version I've observed an datetime / timezone comparison issue using a non clean ~/.bitcoinlib - when historic transactions are loaded from the cache (see below).
The SQL DATETIME type contains no TZ info and when we load the cached transactions from the database I don't see us setting it to UTC explicitly in gettransactions().
I've upgraded to
0.7.0b1
to use thereplace_by_fee
functionality. While using this version I've observed an datetime / timezone comparison issue using a non clean ~/.bitcoinlib - when historic transactions are loaded from the cache (see below).The SQL DATETIME type contains no TZ info and when we load the cached transactions from the database I don't see us setting it to UTC explicitly in
gettransactions()
.Pull Request https://github.com/1200wd/bitcoinlib/pull/412