1
0
Fork 0
forked from lthn/blockchain
Commit graph

305 commits

Author SHA1 Message Date
sowle
ab1ef9cf5e
Merge branch 'auditability' into predevelop 2020-06-02 13:26:22 +03:00
cryptozoidberg
0b636ed070
added reset method for quick releasing opened wallets under android 2020-06-02 00:19:54 +02:00
sowle
338e22d612
wallet2: fix a bug with awo wallet restoration 2020-06-01 16:09:36 +03:00
sowle
d932f1e98d
good-bye "tracking_hey"! 2020-05-29 11:56:36 +03:00
sowle
aeb23bdd81
GUI: allow auditable watch-only wallets to be opened 2020-05-28 14:38:27 +03:00
sowle
859291f45e
gui: is_auditable and is_watch_only are now available in wallet_info 2020-05-28 12:36:51 +03:00
sowle
5bb8b369ff
restoring AWO wallets enabled for GUI backend + refactoring to made things simpler 2020-05-27 23:49:34 +03:00
sowle
6712b548cd
wallet2: made auditable watch-only wallet not using outkey2ki file 2020-05-27 23:04:23 +03:00
sowle
ecfccc9f53
wallet2: fixed wrong skipping bad output with mix_attr != 1 in an auditable wallet 2020-05-27 23:01:37 +03:00
sowle
ee9ef363b9
auditable watch-only wallet now can be restored from awo-blob (by a third party): --restore-awo-wallet
simplewallet new command: awo_blob
2020-05-27 17:20:25 +03:00
sowle
069cbbf769
wallet: transfer is forbidden for auditable watch-only wallets 2020-05-27 13:14:14 +03:00
sowle
01c1339ae6
fixed wallet_error_base signature 2020-05-27 13:09:42 +03:00
sowle
83ecbf346d
fixed conversion in wallet_error_base 2020-05-26 20:41:00 +03:00
sowle
ee47354911
Merge branch 'predevelop' into auditability 2020-05-26 20:18:58 +03:00
sowle
33cf01ff34
better transfers logging and code clean-up 2020-05-26 15:55:58 +03:00
sowle
200494027f
auditability works in simplewallet 2020-05-26 13:28:24 +03:00
cryptozoidberg
1458032e93
fixed wallet pulling daemon like there is no tomorrow 2020-05-26 00:21:28 +02:00
sowle
36326e581f
wallet: handling auditable coins (WIP) 2020-05-25 15:05:25 +03:00
cryptozoidberg
9fc930230a
got rid of delay before first update of wallet info 2020-05-24 14:59:55 +02:00
sowle
638768f31b
Merge branch 'predevelop' into auditability 2020-05-22 19:50:34 +03:00
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
sowle
80d7f4b003
wallet: forbid aliases to auditable addresses reg/update prior to HF2 2020-05-20 17:39:42 +03:00
sowle
586561411d
wallet2: sending to auditable addresses allowed before HF2 as well 2020-05-19 20:19:54 +03:00
sowle
4b3e8da6fa
wallet2: made new format unloadable by old wallets + correct error on file read errors 2020-05-19 20:12:43 +03: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
131f4a8347
implemented static objects wrapper, which make possible to pre-handle beginning of static obj death 2020-05-17 21:38:36 +02:00
cryptozoidberg
c4149503d0
fixed wrong condition for syn validation check 2020-05-17 19:16:48 +02:00
cryptozoidberg
eb119d6a3b
handling of rare but possible situation with wallet sync rewound 2020-05-17 18:50:40 +02:00
cryptozoidberg
30e400b2d0
fixed bug in wallet sync process 2020-05-17 18:20:02 +02:00
cryptozoidberg
40f1e1a870
attempt to fix mobile crash on exit 2020-05-17 15:12:34 +02:00
cryptozoidberg
4159a528ff
wrapped deinit into plain_wallet namespace 2020-05-14 20:05:52 +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
1af8862202
fixed capture for lambda 2020-05-13 22:11:58 +02:00
cryptozoidberg
9e983b70b2
plain_wallet api refactored due to ios app crash 2020-05-13 22:01:40 +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
a2ac9c7640
unnecessary logs removed 2020-05-12 18:30:28 +03:00
sowle
3c30c655ff
wallet2: disallow auditable addresses as destinations until HF2 in transfer() 2020-05-12 18:16:47 +03:00
sowle
cf0fb86d90
GUI: fix unconditional backend stop when predownloading fails 2020-05-12 13:02:06 +03:00
sowle
9397816f53
wallet: handling incoming txs in auditablility mode (WIP) 2020-05-11 21:23:00 +03:00
sowle
b30a3b8f66
Merge branch 'predevelop' into auditability
# Conflicts resolved:
#	src/currency_core/currency_basic.h
#	src/wallet/wallets_manager.cpp
2020-05-11 20:41:05 +03:00
cryptozoidberg
6b2832fbcf
added welete_wallet method 2020-05-10 21:51:23 +02:00
cryptozoidberg
9344f2ccea
added missing parameter to open_wallet_response struct 2020-05-08 01:09:51 +02: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
sowle
a4b607e0c0
fixed a bug in new format seed phrase restoring 2020-05-07 15:02:35 +03:00