1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-02 02:41:28 +00:00
trezor-firmware/trezorlib
matejcik 19a0f4cc7b tx_api: support blockbook, allow url-less operation
Bitcoin Testnet backends were removed.
This broke our tests that work purely on local data but nevertheless
need to know backend URLs. Because the design is less than ideal.

Here, we do a little cleanup:
* blockbook URLs are respected
* Dogecoin is now supported by our blockbook backend so we don't need
  a special tx-api implementation
* it's possible to instantiate a TxApi that is backed by the cache,
  without a known URL
* relevant tests now make use of this feature
2018-07-09 13:46:18 +02:00
..
messages build: remove prebuilt protobuf files 2018-07-09 13:46:18 +02:00
qt regenerate license headers 2018-06-21 16:49:13 +02:00
tests tx_api: support blockbook, allow url-less operation 2018-07-09 13:46:18 +02:00
transport regenerate license headers 2018-06-21 16:49:13 +02:00
__init__.py build: do not import trezorlib in setup.py, parse out __version__ by hand 2018-07-09 13:46:18 +02:00
_ed25519.py ed25519: type hints 2018-05-28 14:17:11 +02:00
ckd_public.py regenerate license headers 2018-06-21 16:49:13 +02:00
client.py regenerate license headers 2018-06-21 16:49:13 +02:00
coins.py tx_api: support blockbook, allow url-less operation 2018-07-09 13:46:18 +02:00
cosi.py regenerate license headers 2018-06-21 16:49:13 +02:00
debuglink.py regenerate license headers 2018-06-21 16:49:13 +02:00
device.py regenerate license headers 2018-06-21 16:49:13 +02:00
log.py regenerate license headers 2018-06-21 16:49:13 +02:00
mapping.py regenerate license headers 2018-06-21 16:49:13 +02:00
nem.py regenerate license headers 2018-06-21 16:49:13 +02:00
protobuf.py regenerate license headers 2018-06-21 16:49:13 +02:00
protocol_v1.py regenerate license headers 2018-06-21 16:49:13 +02:00
protocol_v2.py regenerate license headers 2018-06-21 16:49:13 +02:00
stellar.py stellar.py - do not alias trezorlib.messages import to "proto" 2018-06-28 11:57:56 +02:00
tools.py regenerate license headers 2018-06-21 16:49:13 +02:00
tx_api.py tx_api: support blockbook, allow url-less operation 2018-07-09 13:46:18 +02:00