danicoin/src/cryptonote_protocol
moneromooo-monero 3da1edfde5
cryptonote_protocol: fix out of order addition
This was broken by the reorg fix, since we now have to add blocks
regardless of their starting height. We now check whether we know
the parent for the first block in the next span, or whether it was
requested. If neither, it's an orphan. If it is not known, but was
requested, we wait to get that block.
2017-08-15 16:54:08 +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 block_queue: do not add empty spans 2017-08-15 11:38:59 +01:00
block_queue.h protocol: fix reorgs while syncing 2017-08-12 11:22:42 +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 daemon: print peers' top height in sync_info 2017-08-12 20:36:31 +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_handler: sync speedup 2017-08-07 09:33:04 +01:00
cryptonote_protocol_handler.inl cryptonote_protocol: fix out of order addition 2017-08-15 16:54:08 +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