cryptozoidberg
|
a2307d45fd
|
fixed broken compilation
|
2024-04-06 18:54:02 +02:00 |
|
cryptozoidberg
|
e422b42ba6
|
fixes in lang tools
|
2024-04-06 17:22:44 +02:00 |
|
cryptozoidberg
|
d4b29a30b5
|
fixes for gcc
|
2024-04-05 17:22:05 +02:00 |
|
cryptozoidberg
|
2c181de6a3
|
fixed serialization for hex-encoded array of pod items
|
2024-04-04 23:41:53 +02:00 |
|
sowle
|
b5879f7360
|
gcc warning fixed
|
2024-04-03 17:18:47 +02:00 |
|
cryptozoidberg
|
635f52d499
|
fix for compilation on macos
|
2024-04-01 16:50:14 +02:00 |
|
cryptozoidberg
|
b00fb7671e
|
added few fixes to autodoc
|
2024-03-28 19:24:11 +01:00 |
|
cryptozoidberg
|
a2b28806b1
|
added struct documentation macro
|
2024-03-28 13:04:23 +01:00 |
|
cryptozoidberg
|
cfb4e481b4
|
Implemented auto documentation
|
2024-03-28 12:49:43 +01:00 |
|
cryptozoidberg
|
e5afb6b0c6
|
in the middle of refactoring autodoc
|
2024-03-27 15:52:30 +01:00 |
|
cryptozoidberg
|
3d76415af2
|
merge from develop
|
2024-03-26 21:24:32 +01:00 |
|
cryptozoidberg
|
46a7c9662e
|
Merge branch 'release2' into develop
|
2024-03-26 21:16:28 +01:00 |
|
sowle
|
0015c8934d
|
KV_SERIALIZE_BLOB_AS_BASE64_STRING() implemented
|
2024-03-26 19:51:02 +01:00 |
|
cryptozoidberg
|
60bb74cbb0
|
more consistent documentation code is working now
|
2024-03-23 15:45:24 +01:00 |
|
cryptozoidberg
|
256206af09
|
more code on autodoc descriptions
|
2024-03-22 13:54:46 +01:00 |
|
cryptozoidberg
|
2283a77104
|
more work on json/descriptions improvements
|
2024-03-21 22:57:55 +01:00 |
|
cryptozoidberg
|
919790e808
|
some temporary commits
|
2024-03-21 14:31:40 +01:00 |
|
cryptozoidberg
|
97c3460af8
|
autodoc inital code + cmake warningns + improvements over compilation performance
|
2024-03-20 14:45:29 +01:00 |
|
cryptozoidberg
|
86e8446e42
|
Implemented JWT support in UI, multiple API improvements and fixes
|
2024-03-18 23:27:44 +01:00 |
|
cryptozoidberg
|
7e676e74e9
|
implemented JWT support in simplewallet
|
2024-03-14 21:55:22 +01:00 |
|
cryptozoidberg
|
21c1631825
|
auth basic r and d
|
2024-03-13 13:16:36 +01:00 |
|
cryptozoidberg
|
91813968aa
|
fixes over multiasset tests to fix transfer ownership of asset
|
2024-02-14 02:10:29 +04:00 |
|
sowle
|
27bb395542
|
Merge branch 'add_block_performance_mes' into decoy_selection
|
2024-01-28 16:01:02 +01:00 |
|
cryptozoidberg
|
b363b893e4
|
Bunch of improvements over the wallet
|
2024-01-02 21:57:43 +01:00 |
|
sowle
|
6baa1b42d6
|
minor fix
|
2023-12-27 16:44:15 +01:00 |
|
sowle
|
6534a6eda4
|
epee::misc_utils::median improved
|
2023-12-27 14:06:23 +01:00 |
|
sowle
|
46a0db21ec
|
Merge branch 'develop' into cryptoassets
# Conflicts:
# CMakeLists.txt
# README.md
# contrib/epee/include/net/http_client.h
# src/currency_core/blockchain_storage.cpp
# src/currency_core/currency_core.cpp
# src/currency_core/currency_format_utils.cpp
# src/gui/qt-daemon/layout
# src/rpc/core_rpc_server.cpp
# src/rpc/core_rpc_server.h
# src/rpc/core_rpc_server_commands_defs.h
# src/version.h.in
# src/wallet/wallet2.cpp
# src/wallet/wallet2.h
# src/wallet/wallet_public_structs_defs.h
# src/wallet/wallet_rpc_server.h
# tests/core_tests/chaingen.cpp
# tests/core_tests/pos_validation.cpp
# tests/core_tests/wallet_tests.cpp
# tests/performance_tests/main.cpp
|
2023-11-01 23:48:36 +01:00 |
|
cryptozoidberg
|
1886fae681
|
implemented governance initial code for wallet/daemon
|
2023-10-03 22:43:51 +02:00 |
|
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 |
|
sowle
|
52f941c748
|
hopefully final fixes for gcc errors
|
2023-04-10 21:01:35 +02: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 |
|
sowle
|
aca0388c3e
|
don't use deprecated boost/bind.hpp and placeholders in global namespace
|
2022-12-04 15:25:19 +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 |
|