.. |
block_cache.cpp
|
Fixed cppcheck error
|
2024-04-25 14:48:34 +02:00 |
block_cache.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
block_template.cpp
|
Calculate hashing blobs in parallel
|
2024-05-30 16:53:32 +02:00 |
block_template.h
|
Added path bitmap to get_merkle_proof
|
2024-05-10 15:34:30 +02:00 |
common.h
|
Tari: fill in merge mining hash and difficulty
|
2024-04-29 21:59:44 +02:00 |
console_commands.cpp
|
Added Tari gRPC client stub
|
2024-02-06 21:04:19 +01:00 |
console_commands.h
|
Fixed cppcheck errors
|
2024-02-24 10:02:50 +01:00 |
crypto.cpp
|
Revert "Fixed include paths"
|
2024-04-23 18:10:09 +02:00 |
crypto.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
json_parsers.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
json_rpc_request.cpp
|
Merge branch 'master' into merge-mining
|
2024-01-02 14:26:32 +01:00 |
json_rpc_request.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
keccak.cpp
|
Fixed keccak_bmi.cpp compilation without RandomX
|
2024-05-31 11:40:35 +02:00 |
keccak.h
|
Faster Keccak code (BMI instructions)
|
2024-05-31 00:39:11 +02:00 |
keccak_bmi.cpp
|
Faster Keccak code (BMI instructions)
|
2024-05-31 00:39:11 +02:00 |
log.cpp
|
Merge branch 'master' into merge-mining
|
2024-01-02 14:26:32 +01:00 |
log.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
main.cpp
|
Added missing newline
|
2024-04-23 18:59:04 +02:00 |
memory_leak_debug.cpp
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
mempool.cpp
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
mempool.h
|
Fixed data race in tx mempool
|
2024-03-07 17:48:49 +01:00 |
merge_mining_client.cpp
|
Tari: connect to a node and get unique_id
|
2024-02-15 17:47:05 +01:00 |
merge_mining_client.h
|
Added path bitmap to get_merkle_proof
|
2024-05-10 15:34:30 +02:00 |
merge_mining_client_json_rpc.cpp
|
JSON RPC API: added seed_hash
|
2024-05-24 17:05:50 +02:00 |
merge_mining_client_json_rpc.h
|
Better API name, added API descriptions
|
2024-05-16 18:10:04 +02:00 |
merge_mining_client_tari.cpp
|
Tari: call SubmitBlock RPC in background
|
2024-05-23 00:16:13 +02:00 |
merge_mining_client_tari.h
|
Tari: enabled submit block gRPC call
|
2024-05-10 20:01:10 +02:00 |
merkle.cpp
|
Merkle trees: added get_position_from_path
|
2024-05-14 19:37:38 +02:00 |
merkle.h
|
Merkle trees: added get_position_from_path
|
2024-05-14 19:37:38 +02:00 |
miner.cpp
|
Miner: fix displayed difficulty for found aux blocks
|
2024-05-24 18:32:03 +02:00 |
miner.h
|
Merge branch 'master' into merge-mining
|
2024-01-02 14:26:32 +01:00 |
p2p_server.cpp
|
Tweaked software version display
|
2024-06-03 11:10:38 +02:00 |
p2p_server.h
|
Fixed software version display
|
2024-05-29 10:47:03 +02:00 |
p2pool.cpp
|
Fix: don't call update_block_template twice
|
2024-05-22 15:27:23 +02:00 |
p2pool.h
|
Submit merge mined blocks asynchronously
|
2024-05-20 15:22:03 +02:00 |
p2pool_api.cpp
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
p2pool_api.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
params.cpp
|
Tari: fixed pow_data generation
|
2024-05-11 18:58:53 +02:00 |
params.h
|
Merge branch 'master' into merge-mining
|
2024-01-02 14:26:32 +01:00 |
pool_block.cpp
|
Added hardfork code
|
2024-05-14 22:48:59 +02:00 |
pool_block.h
|
Added hardfork code
|
2024-05-14 22:48:59 +02:00 |
pool_block_parser.inl
|
Block parser: sanity check minor version
|
2024-06-03 11:29:01 +02:00 |
pow_hash.cpp
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
pow_hash.h
|
Fixed cppcheck errors
|
2024-02-24 10:02:50 +01:00 |
side_chain.cpp
|
P2Pool version: add patch number
|
2024-05-28 22:41:37 +02:00 |
side_chain.h
|
More C++17
|
2024-01-05 14:36:35 +01:00 |
stratum_server.cpp
|
Calculate hashing blobs in parallel
|
2024-05-30 16:53:32 +02:00 |
stratum_server.h
|
Merge branch 'master' into merge-mining
|
2024-02-24 19:11:52 +01:00 |
tcp_server.cpp
|
Tari: connect to a node and get unique_id
|
2024-02-15 17:47:05 +01:00 |
tcp_server.h
|
Tari: connect to a node and get unique_id
|
2024-02-15 17:47:05 +01:00 |
util.cpp
|
Updated dependencies
|
2024-05-23 15:37:39 +02:00 |
util.h
|
Fixed a Coverity warning
|
2024-05-29 13:32:11 +02:00 |
uv_util.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
wallet.cpp
|
Revert "Fixed include paths"
|
2024-04-23 18:10:09 +02:00 |
wallet.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
zmq_reader.cpp
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |
zmq_reader.h
|
Updated copyright
|
2024-01-02 14:12:16 +01:00 |