ThomasV
cefae0d76a
version 2.7.4 and release notes
8 years ago
ThomasV
2e2f4c17e0
fix #1959
8 years ago
ThomasV
357cc75dca
fix creation of imported keystore
8 years ago
ThomasV
bb0ddcecd0
version 2.7.3
8 years ago
ThomasV
5d44474aeb
bound number of tx inputs in sweep
8 years ago
ThomasV
1e55f4fda0
fix fee computation in sweep
8 years ago
ThomasV
7abd902b92
fix #1959
8 years ago
ThomasV
2512f5945a
fix issue #1958
8 years ago
ThomasV
3403db9b47
version 2.7.2, release notes
8 years ago
ThomasV
9cafc3db2d
fix #1954
8 years ago
ThomasV
df6dae90d6
remove the 'deseed' command, it does not work anymore with keystores
8 years ago
ThomasV
9c37d36be2
bump version number
8 years ago
ThomasV
00eb39a560
fix issue with restore from old seed
8 years ago
ThomasV
3127fbd0c2
we need to check requires_split first, and get_action at the end
8 years ago
ThomasV
34c90a257b
follow-up
8 years ago
ThomasV
d52e3f65e6
follow-up
8 years ago
ThomasV
5541c1bec6
check requires_split before upgrade
8 years ago
Serge Victor
98ace59f80
Fixing a stupid typo, sorry about that
8 years ago
ThomasV
e0c38b31b4
remove custom entropy option; nobody uses it
8 years ago
Serge Victor
55d392c274
Spread payment requests to subdirs
Currently Electrum stores all payment requests in main requests
directory. It's not going to be efficient when we have thousands of
thousands of payment requests. This patch spreads that files across
two level of subdirectories.
8 years ago
ThomasV
121ac07b01
wizard: add checkbox for passphrases. allow passphrases with 2fa seeds
8 years ago
ThomasV
0fd813f229
fix #1938
8 years ago
ThomasV
da65e9e7d5
auto-upgrade wallet format
8 years ago
ThomasV
fa487ae0ca
fix: get_public_keys method of p2pk wallets
8 years ago
ThomasV
2e0d55e25e
remove xpub icon
8 years ago
ThomasV
68ed60ca87
fix: check_password method of Multisig wallets
8 years ago
ThomasV
52a9fdf6f6
wizard: fix restore multisig from seed
8 years ago
ThomasV
827d928aaa
kivy: handle 2FA seeds
8 years ago
ThomasV
8d9b23e760
follow-up previous commit
8 years ago
ThomasV
749a1f2006
restore bip39 option for multisig, add a warning when option is clicked.
8 years ago
ThomasV
c32f75a313
wizard: display seed type. restore 2fa if needed
8 years ago
ThomasV
296f30b924
trustedcoin: use 12-word seeds with separate derivations
8 years ago
ThomasV
63a5e8f99b
fix wizard line_dialog
8 years ago
ThomasV
b2e9362163
improve message
8 years ago
ThomasV
4bc756751b
improve wizard messages; skip choice screen if there is only one choice
8 years ago
ThomasV
4d4171fe53
hardware multisig: partial bip45 derivation
8 years ago
ThomasV
8d3a96ebf4
better message
8 years ago
Serge Victor
07280730d4
Intoducing websocket_announce configuration
Currently electrum daemon runs websocket server on a configured host and
port and sends the same information to merchant payments. There is
likely that those two may be different, when websocket traffic is being
reverse proxied and sent over via different hosts.
This patch introduces two fully optional parameters,
websocket_server_announce and websocket_port_announce, which when
set, are sent to the merchant payments instead of websocket_server and
websocket_port values.
8 years ago
ThomasV
569a3b4fab
make sure seed last word is uniformly distributed. count prefix length as entropy
8 years ago
ThomasV
7982cadd22
follow-up pevious commit
8 years ago
ThomasV
0d671e67c5
sign_transaction: do not stop if a keystore raises an exception
8 years ago
ThomasV
03c66bb5f9
follow up 08543584c5
8 years ago
ThomasV
08543584c5
fix cold storage signing for imported wallets
8 years ago
Serge Victor
90fe6292ca
$.getJSON is asynchronous, obviosly.
8 years ago
Serge Victor
f2820944f1
Adding possibility of websockets configuration
Up to now, websockets configuration was possible for the daemon only,
this patch passes that information to the client via json file
produced with the payment request.
8 years ago
ThomasV
a3b4409e6e
fix #1920
8 years ago
Eagle[TM]
7933448ec7
network: Update default server list
8 years ago
ThomasV
7a47d2341e
fix bug in trustedcoin constructor
8 years ago
ThomasV
1e4cdab096
normalize passphrase
8 years ago
ThomasV
b1b15f510c
Fix can_sign and cold storage
8 years ago