SomberNight
a821a3504e
wizard: remove unused strings
7 years ago
SomberNight
ac2d4eb0ef
fix #3508
7 years ago
SomberNight
ffdc36285b
use string.format instead of old style (%) formatting
7 years ago
SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
7 years ago
SomberNight
f3f43c8f2a
Revert "disable p2wpkh for hw wallets for now"
This reverts commit e218c4a305
.
7 years ago
SomberNight
9416e5bc35
wizard: allow to choose derivation again if script type is not supported (instead of closing the wizard)
7 years ago
SomberNight
aeee5e907c
enable some translations in base_wizard.py
7 years ago
SomberNight
e218c4a305
disable p2wpkh for hw wallets for now
7 years ago
SomberNight
e3164286d0
implement bip84: bip43 purpose/der path for p2wpkh scripts
7 years ago
SomberNight
c04ebe9571
wizard: added derivation presets for bip44/49
7 years ago
SomberNight
aef0444867
fix #3439 : ScanQRTextEdit optionally allows to concat data
7 years ago
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
7 years ago
ThomasV
70d23f9e3b
fix #3189 : do not silence exceptions in get_xpub
7 years ago
ThomasV
f36024e216
hardware wallets: pass xtype to get_xpub
7 years ago
SomberNight
5e5191d25c
base_wizard: only check xpub type if have xpub
7 years ago
ThomasV
11bbe31ae3
wizard: check xpub types before adding keystore
7 years ago
ThomasV
a220932711
serialize txin-type in xpub/xprv
7 years ago
ThomasV
6e0e5a8d57
wizard: allow segwit seed as cosigner
7 years ago
SomberNight
751be88059
tests: wallet-keystore integrity (bip39)
7 years ago
ThomasV
e8b564c0e7
Extend Wallet Import Format with txin type. Extend class Imported_Wallet.
7 years ago
ThomasV
fd1a676d45
remove command line segwit option
7 years ago
ThomasV
a8a993d490
fix key type for bip49
7 years ago
ThomasV
f0fe84d959
check xkey type when we add the keystore, so that we cover all cases
7 years ago
ThomasV
123c5e3165
wizard: check seed_type before creating multisig
7 years ago
ThomasV
43e3f4d3d1
add segwit choice to wizard
7 years ago
ThomasV
93e577e0cb
Revert "segwit: add purpose to derivation"
This reverts commit f706fa07078fd01f24ded2dada7ad66eae8ff485.
7 years ago
ThomasV
ee36ec992c
segwit: add purpose to derivation
7 years ago
ThomasV
d9f2edf6b0
support native segwit transactions
7 years ago
Jochen Hoenicke
ec0de566a8
[TREZOR] Added Segwit support.
Following changes were necessary outside the TREZOR plugin.
- transaction.py: update_transaction handles segwit transactions.
- keystore.py: added a segwit parameter to bip44_derivation,
use m/49' instead of m/44' for segwit.
7 years ago
ThomasV
ab15ff3a00
updates for python3
8 years ago
Dmitry Sorokin
362ca96f38
x509 fixes and plugins
8 years ago
Dmitry Sorokin
f02d18226b
misc ui and lib fixes for py3
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
suut
bc4fcfbebd
Remove usages of deprecated apply() builtin
8 years ago
ThomasV
125247df81
fix unicode path issue #2269
8 years ago
ThomasV
6b45070b2f
allow arbitrary derivations with bip39 seeds, to let multibit users recover funds
8 years ago
ThomasV
33a32be576
add help message for hrdware devices on windows
8 years ago
Saleem Rashid
9d6f816b15
Testnet: Use correct BIP44 derivation
8 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
8 years ago
ThomasV
45f25586ef
add file selector and password dialog to wizard ( fix #1730 )
8 years ago
ThomasV
1763b5fcdc
fix: missing parameter
8 years ago
ThomasV
fcc92c1ebd
Wallet file encryption:
- a keypair is derived from the wallet password
- only the public key is retained in memory
- wallets must opened and closed explicitly with the daemon
8 years ago
ThomasV
ac53bc5089
fix missing parameter
8 years ago
ThomasV
ce11a2fac5
replace segwit wallet class with custom xpub type
8 years ago
ThomasV
3a64ec0f2e
Initial segwit support (testnet only)
8 years ago
ThomasV
45aab8654d
fix crash #1987
8 years ago
ThomasV
7ea91dde2e
do not expose network to wizard. update message in issue #1972
8 years ago
ThomasV
9598c6999f
fix exception type
8 years ago
ThomasV
d12661a385
use the word 'extension' instead of 'passphrase'
8 years ago
ThomasV
00eb39a560
fix issue with restore from old seed
8 years ago