Neil Booth
6920747a5d
Move ping functionality into its own function.
First step in cleaning up the run() function.
Calls stop() rather than setting is_connected to False on
case of timeout, which cleanly closes the socket.
10 years ago
Neil Booth
c07e956127
Pass the response_queue to the constructor, not start().
Removes an unnecessary Thread base-class override. The python
documentation also strongly discourages overriding anything other
than run().
10 years ago
Neil Booth
9cf2eff16b
Make is_connected into a member function. No change in logic.
10 years ago
Neil Booth
4d55cb9528
First of several incremental patches tightening up interface.py.
Remove some unneeded imports, a constant and a line of dead code.
Document the current external API interface.py provides.
10 years ago
ThomasV
25c6a78ae0
fix missing immport
10 years ago
ThomasV
e4038dcdba
move create_csr to gui
10 years ago
Neil Booth
2fc38332e7
Make it 3-step instead of four. Avoid quadratic insertions.
This is preparation to hopefully fix #1163
10 years ago
ThomasV
bbaacef960
fix format_satoshis for None values
10 years ago
ThomasV
75ddc066bb
fix #1181
10 years ago
ThomasV
8ba70c941b
add function to create CSR
10 years ago
ThomasV
c35cdf1fd8
rename ssl config variables
10 years ago
Neil Booth
db2517b901
Shrink size of changes; functionality unchanged.
10 years ago
ThomasV
953674aac7
resize columns to content by default
10 years ago
Neil Booth
4f45e0a083
Prior lost minus sign for fractional negative numbers
10 years ago
Neil Booth
0d35dd66d2
The lite GUI passes a decimal type
10 years ago
Neil Booth
83e05b1183
Modify format_satoshis to display amounts according to locale.
In particular, thousands and decimal point separators are taken from locale.
10 years ago
Neil Booth
f56413d602
Put title() member func, with localization, in main_window.py
10 years ago
Neil Booth
889174ae19
Show wallet basename in tray tooltip for those of us using multiple wallets
Move basename (and title) logic to the wallet and use those member functions.
10 years ago
ThomasV
7316f613d6
fix history command
10 years ago
Neil Booth
deec78a9d4
Clean up block explorer handling. Add menu item to go to block explorer for an address.
Block explorer code is data-driven now.
Put block explorer defaulting in one place.
Fix URLs for insight.is and blockr.io.
Add tradeblock.com explorer.
Add menu item to view address on block explorer provided only one is selected.
10 years ago
ThomasV
f2749a744e
version 2.1.1
10 years ago
ThomasV
cb09d88322
fix bug introduced in 21673c95f4
10 years ago
Maran
21673c95f4
Fix wallet write to support windows
10 years ago
ThomasV
4a28c88946
atomic write wallet file
10 years ago
ThomasV
e8189490e9
store contacts in a separate file, shared between wallets
10 years ago
ThomasV
065145e557
get_history: return empty history if balance check fails
10 years ago
ThomasV
6cff7a284a
store invoices as dict. rename domain -> requestor
10 years ago
ThomasV
74b0ed5f48
move get_status to InvoiceStore
10 years ago
ThomasV
409c34d1bf
verify: create a PaymentRequest instance, to avoid blanking the signature as side effect
10 years ago
ThomasV
30bed4c5a9
sign and save to file bip70 payment request; redo receive tab layout
10 years ago
ThomasV
50bc50d78d
daemon: filter notificaions sent to client
10 years ago
ThomasV
524db55b90
don't display hashes or addresses as default labels
10 years ago
ThomasV
21b2fcbe85
always_hook. fix trezor handler. fixes #1146
10 years ago
ThomasV
f82de35bd2
x509: use SKI and AKI to find parent certificate if it is missing
10 years ago
ThomasV
7796243fdd
get_common_name: return string if missing
10 years ago
ThomasV
ed5258e406
parse certificates without pyasn1
10 years ago
ThomasV
f6a00fdb34
add file: scheme to get_payment_request
10 years ago
ThomasV
036f96cf35
store invoices in a separate file, with their status
10 years ago
ukurokawa
e708c446a8
Dust threshold should be 546
10 years ago
ThomasV
4fe32d2ad1
add root certificate to chain if missing. fixes #1137
10 years ago
ThomasV
c381fc2194
remove debug message
10 years ago
ThomasV
cdd5d6e130
fix #1136
10 years ago
ThomasV
eb9802356a
fix variable name in from_seed
10 years ago
Kausheel Kumar
8cf793ab98
Add wallet function get_addr_received()
10 years ago
ThomasV
be5731d463
move make_payment_request to lib
10 years ago
ThomasV
b8a72180c7
HistoryWidget class; address history window
10 years ago
ThomasV
0a7b585b6c
redo default labels with incoming tx outputs
10 years ago
ThomasV
4c729f0ff0
move format_time to util
10 years ago
ThomasV
75cf142be0
fix typo
10 years ago
ThomasV
a3422d3fae
generic multisig wallet constructor. fixes #1129
10 years ago