danicoin/src/daemon
Dion Ahmetaj d61bd8187e add lightweight block propagation ("fluffy blocks")
Added a new command to the P2P protocol definitions to allow querying for support flags.

Implemented handling of new support flags command in net_node. Changed for_each callback template to include support flags. Updated print_connections command to show peer support flags.

Added p2p constant for signaling fluffy block support.

Added get_pool_transaction function to cryptnote_core.

Added new commands to cryptonote protocol for relaying fluffy blocks.

Implemented handling of fluffy block command in cryptonote protocol.

Enabled fluffy block support in node initial configuration.

Implemented get_testnet function in cryptonote_core.

Made it so that fluffy blocks only run on testnet.
2016-11-09 14:24:27 -05:00
..
CMakeLists.txt Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
command_line_args.h add a --max-concurrency flag 2016-04-28 20:33:59 +01:00
command_parser_executor.cpp daemon: add a print_pool_stats daemon command 2016-10-23 16:11:20 +01:00
command_parser_executor.h daemon: add a print_pool_stats daemon command 2016-10-23 16:11:20 +01:00
command_server.cpp daemon: add a print_pool_stats daemon command 2016-10-23 16:11:20 +01:00
command_server.h epee: optionally restrict HTTP service to a configurable user agent 2016-09-18 20:32:02 +01:00
core.h Merge pull request #749 2016-03-25 09:12:25 +02:00
daemon.cpp epee: optionally restrict HTTP service to a configurable user agent 2016-09-18 20:32:02 +01:00
daemon.h updated copyright year 2015-12-31 08:39:56 +02:00
executor.cpp Improving daemon startup log message 2016-09-28 01:47:45 +01:00
executor.h updated copyright year 2015-12-31 08:39:56 +02:00
main.cpp epee: optionally restrict HTTP service to a configurable user agent 2016-09-18 20:32:02 +01:00
p2p.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
protocol.h Moved logging to target functions rather than caller 2016-10-03 22:11:00 +01:00
rpc.h Revert "Print stack trace upon exceptions" 2016-03-21 10:12:23 +00:00
rpc_command_executor.cpp add lightweight block propagation ("fluffy blocks") 2016-11-09 14:24:27 -05:00
rpc_command_executor.h daemon: add a print_pool_stats daemon command 2016-10-23 16:11:20 +01:00