lbry-sdk/lbrynet/extras/wallet
Oleg Silkin b3fde9d78d Removes six From Project (#1660)
* Replaces `six` urllib with python 3's urllib
* Replaces `six`'s int2byte method with native `bytes` class
* Removes edge case testing for python2 vs python3
* Removes useless object inheritance
* Uses native io.BytesIO instead of six.BytesIO
* Removes six from dependencies
2018-11-22 23:24:21 -05:00
..
server absolute imports 2018-11-09 16:52:46 -05:00
__init__.py absolute imports 2018-11-09 16:52:46 -05:00
account.py added jsonrpc_account_send and dropped torba[server] 2018-11-21 01:14:39 -05:00
claim_proofs.py Removes six From Project (#1660) 2018-11-22 23:24:21 -05:00
database.py claims include supports 2018-11-07 18:28:02 -05:00
dewies.py working claim_send_to_address 2018-11-19 20:34:38 -05:00
header.py lbryumx -> lbrynet.extras.wallet.server 2018-11-04 10:50:15 -05:00
ledger.py absolute imports 2018-11-09 16:52:46 -05:00
manager.py fixes #1653 2018-11-20 16:12:51 -05:00
network.py lbryumx -> lbrynet.extras.wallet.server 2018-11-04 10:50:15 -05:00
resolve.py log and handle misformed certificate claims from #1609 2018-11-10 20:49:36 -05:00
script.py lbryumx -> lbrynet.extras.wallet.server 2018-11-04 10:50:15 -05:00
transaction.py absolute imports 2018-11-09 16:52:46 -05:00