1
0
Fork 0
forked from lthn/blockchain
Commit graph

164 commits

Author SHA1 Message Date
sowle
b94c9f75d3
1) logging: channel(s) enabling made optionally less verbose; 2) various fixes after the merge 2022-10-14 19:08:27 +02:00
cryptozoidberg
52b70ffb24
merge from zarcanum 2022-10-12 23:51:09 +02:00
sowle
08fd1d4248
in CATCH_ENTRY_CUSTOM custom_code moved before error logging 2022-10-12 17:51:32 +02:00
cryptozoidberg
d3b2ca0e3a
more warnings cleanup 2022-10-12 12:10:48 +02:00
cryptozoidberg
00d4ae9828
set deterministic rand to find bug in multiasset_test 2022-10-11 21:17:05 +02:00
cryptozoidberg
f1a7c25fa3
fixed warnings on linux 2022-10-11 13:44:59 +02:00
sowle
452047cb88
KV_ENABLE_POD_SERIALIZATION_AS_HEX fixed 2022-10-05 20:49:13 +02:00
cryptozoidberg
f3f5c11c5e
fixed missing dependency(linux) - afterfix 2022-09-14 20:59:27 +02:00
cryptozoidberg
eec541840e
fixed missing dependency(linux) 2022-09-14 20:56:34 +02:00
cryptozoidberg
7abd438787
replaced optional<> to shared_ptr<> due to space efficiency considerations 2022-09-14 20:54:30 +02:00
cryptozoidberg
03480488a1
Implemented kv-serialization for boost optional, implemented serialization as hed for POD 2022-09-12 20:38:32 +02:00
sowle
b62d01a629
MSVC 2019 compatibility fixes 2022-08-23 21:27:38 +03:00
cryptozoidberg
0e5bcbef47
improved alias detection in transaction history + added RPC API for alias registration 2022-06-18 20:50:03 +02:00
cryptozoidberg
0dbc900c9a
fixed wrong console handling on windows 2022-05-26 22:24:53 +02:00
sowle
bbf2530cca
namespace epst = epee::string_tools 2022-05-11 20:57:31 +02:00
sowle
aa90e50f42
fix for Argument-Dependent Lookup issue with parse_tpod_from_hex_string() 2022-05-10 20:42:54 +02:00
sowle
4066de04a1
epee: clean up the mess with namespace misc_utils::parse + string tools 2022-05-10 17:29:42 +02:00
cryptozoidberg
5c42da0a84
merge from develop 2022-04-20 19:12:16 +02:00
cryptozoidberg
d0a66c3793
fixed issues for macos/clang 2022-04-11 20:31:08 +02:00
cryptozoidberg
dc61500a46
fixed http state machine, fixed wallet bug with tor connectivity failure 2022-04-10 19:46:43 +02:00
cryptozoidberg
5fc390233c
fixed compilation issue for gcc 2022-04-10 17:12:38 +02:00
sowle
2246aa8fce
fix an issue with boost 1.76 2022-03-21 01:20:56 +03:00
sowle
02544f7186
boost placeholders fix (2) 2022-03-20 04:05:15 +03:00
cryptozoidberg
70a991d6f7
Moved tor lib to latest commit(added sending data bigger then 117 bytes) 2022-02-17 17:44:21 +03:00
cryptozoidberg
f708f454d9
fixes related to tor 2022-02-12 22:38:12 +03:00
cryptozoidberg
6cadc8a79e
send transaction over p2p protocol as groundwork 2022-01-08 18:43:09 +01:00
sowle
ca6c7e81e1
#316 re-implemented using get_time_str instead of get_time_str2 2021-12-31 06:47:22 +03:00
cryptozoidberg
a623fc1506
Fixed #316 2021-12-30 17:32:58 +01:00
cryptozoidberg
493855b6b1
added missing file 2021-11-18 21:11:16 +01:00
cryptozoidberg
8ae6be2694
Fixes for new boost versions 2021-11-03 22:14:55 +01:00
sowle
24ddd6facf
time format for get_time_str_v2 slightly changed 2021-10-21 17:12:01 +03:00
cryptozoidberg
b5477a836c
export transactions refactoring for #245 2021-10-20 21:18:45 +02: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
d5e250d33a
fix for a typo 2021-10-08 07:58:42 +03:00
cryptozoidberg
d1121f3ff9
Merge branch 'develop' into develop_mobile 2021-08-17 12:13:54 +02:00
cryptozoidberg
3222d51490
forgoten LOG_PRINT_COLOR2_CB 2021-08-17 12:13:16 +02:00
cryptozoidberg
11ef353281
forgoten magenta 2021-08-17 12:13:16 +02:00
cryptozoidberg
a14cda2db6
improved json rpc lib and logging lib 2021-08-17 12:13:16 +02:00
cryptozoidberg
038a5a4a07
upgraded logs 2021-08-17 12:13:15 +02:00
cryptozoidberg
7886f7cd3d
modified logging in wallet 2021-08-17 12:13:14 +02:00
cryptozoidberg
4584b5fede
Added green logs shortcut 2021-08-17 12:13:14 +02:00
cryptozoidberg
f738596a3c
Added try_catch with location 2021-06-17 23:02:57 +02:00
sowle
9a0382f1a7
MSVC 2019 configuration + Boost 1.76 support 2021-06-15 14:21:10 +03:00
cryptozoidberg
d31802a703
fixed warning 2021-06-02 19:12:59 +03:00
cryptozoidberg
8f12632ca6
android fix for new boost(1_72) 2021-06-01 23:20:24 +03:00
cryptozoidberg
52c5c1250f
atomic: wallet improvements 2021-02-08 21:31:46 +01:00
cryptozoidberg
67d2d7f200
implemented right version of stream filter for input 2020-08-18 21:54:24 +02:00
sowle
5e5e9f56ff
simplewallet: fixed mysterious no-log-file issue 2020-08-13 15:23:39 +03:00
sowle
309c2391db
fix gcc 5.4.0 warning 2020-08-04 15:09:08 +03:00
sowle
ec833ec490
minor fixes 2020-07-08 18:19:09 +03:00