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