1
0
Fork 0
forked from lthn/blockchain
Commit graph

35 commits

Author SHA1 Message Date
cryptozoidberg
ad8fab104c
fixed typo 2020-04-06 22:28:30 +02:00
cryptozoidberg
09612a42a6
implemented connectivity status api, got rid if unused implementation 2020-04-06 22:17:39 +02:00
sowle
b31dde50ae
made wallets_manager::get_recent_transfers aware of unconfirmed txs 2020-04-06 16:28:12 +03:00
cryptozoidberg
154907fe96
wallet_manager getting more more async 2020-04-02 22:22:21 +02:00
sowle
e28b7d8cf4
gui: process_predownload result is being checked now 2020-03-27 15:19:21 +03:00
sowle
448637a98a
back-end part of pre-downloading progress bar 2020-03-19 03:01:02 +03:00
sowle
cf932f50e7
CLI option change: explicit-predownload -> force-predownload 2020-03-18 15:14:10 +03:00
sowle
e652771786
pre-downloading is implemented for GUI as well 2020-03-16 22:14:01 +03:00
sowle
8a515489ee
minor log improvements 2020-03-16 19:57:48 +03:00
sowle
6bd9a73448
db_backend_selector is used only locally to make things simplier 2020-03-16 17:48:02 +03:00
cryptozoidberg
01b6f41509
implemented get logs/truncate logs in plain_wallet 2020-03-15 06:14:08 +01:00
sowle
5d5c63c1f8
db_backend_selector introduced 2020-03-12 13:21:22 +03:00
cryptozoidberg
fe8c34eb17
improved timeouts for mobile wallet 2020-03-07 06:55:09 +01:00
cryptozoidberg
f907daed13
added current height to wallet_status api 2020-03-04 21:00:05 +01:00
cryptozoidberg
fccf9933af
implemented online/offline status detecting 2020-03-02 05:05:15 +01:00
cryptozoidberg
3dc736466d
merged from develop 2020-02-23 03:56:25 +01:00
sowle
f9adc129fc
minor fixes 2020-02-22 11:34:24 +03:00
sowle
9722b3baf9
wallets manager: minor improvements in exceptions' handling 2020-02-20 15:40:00 +03:00
sowle
f4893863be
exceptions handling in wallets_manager dtor 2020-02-19 16:12:52 +03:00
cryptozoidberg
89b15a9dc2
adjusted macros for both android and ios 2020-02-18 07:45:59 +01:00
cryptozoidberg
0a1f87bc14
returned terminate handler 2020-02-14 22:02:20 +01:00
cryptozoidberg
b695238f47
disabled terminate handler 2020-02-13 23:58:44 +01:00
cryptozoidberg
5cc30aa01d
added seed data to inital api calls 2020-02-13 22:28:17 +01:00
cryptozoidberg
c4a423f6f5
fixed native library for auto-start of sync process in wallet thread 2020-02-13 01:44:30 +01:00
cryptozoidberg
92cce9628c
enebale remote node flag 2020-02-12 20:55:11 +01:00
cryptozoidberg
b931199386
fixed initialization 2020-02-12 20:36:54 +01:00
cryptozoidberg
b43a09b6e4
removed static init of core components from ios build 2020-02-12 00:19:30 +01:00
cryptozoidberg
79902a2a16
surgery continued: cut headers 2020-02-11 23:51:35 +01:00
cryptozoidberg
b84949295b
cut other core-related code from IOS_BUILD 2020-02-11 23:34:16 +01:00
cryptozoidberg
c3296d4603
put core and other heavy core-dependent code under conditional compilation 2020-02-11 23:12:31 +01:00
cryptozoidberg
29945bfd15
fixed wallets_manager init signature 2020-02-11 04:07:32 +01:00
cryptozoidberg
88a657cbb7
fixed bugs and code clean up 2020-02-11 03:46:47 +01:00
cryptozoidberg
1c35304d0b
introduced new long-call mode for wallets_manager 2020-02-11 03:10:27 +01:00
cryptozoidberg
c6dd8b1153
massive changes to wallets_manager 2020-02-11 01:14:28 +01:00
cryptozoidberg
b52391aa3b
added missing files, fixed build 2020-02-10 22:47:06 +01:00