p2pool/src
SChernykh b498084388 SideChain: fixed a rare sync bug
P2Pool could fail to sync if uncles of depth 3 were present at a certain depth in the chain
2023-04-22 19:01:17 +02:00
..
block_cache.cpp Fixed cppcheck error 2023-04-05 14:13:48 +02:00
block_cache.h Fixed cppcheck error 2023-04-05 14:13:48 +02:00
block_template.cpp BlockTemplate code refactoring 2023-04-21 11:13:48 +02:00
block_template.h Removed fork code, only v2 is left 2023-03-19 17:19:25 +01:00
common.h Removed unused <iostream> 2023-04-05 14:47:44 +02:00
console_commands.cpp Console: returned stdin check to constructor 2023-04-20 10:59:32 +02:00
console_commands.h Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
crypto.cpp Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
crypto.h Cache: save data from previous Monero block too 2023-03-31 12:59:11 +02:00
json_parsers.h Updated copyright 2023-01-04 13:07:55 +01:00
json_rpc_request.cpp Fixed a rare crash on exit 2023-01-13 18:25:04 +01:00
json_rpc_request.h Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
keccak.cpp Added sidechain extra 2023-01-08 17:07:28 +01:00
keccak.h Added sidechain extra 2023-01-08 17:07:28 +01:00
log.cpp Console: returned stdin check to constructor 2023-04-20 10:59:32 +02:00
log.h CI: added openbsd build 2023-02-16 15:16:24 +01:00
main.cpp Fixed command line parsing 2023-04-17 23:28:03 +02:00
memory_leak_debug.cpp Updated copyright 2023-01-04 13:07:55 +01:00
mempool.cpp Updated copyright 2023-01-04 13:07:55 +01:00
mempool.h Updated copyright 2023-01-04 13:07:55 +01:00
miner.cpp Removed fork code, only v2 is left 2023-03-19 17:19:25 +01:00
miner.h Miner: count failed shares 2023-01-22 09:28:23 +01:00
p2p_server.cpp P2PServer: fixed buf_size checks 2023-04-21 14:59:47 +02:00
p2p_server.h BlockTemplate code refactoring 2023-04-21 11:13:48 +02:00
p2pool.cpp Cache: save data from previous Monero block too 2023-03-31 12:59:11 +02:00
p2pool.h Cache: save data from previous Monero block too 2023-03-31 12:59:11 +02:00
p2pool_api.cpp Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
p2pool_api.h Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
params.cpp Fixed cppcheck errors 2023-04-14 12:38:14 +02:00
params.h Fixed cppcheck errors 2023-04-14 12:38:14 +02:00
pool_block.cpp Added a check for unstable hardware 2023-03-28 10:27:27 +02:00
pool_block.h BlockTemplate code refactoring 2023-04-21 11:13:48 +02:00
pool_block_parser.inl BlockTemplate code refactoring 2023-04-21 11:13:48 +02:00
pow_hash.cpp Added a check for unstable hardware 2023-03-28 10:27:27 +02:00
pow_hash.h Added a check for unstable hardware 2023-03-28 10:27:27 +02:00
side_chain.cpp SideChain: fixed a rare sync bug 2023-04-22 19:01:17 +02:00
side_chain.h API: added PPLNS window size to pool stats 2023-03-28 13:53:52 +02:00
stratum_server.cpp Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
stratum_server.h Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
tcp_server.cpp Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
tcp_server.h Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
util.cpp Removed unused <iostream> 2023-04-05 14:47:44 +02:00
util.h Refactored TCPServer to reduce code duplication 2023-04-19 16:37:32 +02:00
uv_util.h Console: returned stdin check to constructor 2023-04-20 10:59:32 +02:00
wallet.cpp Updated copyright 2023-01-04 13:07:55 +01:00
wallet.h Updated copyright 2023-01-04 13:07:55 +01:00
zmq_reader.cpp Don't let user connect to a node without ZMQ 2023-03-10 15:02:07 +01:00
zmq_reader.h Don't let user connect to a node without ZMQ 2023-03-10 15:02:07 +01:00