danicoin/src
moneromooo-monero 70b8c6d77a
cryptonote_protocol: misc fixes to the new sync algorithm
Fix sync wedge corner case:
It could happen if a connection went into standby mode, while
it was the one which had requested the next span, and that span
was still waiting for the data, and that peer is not on the
main chain. Other peers can then start asking for that data
again and again, but never get it as only that forked peer does.

And various other fixes
2017-08-21 21:57:19 +01:00
..
blockchain_db core: add --db-salvage command line flag 2017-08-12 19:04:44 +01:00
blockchain_utilities Merge pull request #2248 2017-08-15 20:47:49 +02:00
blocks Add dependency for blocksdat.o 2017-03-04 22:02:10 +00:00
common cryptonote_protocol: large block sync size before v4 2017-08-17 13:11:52 +01:00
crypto crypto: moved boost::lock_guard into a smaller scope 2017-06-22 18:11:15 +09:00
cryptonote_basic Merge pull request #2303 2017-08-17 21:39:44 +02:00
cryptonote_core Merge pull request #2303 2017-08-17 21:39:44 +02:00
cryptonote_protocol cryptonote_protocol: misc fixes to the new sync algorithm 2017-08-21 21:57:19 +01:00
daemon Consistently print peer id in hex and on 16 chars 2017-08-16 10:56:55 +01:00
daemonizer daemon: Add ability to write a PID file 2017-07-22 08:34:56 +10:00
debug_utilities debug_utilities: new object-sizes debug tool 2017-08-04 14:45:38 +01:00
mnemonics mnemonics: new Esperanto word list 2017-08-14 17:46:46 +01:00
p2p cryptonote_protocol: misc fixes to the new sync algorithm 2017-08-21 21:57:19 +01:00
platform update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
ringct changed crypto to cncrypto so it generated libcncrypto 2017-05-23 07:45:40 -04:00
rpc change mixin to ring size in user visible places 2017-08-07 21:12:27 +01:00
serialization update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
simplewallet Merge pull request #2293 2017-08-15 20:57:09 +02:00
wallet Merge pull request #2286 2017-08-15 20:55:30 +02:00
CMakeLists.txt debug_utilities: only build for debug builds 2017-08-04 14:45:43 +01:00
cryptonote_config.h cryptonote_protocol: large block sync size before v4 2017-08-17 13:11:52 +01:00
version.cmake update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
version.h.in update major version number 2017-08-15 21:04:37 +02:00