oxen-core/src/common
Jason Rhinelander 6fabd5b70c Remove obsolete JSON serialization
This json serialization layer was only used in the old Monero ZMQ
interface, which no longer exists, and so this is just dead code.

On top of that, it doesn't work properly for serializing CLSAG
transactions, so just delete it.
2020-11-23 17:16:55 -04:00
..
compat Support docker for gitian builds 2019-02-14 23:14:34 +01:00
aligned.c Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
aligned.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
apply_permutation.h Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
base58.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
base58.h Replace boost::string_ref with std::string_view 2020-07-02 12:52:12 -03:00
boost_serialization_helper.h Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
CMakeLists.txt Move test suite timings code out of main src 2020-10-24 12:46:26 -03:00
combinator.cpp Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
combinator.h Miscellaneous header updates via iwyu 2020-07-02 12:52:13 -03:00
command_line.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
command_line.h Allow vector cli options to have defaults 2020-11-06 11:48:20 -04:00
common_fwd.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
dns_utils.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
dns_utils.h Miscellaneous header updates via iwyu 2020-07-02 12:52:13 -03:00
error.cpp Work around gcc-8 compiler segfault 2020-08-11 11:18:31 -03:00
error.h Work around gcc-8 compiler segfault 2020-08-11 11:18:31 -03:00
expect.cpp Adding expect<T> - a value-or-error implementation 2018-09-12 22:44:34 +00:00
expect.h Misc. C++ modernization 2020-07-02 12:52:12 -03:00
file.cpp Default to current_path instead of "/" 2020-10-27 19:20:43 -03:00
file.h Remove obsolete comment 2020-11-13 18:45:48 -04:00
fs.h std::filesystem 2020-10-24 12:45:37 -03:00
hex.h Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
i18n.cpp std::filesystem 2020-10-24 12:45:37 -03:00
i18n.h Rewrite translation file generation using cmake 2020-06-15 12:49:33 -03:00
json_util.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
lock.h C++17 2020-07-02 12:52:12 -03:00
loki.cpp Miscellaneous header updates via iwyu 2020-07-02 12:52:13 -03:00
loki.h Miscellaneous header updates via iwyu 2020-07-02 12:52:13 -03:00
loki_integration_test_hooks.h Rewrite the integration tests to use pipes (#1045) 2020-02-21 14:48:25 +11:00
meta.h Target macos 10.12 2020-10-18 11:18:08 -03:00
notify.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
notify.h std::filesystem 2020-10-24 12:45:37 -03:00
password.cpp wallet_api updates 2020-08-07 17:14:03 -03:00
password.h Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
perf_timer.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
perf_timer.h Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
periodic_task.h Merge commit 'dcff02e4c3b1214143b19685361c3c6cffa62be7' into MergeUpstream3 2020-05-26 15:15:25 +10:00
pruning.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
pruning.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
random.cpp Move randomness into new common/random.h 2019-11-27 14:07:52 -04:00
random.h Pulse: Pass std::seed_seq to mt19937_64 2020-08-18 11:59:53 +10:00
rules.cpp config: Convert DIFFICULTY_BLOCKS_V2 to TARGET_BLOCK_TIME 2020-08-18 11:59:53 +10:00
rules.h Per output unlock time rebased (#114) 2018-08-03 11:39:28 +10:00
scoped_message_writer.cpp Make suspend_readline a (usable) no-op when readline not available 2020-05-20 00:48:59 -03:00
scoped_message_writer.h Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
sha256sum.cpp std::filesystem 2020-10-24 12:45:37 -03:00
sha256sum.h std::filesystem 2020-10-24 12:45:37 -03:00
signal_handler.h Split up common/util.h 2020-07-02 12:52:12 -03:00
spawn.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
spawn.h std::filesystem 2020-10-24 12:45:37 -03:00
stack_trace.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
stack_trace.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
string_util.cpp lowercase_ascii_string - take a string_view instead of a string value 2020-09-17 10:24:09 -03:00
string_util.h Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
threadpool.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
threadpool.h Replace (most) boost::thread with std::thread 2020-07-02 12:52:13 -03:00
unordered_containers_boost_serialization.h Update monero copyright to 2019 pre-emptively to make merge simpler 2019-04-12 14:36:43 +10:00
util.cpp Move epee includes under "epee/..." 2020-10-24 12:46:27 -03:00
util.h std::filesystem 2020-10-24 12:45:37 -03:00
varint.h Address PR feedback 2020-07-02 12:56:37 -03:00