1976 Commits (68c664c48316f6b00ae306b4b6e5ed8a112dc55d)

Author SHA1 Message Date
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
ThomasV f77311328a add get_completions to wallet 10 years ago
ThomasV 4d7b68658b fix delete_contact 10 years ago
ThomasV 2f1c597e8f print_error method for plugins 10 years ago
Roman Zeyde a7440fc89c wallet: skip history sort when verifier is not set 10 years ago
ThomasV da502076bd fix get_history 10 years ago
ThomasV f051a3e577 update occurences of get_history 10 years ago
Roman Zeyde c4b306cdbe fix Transaction.deserialize() to Transaction() 10 years ago
Roman Zeyde 9d0aa737e5 transaction: call serialize() before deserialization 10 years ago
ThomasV 2d84deeaad sanity check history 10 years ago
ThomasV ec11e58add handle pruning in wallet.txi/txo 10 years ago
ThomasV 3d1fa1e27f find_pay_to_pubkey_address 10 years ago