monero/src/rpc
moneromooo-monero b916ca63a8
rpc: fix output distribution caching ignoring chain changes
0 is placeholder for whole chain, so we should compare chain
height changes rather than chain-height-or-zero. Even this isn't
totally foolproof if a blocks are popped and the same number
added again, but it is much better as it prevents the data from
slowly going out of sync.
2018-10-19 09:22:35 +00:00
..
CMakeLists.txt remove epee from link lines where it's redundant 2018-06-28 16:45:22 +01:00
core_rpc_server_commands_defs.h Merge pull request #4378 2018-09-21 20:41:53 +02:00
core_rpc_server_error_codes.h add --regtest and --fixed-difficulty for regression testing 2018-06-29 10:06:11 +02:00
core_rpc_server.cpp rpc: fix output distribution caching ignoring chain changes 2018-10-19 09:22:35 +00:00
core_rpc_server.h remove obsolete daemon selection of fake outs and old tx construction 2018-09-14 10:51:45 +00:00
daemon_handler.cpp remove obsolete daemon selection of fake outs and old tx construction 2018-09-14 10:51:45 +00:00
daemon_handler.h remove obsolete daemon selection of fake outs and old tx construction 2018-09-14 10:51:45 +00:00
daemon_messages.cpp remove obsolete daemon selection of fake outs and old tx construction 2018-09-14 10:51:45 +00:00
daemon_messages.h replace std::list with std::vector on some hot paths 2018-06-26 22:14:21 +01:00
daemon_rpc_version.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
instanciations.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
message_data_structs.h v8: per byte fee, pad bulletproofs, fixed 11 ring size 2018-09-11 13:38:07 +00:00
message.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
message.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
rpc_args.cpp rpc: allow to pass RPC login via RPC_LOGIN env var 2018-08-31 15:51:59 +02:00
rpc_args.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
rpc_handler.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
zmq_server.cpp zmq_server: fix bind call when address and/or port are empty 2018-06-17 21:25:11 +01:00
zmq_server.h Readd copyright starting date 2018-01-26 10:03:20 -05:00