1
0
Fork 0
forked from lthn/blockchain
Commit graph

479 commits

Author SHA1 Message Date
cryptozoidberg
6cadc8a79e
send transaction over p2p protocol as groundwork 2022-01-08 18:43:09 +01:00
cryptozoidberg
1a55d65e85
first implementations for tor: relaying transactions over p2p network protocol 2022-01-08 16:36:33 +01:00
Derloda
6c7ee2590d
Add --disable-ntp parameter (#317)
* Add disable-ntp parameter
* Also allow GUI to disable NTP
* Update src/currency_protocol/currency_protocol_handler.inl

Co-authored-by: crypto.sowle <crypto.sowle@gmail.com>
2022-01-04 08:14:11 +03:00
sowle
ca6c7e81e1
#316 re-implemented using get_time_str instead of get_time_str2 2021-12-31 06:47:22 +03:00
cryptozoidberg
9ea35d3a2f
deeplinks ready on application level 2021-12-30 19:17:22 +01:00
cryptozoidberg
ca8ce3c184
deeplinks implementation: proper routing 2021-12-30 17:32:58 +01:00
sowle
4fbc383d0f
wallet_rpc_server initialization fix 2021-10-25 22:12:32 +02:00
cryptozoidberg
52440749ed
added api fo exporting tx history from UI 2021-10-24 17:42:30 +02:00
sowle
91127ca3ea
clang compilation fixed 2021-10-21 07:30:58 +03:00
cryptozoidberg
b5477a836c
export transactions refactoring for #245 2021-10-20 21:18:45 +02:00
cryptozoidberg
7873ef2acc
implemented #242 2021-10-17 21:11:01 +02:00
cryptozoidberg
3b29f57104
disabled notifications for tracking wallet 2021-10-16 23:08:05 +02:00
sowle
431b5e539e
Merge branch 'actual_ts_refactoring' into develop 2021-10-14 17:44:01 +03:00
sowle
69a0117793
rpc: git rid of obsolete PoS timestamps checks 2021-10-12 17:00:01 +03:00
sowle
832b7811b9
fixed block timestamp setting 2021-10-12 05:00:01 +03:00
sowle
92e2b1851b
actual_timestamp made obsolete, real timestamp moved to tx_service_attachment in extra, PoS ts guessing interval extended 2021-10-11 16:10:51 +03:00
sowle
9bfc9a0490
get rid of coinday_weight 2021-10-08 08:01:59 +03:00
cryptozoidberg
7dc93fe144
added idle wallet store in server mode 2021-10-04 13:11:56 +02:00
cryptozoidberg
c10674ce19
explicitly removed sender address from wrap tx 2021-09-11 10:28:34 +03:00
cryptozoidberg
d98fea3a62
removed sender address in wrap operations 2021-09-06 23:49:05 +03:00
cryptozoidberg
9202483ee1
switched to production custody wallet 2021-09-02 20:09:56 +03:00
cryptozoidberg
8a0bbf7854
Fixed bug with amount parsing 2021-08-26 15:03:42 +02:00
cryptozoidberg
506bf42632
added send wrapped transaction to desktop UI 2021-08-25 22:43:08 +02:00
cryptozoidberg
69eb2dc38a
added wrap address detection support in UI 2021-08-21 19:51:01 +02:00
cryptozoidberg
580f354c1c
added wrap support to plain_wallet 2021-08-21 08:14:57 +02:00
cryptozoidberg
d1121f3ff9
Merge branch 'develop' into develop_mobile 2021-08-17 12:13:54 +02:00
cryptozoidberg
2ed87ff148
added wrap address support in mobile wallet 2021-08-17 12:13:18 +02:00
cryptozoidberg
cb1be3e31c
fixed missing namespace 2021-08-17 12:13:17 +02:00
cryptozoidberg
2efc46ed09
address validation for wrap 2021-08-17 12:13:17 +02:00
cryptozoidberg
04083afc87
fixed correct auditable address 2021-08-17 12:13:15 +02:00
cryptozoidberg
9936ef63cf
More options on wallet API 2021-08-17 12:13:15 +02:00
cryptozoidberg
c0621eb2f2
extended api for wallet 2021-08-17 12:13:14 +02:00
cryptozoidberg
84f0119948
extended wallet transfer API to service_entries option 2021-08-17 12:13:13 +02:00
cryptozoidberg
e9b4b216cc
removed forgotten field 2021-08-17 12:13:12 +02:00
cryptozoidberg
d2bb634a7d
added current_height to COMMAND_RPC_GET_RECENT_TXS_AND_INFO response 2021-08-17 12:13:12 +02:00
cryptozoidberg
82a7229368
added transfer_internal_index to wallet_transfer_info struct 2021-08-17 12:13:12 +02:00
cryptozoidberg
11ef684b94
bunch of fixes over isolate_auditable_and_proof test 2021-08-17 12:13:11 +02:00
cryptozoidberg
479f2029a0
added test isolate_auditable_and_proof 2021-08-17 12:13:10 +02:00
cryptozoidberg
faa956a959
added isolated items to rpc-structures 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
2fb3b96c2b
merge from develop 2021-06-11 21:59:50 +03:00
sowle
bb6dea509e
wallet resync-on-load issue fixed (the bug was in data storing on Boost > 69), also Zano made compatible with Boost 1.72 2021-06-07 15:00:58 +03:00
cryptozoidberg
9a94584ca4
Forgoten line 2021-06-03 19:00:34 +03:00
cryptozoidberg
51bb91c66c
rolled back eperimental code 2021-06-03 18:46:44 +03:00
cryptozoidberg
e302c34f7e
fixed access to secon and first 2021-06-03 15:42:57 +03:00
cryptozoidberg
a3dcb32834
more logs on chainshortener 2021-06-03 15:15:05 +03:00
cryptozoidberg
c8c2414fd3
added new portable storage 2021-06-02 23:52:18 +03:00
cryptozoidberg
569d64b5f2
experimental: try different portable_storage for android 2021-06-02 20:50:04 +03:00
cryptozoidberg
ce79505087
added wallet version logging on load/store 2021-05-31 22:24:38 +03:00
cryptozoidberg
a9eb5f5f5a
Added extra logs to research Orson's problem 2021-05-28 20:36:17 +02:00