1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
trezor-firmware/trezorlib/tests/unit_tests
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
..
__init__.py tests: Move to trezorlib.tests 2017-12-19 13:16:22 +01:00
test_ckd_public.py regenerate license headers 2018-06-21 16:49:13 +02:00
test_cosi.py regenerate license headers 2018-06-21 16:49:13 +02:00
test_nem.py regenerate license headers 2018-06-21 16:49:13 +02:00
test_protobuf.py regenerate license headers 2018-06-21 16:49:13 +02:00
test_stellar.py stellar - return addresses as utf-8 strings 2018-06-28 11:57:56 +02:00
test_transport.py regenerate license headers 2018-06-21 16:49:13 +02:00
test_tx_api.py tx_api: support blockbook, allow url-less operation 2018-07-09 13:46:18 +02:00