LBRY-Vault/plugins/trezor
SomberNight 680df7d6b6 trezor: move the transport-related reimplemented parts into a separate module. disable the bridge transport.
The bridge transport uses requests.post, which uses socket.getaddrinfo under the hood, which on some OSes (MacOS, Windows) in CPython takes a lock. The enumerate method for the bridge transport can block for 10-30 seconds while waiting for this lock.
2018-03-16 23:19:52 +01:00
..
__init__.py device manager: index devices by xpub 2016-08-20 20:54:15 +02:00
client.py updates for python3 2017-08-26 08:28:24 +02:00
clientbase.py fix #4122 2018-03-14 12:42:42 +01:00
cmdline.py cli support for hw encrypted wallets 2018-02-10 20:07:06 +01:00
qt.py misc python3 updates: 2017-08-26 08:28:24 +02:00
qt_generic.py fix #4122 2018-03-14 12:42:42 +01:00
transport.py trezor: move the transport-related reimplemented parts into a separate module. disable the bridge transport. 2018-03-16 23:19:52 +01:00
trezor.py trezor: move the transport-related reimplemented parts into a separate module. disable the bridge transport. 2018-03-16 23:19:52 +01:00