ThomasV
0fdf661845
python3: update storage
7 years ago
ThomasV
15642ec8de
python3: remove calls to unicode function
7 years ago
ThomasV
ab15ff3a00
updates for python3
8 years ago
Dmitry Sorokin
362ca96f38
x509 fixes and plugins
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
ThomasV
85f2f667c3
fix #2326 : backward-compatibility of wallet files
8 years ago
ThomasV
a159cc3a06
fix bug with storage.encrypt
8 years ago
ThomasV
acd70f55c3
simplify storage: we don't store pubkeys anymore
8 years ago
ThomasV
411832c4ce
cleanup storage and fix tracvis test
8 years ago
ThomasV
9cb576a88c
fix multisig update_password
8 years ago
ThomasV
98353c286a
fix #2235
8 years ago
ThomasV
00abc60cdc
fix plugin_loader in storage
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
djb
6b6f0be7d4
add Digital Bitbox hardware wallet
8 years ago
ThomasV
6020d72b1b
fix #2063
8 years ago
ThomasV
96016a9ee8
force pubkey regeneration in some multisig wallets
8 years ago
ThomasV
5541c1bec6
check requires_split before upgrade
8 years ago
ThomasV
da65e9e7d5
auto-upgrade wallet format
8 years ago
ThomasV
c820423b00
fix storage update for btchip
8 years ago
ThomasV
16ed48d52d
Format upgrade: increment seed_version to make sure that old versions of Electrum refuse to open new wallet files.
8 years ago
ThomasV
ab67a0313a
fix upgrade_wallet
8 years ago
ThomasV
19e62ba643
fixes for storage conversion
8 years ago
ThomasV
66f8fe7648
fix: assert in convert_wallet_type
8 years ago
ThomasV
357ea62303
minor fix: convert_wallet_type
8 years ago
ThomasV
62b47ca3b3
fix: hw_type
8 years ago
ThomasV
d16fb3ee48
fix storage update_format
8 years ago
ThomasV
c63a0f2198
fix #1907
8 years ago
ThomasV
3a1bf84d2c
convert multisig wallets
8 years ago
ThomasV
8736cf8cd4
fix wallet upgrade
8 years ago
ThomasV
afe39330dc
update wallet format again, for keystore
8 years ago
ThomasV
428bc539b3
hardware: store derivation instead of account_id
8 years ago
ThomasV
090a284619
storage: convert_wallet_type
8 years ago
ThomasV
47fef13e5b
fix keepkey wallet_type storage
8 years ago
ThomasV
1159f85e05
Major refactoring
- separation between Wallet and key management (Keystore)
- simplification of wallet classes
- remove support for multiple accounts in the same wallet
- add support for OP_RETURN to Trezor plugin
- split multi-accounts wallets for backward compatibility
9 years ago