1
0
Fork 0
forked from lthn/blockchain
Commit graph

83 commits

Author SHA1 Message Date
cryptozoidberg
5b80a22157
more detailed message in set-log option 2022-07-08 17:35:14 +02:00
cryptozoidberg
30d9d190e1
lean up code with log options 2022-07-08 17:18:35 +02:00
cryptozoidberg
e1acd4e4e6
disable TOR by default for server-mode, fixed --disable-tor-relay which was not working for server mode 2022-07-08 17:06:26 +02:00
cryptozoidberg
96cdd25ac5
renamed alias member to proper name - fixed in wallet 2022-06-16 17:33:37 +02:00
cryptozoidberg
a8fe3f2797
Fixed #293 and refactored arg_descriptor(wanted to do it for such a long time!!!!) 2022-04-21 17:43:50 +02:00
cryptozoidberg
5c42da0a84
merge from develop 2022-04-20 19:12:16 +02:00
cryptozoidberg
bd39dce7e6
Fixed #262(-do-pos-mining needs also rpc-bind-port specified to work) 2022-04-14 21:01:14 +02:00
cryptozoidberg
46e57bf215
added command line and run-time parameters to endabling/disabling TOR relay in simplewallet 2022-04-02 19:48:36 +03:00
cryptozoidberg
80197c2a26
fixed errors in reporting state 2022-04-02 00:59:16 +03:00
cryptozoidberg
8221d28e61
added human readable tor status messages for simple wallet, disabled technical logs 2022-03-29 02:05:38 +03:00
cryptozoidberg
58931cb77b
added status feedback from wallet\tor layer 2022-03-22 23:38:43 +02:00
sowle
02544f7186
boost placeholders fix (2) 2022-03-20 04:05:15 +03:00
cryptozoidberg
52440749ed
added api fo exporting tx history from UI 2021-10-24 17:42:30 +02:00
cryptozoidberg
b5477a836c
export transactions refactoring for #245 2021-10-20 21:18:45 +02:00
cryptozoidberg
b03ba7da67
fixed wrap endpoint url to new one 2021-09-12 14:18:19 +03:00
cryptozoidberg
9447de6c96
added proper handling of wrpa transactions in simplewallet 2021-08-25 20:39:33 +02:00
cryptozoidberg
553eee55ca
fixed bug in list_recent_transfers 2021-08-17 12:13:15 +02:00
cryptozoidberg
c0621eb2f2
extended api for wallet 2021-08-17 12:13:14 +02:00
cryptozoidberg
7886f7cd3d
modified logging in wallet 2021-08-17 12:13:14 +02:00
cryptozoidberg
479f2029a0
added test isolate_auditable_and_proof 2021-08-17 12:13:10 +02:00
cryptozoidberg
13e59ffafb
implemented basic suppoer of wrapping in wallet(service commands) + inital support in simplewallet 2021-08-17 12:13:09 +02:00
cryptozoidberg
f2d79b53d6
added aliases support for --pos-mining-reward-address 2021-02-12 16:29:51 +01:00
cryptozoidberg
9ff78d1351
implemented proper validation of seed phrase in simplewallet 2020-11-21 23:05:09 +01:00
cryptozoidberg
5889b84acd
unit tests expended to cover secure seed cases 2020-11-20 16:40:54 +01:00
cryptozoidberg
03cb013695
Seed password implementation: in work 2020-11-20 00:37:48 +01:00
cryptozoidberg
b47e385279
simplewallet secure seed promt implemented 2020-11-18 23:05:58 +01:00
cryptozoidberg
d965912ef6
cleaned up logs for search wallet function 2020-10-31 00:12:55 +02:00
cryptozoidberg
b591a4c0d3
added command for searching lost wallets over the hard drive 2020-10-30 13:56:34 +02:00
cryptozoidberg
3dce5fd078
fixed simplewallet.cpp 2020-09-01 23:30:18 +02:00
sowle
b02fc0b5d8
wallet: all free space checks removed completely 2020-08-31 16:37:05 +03:00
sowle
3755f0da18
wallet: --disable-wallet-free-space-check added for simplewallet and Zano 2020-08-31 15:40:37 +03:00
sowle
68ffae815a
simplewallet: print a tracking seed when auditable wallet is created 2020-07-22 20:08:04 +03:00
sowle
3e463b065c
simplewallet improvements in tracking wallets area 2020-07-22 16:14:17 +03:00
sowle
4afcf646c5
simplewallet: don't hide txs when wallet if refreshing after being restored 2020-07-21 21:45:07 +03:00
sowle
315a601081
simplewallet: restore auditable watch-only wallets the same way as normals, --restore-awo-wallet option removed 2020-07-13 14:51:39 +03:00
sowle
dc08169aee
clean things up (massive names correction) 2020-06-29 22:55:25 +03:00
sowle
35370ba485
account_base::get_awo_blob() 2020-06-01 15:32:00 +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
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
33cf01ff34
better transfers logging and code clean-up 2020-05-26 15:55:58 +03:00
sowle
c1ba75db3f
simplewallet: on_message implemented for urgent messages from wallet2 2020-05-26 13:25:03 +03:00
sowle
76f3318555
simplewallet: i_wallet2_callback: added "override", changed on_money_received/on_money_spent to on_transfer2 2020-05-26 13:23:26 +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
sowle
14f4620468
simplewallet: debug statement removed 2020-05-11 15:52:18 +03:00
cryptozoidberg
c39bd62748
renamed api response codes to more general way, fixed loggin 2020-05-07 23:26:41 +02:00
sowle
1441b5b27f
seed phase improvements: 26 words + checksum + auditable wallets support 2020-05-02 23:59:37 +03:00
cryptozoidberg
e5f3519c1e
merge from predevelop 2020-04-28 00:44:40 +02:00
cryptozoidberg
caaca44f1e
re-implemented detach blocks 2020-04-25 00:30:55 +02:00
sowle
c7229c3062
account_keys improvements 2020-04-22 23:30:03 +03:00
sowle
fc475432fc
account_public_address spend_public_key/view_public_key changes 2020-04-22 22:30:29 +03:00