..
block_cache.cpp
BlockCache: check block size before storing it
2021-08-27 10:37:14 +02:00
block_cache.h
Code safety: BlockCache isn't supposed to be copied/moved
2021-08-24 21:06:47 +02:00
block_template.cpp
BlockTemplate: wait for 10 seconds before including new transactions
2021-09-14 12:54:42 +02:00
block_template.h
print_status: fixed next payout display
2021-08-25 18:52:09 +02:00
common.h
BlockTemplate: wait for 10 seconds before including new transactions
2021-09-14 12:54:42 +02:00
console_commands.cpp
Added pool stats
2021-09-01 16:28:05 +02:00
console_commands.h
Add files
2021-08-22 12:20:59 +02:00
crypto.cpp
P2PServer: delete old cached blocks after initial sync
2021-10-01 15:31:47 +02:00
crypto.h
P2PServer: delete old cached blocks after initial sync
2021-10-01 15:31:47 +02:00
json_parsers.h
Check network type at startup
2021-08-27 11:25:25 +02:00
json_rpc_request.cpp
Fix: always check before closing TCP handles
2021-09-13 19:11:59 +02:00
json_rpc_request.h
Better error handling of Monero RPC requests
2021-09-10 16:18:16 +02:00
keccak.cpp
Add files
2021-08-22 12:20:59 +02:00
keccak.h
Add files
2021-08-22 12:20:59 +02:00
log.cpp
Default log level 3
2021-09-18 10:03:06 +02:00
log.h
Update log.h
2021-09-07 14:14:11 +02:00
main.cpp
API for stratum server statistics.
2021-10-03 22:32:13 +01:00
memory_leak_debug.cpp
Added cppcheck scripts
2021-09-02 12:35:36 +02:00
mempool.cpp
BlockTemplate: wait for 10 seconds before including new transactions
2021-09-14 12:54:42 +02:00
mempool.h
BlockTemplate: wait for 10 seconds before including new transactions
2021-09-14 12:54:42 +02:00
p2p_server.cpp
P2PServer: delete old cached blocks after initial sync
2021-10-01 15:31:47 +02:00
p2p_server.h
P2PServer: delete old cached blocks after initial sync
2021-10-01 15:31:47 +02:00
p2pool.cpp
API for stratum server statistics.
2021-10-03 22:32:13 +01:00
p2pool.h
API for stratum server statistics.
2021-10-03 22:32:13 +01:00
p2pool_api.cpp
API for stratum server statistics.
2021-10-03 22:32:13 +01:00
p2pool_api.h
API for stratum server statistics.
2021-10-03 22:32:13 +01:00
params.cpp
API for stratum server statistics.
2021-10-03 22:32:13 +01:00
params.h
API for stratum server statistics.
2021-10-03 22:32:13 +01:00
pool_block.cpp
Added cppcheck scripts
2021-09-02 12:35:36 +02:00
pool_block.h
Fixed pruning logic
2021-08-24 18:34:28 +02:00
pool_block_parser.inl
Added cppcheck scripts
2021-09-02 12:35:36 +02:00
pow_hash.cpp
Fixed RandomX VM initialization
2021-09-08 11:49:54 +02:00
pow_hash.h
Added more tests
2021-09-06 15:49:39 +02:00
side_chain.cpp
P2PServer: delete old cached blocks after initial sync
2021-10-01 15:31:47 +02:00
side_chain.h
P2PServer: ban peers that don't broadcast blocks
2021-09-13 15:01:02 +02:00
stratum_server.cpp
API for stratum server statistics.
2021-10-03 22:32:13 +01:00
stratum_server.h
API for stratum server statistics.
2021-10-03 22:32:13 +01:00
tcp_server.h
Show block share % in status
2021-09-07 09:53:38 +02:00
tcp_server.inl
Fix: always check before closing TCP handles
2021-09-13 19:11:59 +02:00
util.cpp
Update RandomX
2021-09-22 17:59:58 +02:00
util.h
Clear crypto derivation/key cache when a block is found
2021-09-27 13:47:27 +02:00
uv_util.h
Restrict uv_default_loop() to main thread
2021-08-25 12:17:14 +02:00
wallet.cpp
Crypto: added cache for faster key derivation
2021-09-14 11:06:49 +02:00
wallet.h
Crypto: added cache for faster key derivation
2021-09-14 11:06:49 +02:00
zmq_reader.cpp
ZMQ reader: abort if connect to monerod failed
2021-09-27 13:47:27 +02:00
zmq_reader.h
ZMQ reader: abort if connect to monerod failed
2021-09-27 13:47:27 +02:00