3576 Commits (5e8791e5a4cc38fb03fa772a06ae8aefb83e2b06)

Author SHA1 Message Date
SomberNight 1c31177d03 try to sweep p2pk outputs from old type WIF privkeys 7 years ago
SomberNight 32e88495ae fix: transaction.parse_witness() for coinbase 7 years ago
SomberNight fb47dbb75a tests: transaction.txid() 7 years ago
ThomasV 89240571d4 py3: socket.error is deprecated 7 years ago
ThomasV 1cbc794229 interface: catch py3 exceptions 7 years ago
SomberNight 1f102913e9 typo in wallet.import_private_key() 7 years ago
ThomasV 5665b42999 remove six 7 years ago
SomberNight 523de69b5e Introduced BasePlugin.can_user_disable(). TrustedCoin plugin can't be disabled by user. 7 years ago
ThomasV 6e0e5a8d57 wizard: allow segwit seed as cosigner 7 years ago
SomberNight 2457ac8774 fix #3091 7 years ago
ThomasV 7cf075c754 follow up b8c7edf070 7 years ago
SomberNight 29c34332ac fix: contacts import 7 years ago
ThomasV 8683d71711 fix: witness serialization 7 years ago
ThomasV b8c7edf070 return bytes in scan_barcode 7 years ago
SomberNight aa1289fa5d bitcoin.py AES: implement our own PKCS7 padding 7 years ago
ThomasV 198cc9d737 fix #2614: define non-linear scale for static fees 7 years ago
Dan Haiduc 5e589133c9 Update commands: output str(Decimals), not floats 7 years ago
Antoine Riard 9ebca74724 fix: check_seed command import path 7 years ago
ThomasV 24442de8df fix command line interface for hardware wallets. fixes #3056 7 years ago
SomberNight f69f6a88e0 py3: signmessage cmd now again returns str 7 years ago
ThomasV 0a648e2b1c cleanup commented lines 7 years ago
ThomasV ed6b2d0abf add comment about pyaes issue 7 years ago
ThomasV a2048feb24 add segwit option for cmdline create 7 years ago
SomberNight 8a07c2654c fix: py3 in bitcoin.py: aes_encrypt_with_iv() and aes_decrypt_with_iv() 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 ccf1f0f5d1 add class Simple_Wallet 7 years ago
ThomasV dc553ff108 fix #2991: encrypt wallet files created with command line 7 years ago
ThomasV 8d307ce1e8 rm failing test 7 years ago
ThomasV 0dbb976baf update unsigned tx format, so that imported wallets can sign all address types 7 years ago
SomberNight 26f439f34d tests: WalletStorage upgrades 7 years ago
ThomasV 3b8c8c712d fix #3038 7 years ago
SomberNight 8025d81ec0 fix #3035 7 years ago
ThomasV 628a9e0521 follow up afcc37ec34 7 years ago
SomberNight f22f8c614f fix tests 7 years ago
SomberNight a5ffa69a3e storage: upgrade format version automatically in load_data() 7 years ago
SomberNight 8e007f026d fix: witness for non-segwit txins 7 years ago
SomberNight 0510bdb85b fix: missing import 'stat' in network.py and simple_config.py 7 years ago
SomberNight 2ad061eead fix: storage.convert_version_14() was missing redeem_scripts 7 years ago
SomberNight 681eb1ccb8 tests: for bitcoin.py, added new ones, and some refactoring for existing 7 years ago
SomberNight 843aec80d7 fix: bitcoin.is_minikey() was broken 7 years ago
SomberNight e406829904 fix: Imported_Wallet cannot spend from p2wpkh or p2wpkh-p2sh 7 years ago
ThomasV 6656154b78 add 'createnewaddress' command, separate from getunusedaddress 7 years ago
ThomasV de85b56e0a re-enable locktime 7 years ago
ThomasV d1657cd62c rm deprecated functions 7 years ago
ThomasV c72123d708 fix #3014 7 years ago
SomberNight 0a1ebea669 sweep txs are now always RBF 7 years ago
ThomasV 4836adff84 add cmdline support for 2fa wallets 7 years ago
ThomasV 401d8bc534 fix #2890 7 years ago