LBRY-Vault/lib/tests
SomberNight 0438bbc2c2
transaction.py: change update_signatures API. fix trezor segwit signing.
Traceback (most recent call last):
  File "...\electrum\lib\transaction.py", line 498, in parse_witness
    if txin['witness_version'] != 0:
KeyError: 'witness_version'
2018-06-14 20:13:04 +02:00
..
__init__.py tests: introduce FAST_TESTS flag for faster local testing 2018-05-28 14:02:07 +02:00
test_bitcoin.py tests: introduce FAST_TESTS flag for faster local testing 2018-05-28 14:02:07 +02:00
test_commands.py fix parsing values in setconfig (#4225) 2018-04-06 18:53:13 +02:00
test_dnssec.py use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 2018-05-25 15:43:06 +02:00
test_interface.py use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 2018-05-25 15:43:06 +02:00
test_mnemonic.py use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 2018-05-25 15:43:06 +02:00
test_simple_config.py use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 2018-05-25 15:43:06 +02:00
test_storage_upgrade.py use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 2018-05-25 15:43:06 +02:00
test_transaction.py transaction.py: change update_signatures API. fix trezor segwit signing. 2018-06-14 20:13:04 +02:00
test_util.py use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 2018-05-25 15:43:06 +02:00
test_wallet.py use libsecp256k1 if available. abstract away ecc stuff. move symmetric crypto and hash functions to crypto.py 2018-05-25 15:43:06 +02:00
test_wallet_vertical.py tests: TestWalletOfflineSigning 2018-06-13 19:27:07 +02:00