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
dfef56491b
simplification
8 years ago
ThomasV
f26262da0f
fix ledger sign_transaction, issue #1938
8 years ago
ThomasV
f4e81a073a
update release notes
8 years ago
ThomasV
9afb0a9b46
add empty label to fix layout
8 years ago
ThomasV
6979cdc7d6
seed_input: minor layout improvement
8 years ago
ThomasV
94988bd3f7
follow-up previous commit
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
f0ff73f0eb
show wallet type in title bar
8 years ago
ThomasV
2e0d55e25e
remove xpub icon
8 years ago
ThomasV
68ed60ca87
fix: check_password method of Multisig wallets
8 years ago
ThomasV
9509592767
new icon for xpub/xprv dialogs
8 years ago
ThomasV
52a9fdf6f6
wizard: fix restore multisig from seed
8 years ago
ThomasV
827d928aaa
kivy: handle 2FA seeds
8 years ago
ThomasV
06c68a4be1
seed_type_label setVisible
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
c934c5d55c
tx window can show amount even if we are not synchronized
8 years ago
ThomasV
c05c49a18f
fix fee slider offline bug
8 years ago
ThomasV
c32f75a313
wizard: display seed type. restore 2fa if needed
8 years ago
ThomasV
1fe1fc3c08
fix: can be longer than 24
8 years ago
ThomasV
296f30b924
trustedcoin: use 12-word seeds with separate derivations
8 years ago
ThomasV
997dd17933
call choose_device when button is clicked
8 years ago
ThomasV
71d52d6349
Merge pull request #1936 from ser/websocket_announce
Introducing websocket_announce configuration
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
9f7ca3dcb7
fix trezor PIN signal
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
56c490faf0
ledger: better message
8 years ago
ThomasV
5f038a4157
ledger plugin: parse xpubkey instead of using txin['derivation']; always use client.finalizeInputFull
8 years ago
ThomasV
03c66bb5f9
follow up 08543584c5
8 years ago
ThomasV
08543584c5
fix cold storage signing for imported wallets
8 years ago
ThomasV
a132525a2b
Merge pull request #1935 from ser/add-ws-host-port
Adding possibility of websockets configuration
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
da544794b7
improved message
8 years ago
ThomasV
a45095ef36
fix #1934
8 years ago
ThomasV
a3b4409e6e
fix #1920
8 years ago
Eagle[TM]
7933448ec7
network: Update default server list
8 years ago
ThomasV
36c90502ae
more trustedcoin fixes
8 years ago
ThomasV
2baf8e2079
fix trustedcoin hook
8 years ago