1
0
Fork 0
forked from lthn/blockchain
Commit graph

53 commits

Author SHA1 Message Date
sowle
4db837bbc7
Merge branch 'develop' into predevelop 2020-05-22 17:03:25 +03:00
cryptozoidberg
034e4e0296
got rid of console messages 2020-05-22 14:36:25 +02:00
cryptozoidberg
07a1cde8f9
optimized shutdown process for wallets manager 2020-05-19 16:28:50 +02:00
sowle
9d2262c5e6
Merge branch 'release' into develop 2020-05-18 17:58:21 +03:00
cryptozoidberg
a4b5af479e
guarded other static objects whichg might lead to errors in deinitialization 2020-05-17 23:15:50 +02:00
cryptozoidberg
a9f4c63fdd
fixed typo 2020-05-14 19:35:55 +02:00
cryptozoidberg
29aa2a25de
added wallets_manager deinitialization before everyone dies 2020-05-14 19:23:17 +02:00
cryptozoidberg
b97065beba
added wallet size to open/store api 2020-05-12 21:48:15 +02:00
cryptozoidberg
e6616cd225
Added error on opening same wallet file 2020-05-12 21:11:54 +02:00
sowle
cf0fb86d90
GUI: fix unconditional backend stop when predownloading fails 2020-05-12 13:02:06 +03:00
cryptozoidberg
e7851de6f7
added parameter for initial wallet height 2020-05-08 00:52:30 +02:00
cryptozoidberg
c39bd62748
renamed api response codes to more general way, fixed loggin 2020-05-07 23:26:41 +02:00
cryptozoidberg
281e430317
moved shortener code into separate unit to create unit tests for it 2020-04-29 01:23:48 +02:00
cryptozoidberg
e5f3519c1e
merge from predevelop 2020-04-28 00:44:40 +02:00
cryptozoidberg
4e0fa49748
reverted API to original due to universal implementation, adapted server side to new protocol, implemented one extra API 2020-04-28 00:40:31 +02:00
sowle
c7229c3062
account_keys improvements 2020-04-22 23:30:03 +03:00
cryptozoidberg
4fcbe8fbdd
added more return codes to wallet 2020-04-17 22:14:00 +02:00
cryptozoidberg
05e5174937
added new options for wallet rpc transfer call 2020-04-13 23:37:45 +02:00
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