.. |
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
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
block_template.h
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
common.h
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
console_commands.cpp
|
Added an option to disable RandomX for the build
|
2022-03-15 17:11:45 +01:00 |
console_commands.h
|
Add files
|
2021-08-22 12:20:59 +02:00 |
crypto.cpp
|
Refactored RNG usage across the code
|
2022-03-17 16:14:29 +01: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
|
Use monerod peers to find p2pool nodes
|
2022-02-17 22:10:52 +01:00 |
json_rpc_request.h
|
Added "calc_pow" RPC support
|
2021-11-21 09:12:21 +01: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
|
Fixed Coverity issues
|
2022-02-22 00:38:08 +01:00 |
log.h
|
Added bans console command
|
2022-02-21 19:59:57 +01:00 |
main.cpp
|
Check for unknown command line parameters
|
2022-02-21 08:02:36 +01:00 |
memory_leak_debug.cpp
|
Switch to faster unordered_map/set
|
2021-10-22 18:34:20 +02:00 |
mempool.cpp
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
mempool.h
|
Switch to faster unordered_map/set
|
2021-10-22 18:34:20 +02:00 |
miner.cpp
|
Added miner statistics to data api
|
2022-01-24 10:42:21 +01:00 |
miner.h
|
Added miner statistics to data api
|
2022-01-24 10:42:21 +01:00 |
p2p_server.cpp
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
p2p_server.h
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
p2pool.cpp
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
p2pool.h
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
p2pool_api.cpp
|
Switch to faster unordered_map/set
|
2021-10-22 18:34:20 +02:00 |
p2pool_api.h
|
Switch to faster unordered_map/set
|
2021-10-22 18:34:20 +02:00 |
params.cpp
|
Check for unknown command line parameters
|
2022-02-21 08:02:36 +01:00 |
params.h
|
Added an option to disable RandomX for the build
|
2022-03-15 17:11:45 +01:00 |
pool_block.cpp
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
pool_block.h
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
pool_block_parser.inl
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
pow_hash.cpp
|
Added an option to disable RandomX for the build
|
2022-03-15 17:11:45 +01:00 |
pow_hash.h
|
Added an option to disable RandomX for the build
|
2022-03-15 17:11:45 +01:00 |
side_chain.cpp
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
side_chain.h
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
stratum_server.cpp
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
stratum_server.h
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
tcp_server.h
|
TCPServer: fixed uninitialized variables
|
2022-02-25 15:31:35 +01:00 |
tcp_server.inl
|
TCPServer: reduced memory usage
|
2022-02-23 17:07:50 +01:00 |
util.cpp
|
Refactored RNG usage across the code
|
2022-03-17 16:14:29 +01:00 |
util.h
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
uv_util.h
|
TCPServer: clean up old IP bans
|
2021-10-29 14:54:36 +02:00 |
wallet.cpp
|
Fixed Coverity issues
|
2022-02-22 00:38:08 +01:00 |
wallet.h
|
Crypto: added cache for faster key derivation
|
2021-09-14 11:06:49 +02:00 |
zmq_reader.cpp
|
Use chrono::steady_clock for internal timestamps
|
2022-03-23 11:30:38 +01:00 |
zmq_reader.h
|
ZMQReader: more reliable connect()
|
2021-10-28 19:28:33 +02:00 |