117 Commits (95780a39a3a3c87099e9a6eab407e86392a5dce2)

Author SHA1 Message Date
SomberNight 22061b4555 transaction.get_address_from_output_script now handles witness version > 0 7 years ago
SomberNight a6841cbd5f fix #4099: serialisation of txns with negative version number 7 years ago
SomberNight e5cba92564 transaction serialization: fix segwit coinbase case. 7 years ago
SomberNight 81b6d65764 refactor network constants 7 years ago
SomberNight a32d27b9d7 make 2fa wallets work on testnet 7 years ago
SomberNight 7a4338ea21 fix tests 7 years ago
SomberNight 89b43ee0cb tests: copied valid transactions from bitcoin core unit tests. try to deserialize all. 7 years ago
SomberNight 4b6a3e2e5d fix #3899; and more aggressively catch exceptions in tx.deserialize() 7 years ago
SomberNight 70aa1f1db9 fix #3788 7 years ago
SomberNight 0d1ea09ed1 fix tests 7 years ago
SomberNight 6d88eab005 tests: added 2fa seed case to test_wallet_vertical.py 7 years ago
SomberNight e3164286d0 implement bip84: bip43 purpose/der path for p2wpkh scripts 7 years ago
SomberNight 9f908c32e3 tests: add missing info in vertical wallet tests 7 years ago
SomberNight 2a3c41b24f coinchooser: "privacy" policy now prefers confirmed coins. removed "priority" policy. 7 years ago
SomberNight 33bb5fee73 tests: testnet addresses 7 years ago
Justin Turner Arthur 857eb4ac1d Remove unused imports. Explicitly import a few deep imports. 7 years ago
SomberNight 0ee18f9837 fix tests 7 years ago
SomberNight 3b26beac9e fix: wallet storage upgrade 13b had incorrect assumptions 7 years ago
SomberNight c05549c8cd follow-up prev commit: revert "strict checks" for old seeds 7 years ago
SomberNight d45e13553a old seeds: normalize, and stricter is_old_seed() 7 years ago
SomberNight aad83a71c8 tests: have bip39 multisig wallet unit test mirror hw wallet behaviour 7 years ago
SomberNight 4a383af872 fix tests 7 years ago
SomberNight fb47dbb75a tests: transaction.txid() 7 years ago
ThomasV 5665b42999 remove six 7 years ago
SomberNight aa1289fa5d bitcoin.py AES: implement our own PKCS7 padding 7 years ago
ThomasV ed6b2d0abf add comment about pyaes issue 7 years ago
SomberNight d5dcdb01dd follow-up of prev commit: fix travis build (take 2) 7 years ago
SomberNight 3fe2af242e follow-up of prev commit: fix travis build 7 years ago
SomberNight 7ba233f2ab fix: storage upgrade of pre-2.8 imported key wallets, and tests 7 years ago
ThomasV 8d307ce1e8 rm failing test 7 years ago
SomberNight 26f439f34d tests: WalletStorage upgrades 7 years ago
SomberNight f22f8c614f fix tests 7 years ago
SomberNight 681eb1ccb8 tests: for bitcoin.py, added new ones, and some refactoring for existing 7 years ago
SomberNight f917a565b3 fix tests: message signing 7 years ago
SomberNight 751be88059 tests: wallet-keystore integrity (bip39) 7 years ago
ThomasV c73819a3d4 fix tests 7 years ago
SomberNight f3bbb52b91 tests: wallet-keystore integrity (seed->address) 7 years ago
SomberNight 7542bc9e35 tests: message signing 7 years ago
ThomasV c186dc18d4 fix tests 7 years ago
SomberNight 2fbc70d860 Moving to virtual tx size instead of total tx size. 7 years ago
SomberNight 6e0c2cffd8 replace deprecated assertEquals 7 years ago
SomberNight 653c7acb48 fix bech32 scriptPubKeys (OP_n), and tests 7 years ago
ThomasV 9286deca57 fix test 7 years ago
ThomasV 5f35081bc9 fix tests 7 years ago
Dmitry Sorokin 5be78950ca py3 8 years ago
Kacper Żuk c6e09a6038 Provide warnings about invalid BIP39 checksum in seed dialog 8 years ago
Johann Bauer 534eaa9bd1 Parse transaction version field 8 years ago
Roman Zeyde de956b7dc1 tests: fix TestTransaction.test_tx_signed testcase 8 years ago
ThomasV f7212a4732 fix input_script and remove unused method inputs_without_script 8 years ago
ThomasV c2142ebf26 fix test broken by previous commit 8 years ago