2213 Commits (b59063c086f0fb11de61390a32ce5f12bc15c85d)

Author SHA1 Message Date
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
ThomasV bc3ed470e1 use hash as default label 10 years ago
ThomasV e3de121be9 store deserialized tx in/out in wallet file for fast computation 10 years ago
ThomasV d9b1271f65 version 2.1 10 years ago
ThomasV cf0fcac9fa fix deserialize_server bug 10 years ago
ThomasV 08f63a7f14 release notes for 2.0.4 10 years ago
ThomasV d9874ecb01 add 10 second timeout to header requests 10 years ago
ThomasV f50a62755c use self.print_error 10 years ago
ThomasV 973f7f9fe5 mpk window: detect self and cosigner keys 10 years ago
ThomasV 1369c02011 safeguard: do not let daemon treads write wallet file 10 years ago
ThomasV 0200778ac1 require user to start daemon explicitly 10 years ago
K 41127db32d Let wallet recovery use 64 byte hex strings and 24 word seeds. 10 years ago
Neil bbcfa44e54 Use string joins instead of concatenation for efficiency. 10 years ago
ThomasV d82529a41a function profiler 10 years ago
ThomasV cabd6bbb2c inputs_to_sign: handle missing num_sig 10 years ago
ThomasV a5a7a34c2d IOError: add file path to exception message 10 years ago
ThomasV b93aa9bc43 do not display daemon socket path 10 years ago
ThomasV 4a4624cb85 type conversion; fixes #1077 10 years ago
ThomasV 39ba3db0dd version 2.0.3 10 years ago
ThomasV b2a13dbd9c remove unused imports 10 years ago
ThomasV 4ebefc6e4c standardize error messages in synchronizer 10 years ago
ThomasV 8e7ce452f6 move misplaced debug message 10 years ago
ThomasV 5b8588ee90 rename spv class, use own print_error 10 years ago
ThomasV a4cb70649d fix synchronizer hanging when not connected. 10 years ago
ThomasV 72688a5cfa clean implementation of daemon threads 10 years ago
ThomasV 58f9ab3492 add a lock to wallet.synchronize() and fix #1049 10 years ago
ThomasV 9e4eda24b5 fix #1082 10 years ago
ThomasV f32f1183fc print_error methods. request timeout for interface 10 years ago
ThomasV 1569cd0420 serialize/deserialize methods for servers 10 years ago
ThomasV c4d0314817 network: separate interface management from reconnection logic 10 years ago
ThomasV 799a08514b move proxy logic to network.py. reload socket module if proxy is disabled 10 years ago
ThomasV ae7405a10f remove old http interface code, not used 10 years ago
ThomasV 92987d9019 add comment about proxy side effect 10 years ago
ThomasV 0947eb7960 should test proxy_str. fixes issue #1073 10 years ago
ThomasV 4780d8f811 do not try to connect to daemon on windows (af_unix) 10 years ago
ThomasV 6fc9ca2a41 bump version number 10 years ago
ThomasV 8852ad5281 fix transaction sweep; fixes #1066 10 years ago
ThomasV 73d8ba24d9 fix network connection issues 10 years ago
Christopher Gurnee 4ba4611599 check arg type in change_gap_limit() 10 years ago
ThomasV b53a813111 revert 33b11422 10 years ago