cryptozoidberg
|
4fec3b7f32
|
fixed problem with lambda call
|
2023-08-28 21:27:33 +02:00 |
|
cryptozoidberg
|
4be4494ad4
|
few fixes to solve linux build
|
2023-08-28 20:31:57 +02:00 |
|
cryptozoidberg
|
7bfa59fd7e
|
full test for assets operations ready and passes
|
2023-08-25 22:40:20 +02:00 |
|
cryptozoidberg
|
06db8961e7
|
implemented basic code for injection of debug events into wallet multistep opperations
|
2023-08-24 17:57:23 +02:00 |
|
cryptozoidberg
|
5448441c8f
|
fixed typo
|
2023-07-13 15:55:38 +02:00 |
|
cryptozoidberg
|
d7dea2ad14
|
added cross-coversion for JSON parser string->uint64_t
|
2023-07-13 15:49:30 +02:00 |
|
cryptozoidberg
|
6263975c03
|
Fixed bug with cloudflare ssl handshake
|
2023-06-02 20:09:13 +02:00 |
|
cryptozoidberg
|
3fec14f95e
|
Implemented multiple map rpc processing(lets chain RPC processing to different handlers maps in different objects)
|
2023-05-24 23:43:44 +02:00 |
|
cryptozoidberg
|
27000bdb86
|
Merge branch 'cryptoassets' into multiassets
|
2023-04-11 19:16:02 +02:00 |
|
sowle
|
52f941c748
|
hopefully final fixes for gcc errors
|
2023-04-10 21:01:35 +02:00 |
|
cryptozoidberg
|
8cfeab405b
|
merged from cryptoassets
|
2023-04-10 15:29:54 +02:00 |
|
sowle
|
5ffb94749d
|
minor warning fixed in tor-connect
|
2023-02-26 21:56:00 +01:00 |
|
sowle
|
ec32ff4b5f
|
minor improvements
|
2023-02-26 21:43:29 +01:00 |
|
cryptozoidberg
|
64a90d190a
|
optimization on get_random_outs
|
2022-12-20 21:22:11 +01:00 |
|
cryptozoidberg
|
a9eba1d728
|
merged from zarcanum
|
2022-12-16 15:40:24 +01:00 |
|
sowle
|
4c7d6e9724
|
tor-connect module updated
|
2022-12-05 14:42:23 +01:00 |
|
sowle
|
aca0388c3e
|
don't use deprecated boost/bind.hpp and placeholders in global namespace
|
2022-12-04 15:25:19 +01:00 |
|
cryptozoidberg
|
65cfb4910f
|
moved to latest tor-connect commit
|
2022-12-03 20:59:51 +01:00 |
|
cryptozoidberg
|
3a46bf3a44
|
tor-connect moved to latest commits
|
2022-12-02 15:29:07 +01:00 |
|
cryptozoidberg
|
059c367d89
|
multiple fixes over wallet and cmake
|
2022-11-18 21:04:05 +01:00 |
|
cryptozoidberg
|
7c9fde7a31
|
added base class explicit specification to another line
|
2022-11-18 14:09:42 +01:00 |
|
cryptozoidberg
|
449769b229
|
added base class explicit specification
|
2022-11-18 14:00:24 +01:00 |
|
cryptozoidberg
|
ccc761df3a
|
fixed another linux-specific compilation problem
|
2022-11-18 13:19:01 +01:00 |
|
cryptozoidberg
|
cadb3d033a
|
fixed linux-specific compilation problem
|
2022-11-17 22:00:59 +01:00 |
|
cryptozoidberg
|
490b8b12f1
|
added pre-loading token whitelist via ssl
|
2022-11-17 21:58:36 +01:00 |
|
cryptozoidberg
|
20bc2fdf00
|
fixed another tests-breaking issue
|
2022-11-17 20:46:21 +01:00 |
|
cryptozoidberg
|
ee6f8cf972
|
right version of http_client.h
|
2022-11-16 22:27:49 +01:00 |
|
cryptozoidberg
|
e839761ae9
|
implemented https support and tokens whitelisting(just inital declaration)
|
2022-11-16 22:16:15 +01:00 |
|
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
|
ff730a1bc4
|
moved tor to latest version
|
2022-10-12 12:24:26 +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
|
86cca50a15
|
validate_tx_for_hardfork_specific_terms refactoring
|
2022-08-08 23:59:09 +02: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
|
1c940653d4
|
mdbx: fix for incorrectly defined _GNU_SOURCE
|
2022-05-12 21:30:39 +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
|
b30bc2f781
|
eos portable archive fixed (endians defines)
|
2022-05-10 19:59:58 +02:00 |
|
sowle
|
50970e3d54
|
removed that crazy annoying Boost warning (a bug in Boost 1.70, already fixed)
"The use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated."
|
2022-05-10 18:48:18 +02:00 |
|
sowle
|
4066de04a1
|
epee: clean up the mess with namespace misc_utils::parse + string tools
|
2022-05-10 17:29:42 +02:00 |
|