2213 Commits (b59063c086f0fb11de61390a32ce5f12bc15c85d)

Author SHA1 Message Date
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. 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 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. 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
ukurokawa 950dc2c685 get_pubkeys is called incorrectly in get_pubkey_from_xpub() 10 years ago
ThomasV 911a60c02d separate timeouts for server and nodes retry 10 years ago
ThomasV 5f29017c9d pass config.path to daemon (exemptore). fixes #901 10 years ago
ThomasV 98cc9c53d1 do not write config file from network class 10 years ago
ThomasV a805afa900 save recent_servers in separate file 10 years ago
ThomasV 881e15ae12 store config as json 10 years ago
ThomasV 0503e809d5 fix #1121: tx.update 10 years ago
ThomasV e3e5d95794 fix account key bug 10 years ago
ThomasV c9d874ce38 openalias: more error message 10 years ago