p2pool/src
SChernykh 530079b8a5 Broadcast uncle blocks at the same height
To reduce orphan block rate
2022-11-23 17:55:11 +01:00
..
block_cache.cpp Added code to deserialize compact blobs 2022-11-09 16:21:31 +01:00
block_cache.h Updated copyright 2022-03-30 14:42:26 +02:00
block_template.cpp BlockTemplate: non-ambiguous transaction order 2022-11-22 23:05:17 +01:00
block_template.h Added a safety check to block template update 2022-11-22 15:23:32 +01:00
common.h BlockTemplate: non-ambiguous transaction order 2022-11-22 23:05:17 +01:00
console_commands.cpp Added more error logging 2022-09-08 09:18:30 +02:00
console_commands.h Fixed processing of long console commands 2022-08-05 09:09:14 +02:00
crypto.cpp Optimized crypto cache memory allocation 2022-11-13 17:30:47 +01:00
crypto.h Enforce deterministic tx keys starting from v15 2022-06-28 10:44:16 +02:00
json_parsers.h Added json parser tests 2022-06-20 10:50:30 +02:00
json_rpc_request.cpp SOCKS5 proxy support 2022-09-03 22:35:38 +02:00
json_rpc_request.h SOCKS5 proxy support 2022-09-03 22:35:38 +02:00
keccak.cpp Updated cppcheck workflow on Linux 2022-05-26 21:19:01 +02:00
keccak.h Updated copyright 2022-03-30 14:42:26 +02:00
log.cpp Added more 128 bit calculations 2022-11-16 10:36:46 +01:00
log.h Show wallet address in error messages and status 2022-11-03 11:38:43 +01:00
main.cpp Added --p2p-external-port command line parameter 2022-10-28 14:06:26 +02:00
memory_leak_debug.cpp Better cache cleanup 2022-10-04 20:04:41 +02:00
mempool.cpp Updated copyright 2022-03-30 14:42:26 +02:00
mempool.h Updated copyright 2022-03-30 14:42:26 +02:00
miner.cpp Added sidechain height to SHARE FOUND log 2022-11-08 14:27:03 +01:00
miner.h Added sidechain height to SHARE FOUND log 2022-11-08 14:27:03 +01:00
p2p_server.cpp P2PServer: removed an unnecessary lock 2022-11-22 09:57:50 +01:00
p2p_server.h P2PServer: removed an unnecessary lock 2022-11-22 09:57:50 +01:00
p2pool_api.cpp API: fixed error messages 2022-08-26 09:39:44 +02:00
p2pool_api.h API: use unique temp file names 2022-08-25 09:52:58 +02:00
p2pool.cpp Fixed libuv init/shutdown sequence 2022-11-14 23:35:59 +01:00
p2pool.h Fix: api didn't always save total hashes 2022-10-09 18:17:01 +02:00
params.cpp Added --p2p-external-port command line parameter 2022-10-28 14:06:26 +02:00
params.h Added --p2p-external-port command line parameter 2022-10-28 14:06:26 +02:00
pool_block_parser.inl Added code to deserialize compact blobs 2022-11-09 16:21:31 +01:00
pool_block.cpp Show wallet address in error messages and status 2022-11-03 11:38:43 +01:00
pool_block.h Added code to deserialize compact blobs 2022-11-09 16:21:31 +01:00
pow_hash.cpp Refactored BackgroundJobTracker 2022-11-04 10:20:32 +01:00
pow_hash.h SOCKS5 proxy support 2022-09-03 22:35:38 +02:00
side_chain.cpp Broadcast uncle blocks at the same height 2022-11-23 17:55:11 +01:00
side_chain.h Added more 128 bit calculations 2022-11-16 10:36:46 +01:00
stratum_server.cpp Added sidechain height to SHARE FOUND log 2022-11-08 14:27:03 +01:00
stratum_server.h Added sidechain height to SHARE FOUND log 2022-11-08 14:27:03 +01:00
tcp_server.h Added --p2p-external-port command line parameter 2022-10-28 14:06:26 +02:00
tcp_server.inl TCPServer: fixed data race during shutdown 2022-10-18 18:41:58 +02:00
util.cpp Added more 128 bit calculations 2022-11-16 10:36:46 +01:00
util.h Send our P2Pool version to other peers 2022-11-10 14:31:02 +01:00
uv_util.h Fixed Coverity issues 2022-11-03 19:24:15 +01:00
wallet.cpp P2PServer: tweaked invalid timestamp messages 2022-11-03 21:19:48 +01:00
wallet.h Show wallet address in error messages and status 2022-11-03 11:38:43 +01:00
zmq_reader.cpp SOCKS5 proxy support 2022-09-03 22:35:38 +02:00
zmq_reader.h SOCKS5 proxy support 2022-09-03 22:35:38 +02:00