39 Commits (39fa13b93861d324406ac58cf54047dea961ce5d)

Author SHA1 Message Date
SomberNight bffc2a1d4b
wizard: try harder to have temporarily stored pw erased from memory 6 years ago
ThomasV aa7aeb9014 disable go_back button in wizard password dialog (fix #5509) 6 years ago
ThomasV a7b61fcab9 kivy: support bip39 seeds 6 years ago
SomberNight fb76fcc886
trezor: use only Bridge when available 6 years ago
SomberNight 371e1a6ebf
hw: allow bypassing "too old firmware" error when using hw wallets 6 years ago
SomberNight 37da192bf5
wizard/hw: less spammy logs when hw library unavailable 6 years ago
SomberNight 003e6c3e79
fix 2fa wallet creation via qt gui 6 years ago
SomberNight 3385a94753
logging: basics 6 years ago
SomberNight a1d98d4331
sweep/import key: show error in Qt GUI to user as tooltip 6 years ago
SomberNight 12b98fa251
wizard: fix regression: unencrypted wallets were not getting upgraded 6 years ago
SomberNight 2da6692f73
wizard: some fixes 6 years ago
SomberNight b076f5294f
wizard: allow kwargs in run() 6 years ago
SomberNight d0fa3b431a
wallet: generate addresses in Deterministic_Wallet constructor 6 years ago
ThomasV 3631c27ed7 fix: load trustedcoin plugin for two-step wallet creation 6 years ago
SomberNight 4b36114d0d small fixups 6 years ago
ThomasV d5790ea109 wizard: do not use on storage object during wallet creation 6 years ago
SomberNight 11733d6bc2
wizard: normalize bip32 derivation path 6 years ago
SomberNight b39c51adf7
mv "electrum seed" stuff from bitcoin.py to mnemonic.py 6 years ago
SomberNight 8412b53ed5
wizard: copy/restore storage when stepping through the wizard 6 years ago
SomberNight 9013f6d59e
wizard: make 'stack' private 6 years ago
SomberNight f2ad116b0b
wizard: better hww debug messages when unpaired_device_infos fails 6 years ago
SomberNight d77e4d8f5d
exception formatting: use repr(e) instead of str(e) in messages 6 years ago
SomberNight 664b0c234e
wizard: fix imported address wallets 6 years ago
ThomasV 5a93bf054e 2fa segwit (from ghost43's PR) 6 years ago
SomberNight 9350709f13
wallet creation: take care not to write plaintext keys to disk 6 years ago
SomberNight 74f6ac27af
wizard/hw: cap transport string 6 years ago
SomberNight 32af83b7ae
wizard/hw: show transport type when listing HWDs 6 years ago
SomberNight dace2e5495
trezor: don't let bridge transport failing block all other transports 6 years ago
SomberNight 47b6d3c52c
wizard: make native segwit (bech32) the default for bip39/hw 6 years ago
ThomasV 3d4773b161 wizard: make segwit/bech32 the default choice during wallet creation 6 years ago
SomberNight 386e0d560e
wizard,hw: tell user about errors during plugin init 6 years ago
SomberNight 34569d172f
wallet: make importing thousands of addr/privkeys fast 6 years ago
SomberNight a88a2dea82
split bip32 from bitcoin.py 6 years ago
SomberNight 81cc20039e
more type annotations in core lib 6 years ago
SomberNight 91c369e392
hw wallets: generalise 'minimum_library' for those that provide a version number 7 years ago
SomberNight b4b1de088a
move TrezorClient.expand_path to bitcoin.py 7 years ago
SomberNight a799a00dc5
fix #4577 7 years ago
SomberNight aa86440866
fix #4566: bip39 passphrases with multiple spaces 7 years ago
Janus 097ac144d9 file reorganization with top-level module 7 years ago
SomberNight 8b86f21520
wizard: extend derivation dialog to also let user select script type. 7 years ago
ghost43 7797af6ffa
Qt: show WIF help in import(x2) and sweep dialogs (#4425) 7 years ago
ThomasV 8d5e666d30 support TrustedCoin plugin in the kivy GUI 7 years ago
SomberNight 2b84fba67b
storage upgrade as part of the wizard. fix storage upgrade on kivy. 7 years ago
SomberNight ae24af9bc2
wizard: move GoBack from Qt wizard to base_wizard 7 years ago
SomberNight 7b50790584
do not raise BaseException 7 years ago
SomberNight 13bd10e1cb
wizard: add naive debug message to hw device scan if none are found 7 years ago
SomberNight aabd9f01ee wizard hw devices: only scan once 7 years ago
SomberNight 8dd19a5920 wizard: remove unused method 7 years ago
SomberNight 37853ab939 trezor/keepkey: don't show empty error on PIN prompt cancel 7 years ago
ThomasV 0603f9f2b4 fix #4108 7 years ago