ThomasV
85cc7b281b
Merge pull request #1425 from kizmc/wizard-layout
Fixed GroupBox layout in installwizard
9 years ago
kizmc
77ebea15d0
Fixed GroupBox layout in installwizard
9 years ago
Neil Booth
9455815ad0
Merge requested_merkle and merkle_roots.
9 years ago
Neil Booth
b64c42b1eb
Make the verifier a thread job instead of a thread
The verifier, like the synchronizer, now runs as part of the
network proxy thread.
9 years ago
Neil Booth
01491dd1d0
Have network_proxy use ThreadJob framework
Rename WalletSynchronizer to Synchronizer so that diagnostic messages,
which are based on class name, still refer to Synchronizer.
9 years ago
Neil Booth
56654ec4e9
Introduce thread job framework.
This is a cleaner generalization of the functionality added
to network_proxy.py a few months ago, whereby jobs can be
added and removed from a thread's main loop. This allows
us to cut down on unnecessary threads.
A follow-up patch will update the proxy to this framework.
9 years ago
ThomasV
6682135a23
Merge pull request #1424 from romanz/typo_fix
typo fix: rename pay_from_URI() -> pay_to_URI()
9 years ago
ThomasV
bbe5cbecfd
Merge pull request #1423 from romanz/tests
Add more unit tests for lib.transaction
9 years ago
Roman Zeyde
fea97454b1
typo fix: rename pay_from_URI() -> pay_to_URI()
9 years ago
Roman Zeyde
eb66289314
test_transaction: add BCDataStream test case
9 years ago
Roman Zeyde
33b78551a3
test_transaction: add Transaction.sweep() test case
9 years ago
ThomasV
023cd9eeb0
Merge pull request #1421 from romanz/tests
test_transaction: add unit tests for lib.transaction module
9 years ago
Roman Zeyde
6a7e145053
test_transaction: add test suite for lib.transaction module
9 years ago
Neil Booth
a056f9804b
Notify when a chunk of headers is validated
And a couple of cosmetic changes.
This should fix #1379 .
9 years ago
ThomasV
f9ab33592f
Merge pull request #1419 from romanz/tests
test_mnemonic: add tests for mnemonics
9 years ago
Roman Zeyde
3c3d96f69e
test_mnemonic: add tests for mnemonics
10 years ago
ThomasV
686153bed3
Merge pull request #1418 from romanz/tests
Add test_account for testing lib.account module
9 years ago
ThomasV
a28cb7d970
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
ThomasV
1cd9cb5d2b
backport release notes
9 years ago
Roman Zeyde
bb97624de2
test_account: add test case for OldAccount
9 years ago
Roman Zeyde
893849ab39
test_account: add test case for BIP32_Account
9 years ago
ThomasV
658a350a47
Merge pull request #1417 from romanz/tests
test_interface: fix check_host_name test
9 years ago
Roman Zeyde
a92ca583bd
test_interface: fix check_host_name test
9 years ago
ThomasV
486d181b0b
fix for #1408 exchange rates plugin
9 years ago
ThomasV
6a0fde329a
fix #1416
9 years ago
Neil Booth
49a48d52ac
Use select.
10 years ago
ThomasV
aedfbd3855
start wizard from main_window. fixes #1250
9 years ago
ThomasV
85c0dda1a9
version 2.5
9 years ago
ThomasV
e23f3a5ed9
separate signing script
9 years ago
ThomasV
234471b70c
version 2.4.3 and release notes
9 years ago
ThomasV
d895e5d132
load_wallet: don't hide and show gui unless we start the wizard
9 years ago
ThomasV
679f2fe2b1
add safety warning for watching only wallets
9 years ago
ThomasV
728dc85c84
remove duplicate available_for
9 years ago
ThomasV
f01ef5dd71
Merge pull request #1391 from keepkey/master
KeepKey Integration
9 years ago
Darin Stanchfield
39d4688419
added icon for keepkey as well as updated with latest trezor plugin changes
9 years ago
Darin Stanchfield
0e8fa5d004
moved up to keep in order
9 years ago
Darin Stanchfield
441245be9e
added icon for keepkey
9 years ago
Darin Stanchfield
257fd9bfb0
Merge branch 'master' of https://github.com/spesmilo/electrum
9 years ago
ThomasV
5ad8c56406
Merge pull request #1411 from dabura667/addchinese
Add Chinese Simplified wordlist
9 years ago
dabura667
678ec84267
Add Chinese Simplified wordlist
9 years ago
ThomasV
53b1ce2c50
restore 'save' menu. fixes #1407
9 years ago
ThomasV
b2e2218556
fix: remove deprecated parameter
9 years ago
ThomasV
df206719b7
should fix #1403
9 years ago
ThomasV
37034bdf7f
listunspent: convert value to float
9 years ago
ThomasV
6bbfef5198
add timestamp to history command output, convert value to float
9 years ago
ThomasV
ed6c6bae24
fix typo
9 years ago
ThomasV
425cc4d258
fix: handle blank passphrase properly
9 years ago
ThomasV
2996ec927f
fix #862 : ask passphrase only once
9 years ago
ThomasV
2ffd419e66
possibly fix #1403
9 years ago
ThomasV
dfb3d7b119
show number of inputs/outputs
9 years ago