2193 Commits (444082f90f05f047e3e9a0287037f45822d46046)

Author SHA1 Message Date
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
ThomasV 33b11422a8 give a short timeout for daemon calls that actually do not require the network 10 years ago
ThomasV 98a809415d bump version number 10 years ago
ThomasV 15636282e4 fix issue #1061: normalize trezor passphrases. Add passphrases to restore from seed with trezor. 10 years ago
ThomasV 1d885c11e0 fix segfault in zbar init, issue #1059 10 years ago
ThomasV 59c76f5e09 use file socket for daemon 10 years ago
ThomasV 490de0d8ce fix password bug with xprv wallet 10 years ago
ThomasV e9b06f494d abort set_parameters if changes are not allowed by config 10 years ago
ThomasV 7a9141e509 deserialize network.proxy to prevent variability 10 years ago
ThomasV fdaf4e42a9 print reason if connection fails 10 years ago
ThomasV a90f3e0027 re-add older version of socks.py to repo, because SocksiPy-branch does not work with current code 10 years ago
ThomasV 510934d545 do not store protocol explicitly 10 years ago
ThomasV f489466709 fix: notify proxy when switching server 10 years ago
ThomasV 78573e202d add try..except arount get_next_account 10 years ago
ThomasV 46c290e30d use base43 in order to send transactions by QR code 10 years ago
ThomasV 52b43c57b8 android create and restore 10 years ago
ThomasV 0f3c5ad4b1 parse_URI: utf8 decode 10 years ago
ThomasV f92c3cadf0 fix utf8 encode in create_URI 10 years ago