oxen-core/src/cryptonote_protocol
moneromooo-monero 3487d81034
cryptonote_protocol: fix needless chain hashes downloads
The last known hash was calculated incorrectly, causing
further chain hash downloads to restart from the current
chain. When the block queue has close to 10k blocks waiting,
this causes frequent downloads of 10k more hashes, but
with only the last few hashes actually being useful.
2017-09-17 14:13:59 +01:00
..
blobdatatype.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
block_queue.cpp cryptonote_protocol: misc fixes to the new sync algorithm 2017-08-21 21:57:19 +01:00
block_queue.h cryptonote_protocol: misc fixes to the new sync algorithm 2017-08-21 21:57:19 +01:00
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_protocol_defs.h protocol: pass blockchain cumulative difficulty when syncing 2017-08-15 21:03:37 +01:00
cryptonote_protocol_handler-base.cpp Merge pull request #2149 2017-08-07 15:24:58 +02:00
cryptonote_protocol_handler.h cryptonote_protocol: misc fixes to the new sync algorithm 2017-08-21 21:57:19 +01:00
cryptonote_protocol_handler.inl cryptonote_protocol: fix needless chain hashes downloads 2017-09-17 14:13:59 +01:00
cryptonote_protocol_handler_common.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00