wownero/src/rpc
moneromooo-monero 8330e772f1
monerod can now sync from pruned blocks
If the peer (whether pruned or not itself) supports sending pruned blocks
to syncing nodes, the pruned version will be sent along with the hash
of the pruned data and the block weight. The original tx hashes can be
reconstructed from the pruned txes and theur prunable data hash. Those
hashes and the block weights are hashes and checked against the set of
precompiled hashes, ensuring the data we received is the original data.
It is currently not possible to use this system when not using the set
of precompiled hashes, since block weights can not otherwise be checked
for validity.

This is off by default for now, and is enabled by --sync-pruned-blocks
2019-09-27 00:10:37 +00:00
..
bootstrap_daemon.cpp daemon: automatic public nodes discovering and bootstrap daemon switching 2019-08-27 12:01:49 +00:00
bootstrap_daemon.h daemon: automatic public nodes discovering and bootstrap daemon switching 2019-08-27 12:01:49 +00:00
CMakeLists.txt daemon: automatic public nodes discovering and bootstrap daemon switching 2019-08-27 12:01:49 +00:00
core_rpc_server.cpp monerod can now sync from pruned blocks 2019-09-27 00:10:37 +00:00
core_rpc_server.h daemon: automatic public nodes discovering and bootstrap daemon switching 2019-08-27 12:01:49 +00:00
core_rpc_server_commands_defs.h wallet, rpc: add a release field to get_version 2019-08-26 19:28:25 +00:00
core_rpc_server_error_codes.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
daemon_handler.cpp monerod can now sync from pruned blocks 2019-09-27 00:10:37 +00:00
daemon_handler.h Merge pull request #5207 2019-03-24 19:33:36 +02:00
daemon_messages.cpp Merge pull request #5207 2019-03-24 19:33:36 +02:00
daemon_messages.h Merge pull request #5207 2019-03-24 19:33:36 +02:00
daemon_rpc_version.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
instanciations.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
message.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
message.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
message_data_structs.h Make difficulty 128 bit instead of 64 bit 2019-03-24 21:03:19 +00:00
rpc_args.cpp Add IPv6 support 2019-07-31 20:04:57 -04:00
rpc_args.h Add IPv6 support 2019-07-31 20:04:57 -04:00
rpc_handler.cpp rpc: work around a GCC 7.4.0 (at least) bug 2019-06-12 22:27:07 +00:00
rpc_handler.h rpc: improve get_output_distribution 2019-04-25 16:49:29 +00:00
zmq_server.cpp zmq: MacPorts latest fix 2019-07-01 23:13:55 -04:00
zmq_server.h Update 2019 copyright 2019-03-05 22:05:34 +01:00