danicoin/src
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
..
blockchain_db some include cleanup 2017-07-31 16:36:52 +01:00
blockchain_utilities blockchain_import: much faster when verifying with cryptonote::core 2017-08-07 14:32:49 +01:00
blocks Add dependency for blocksdat.o 2017-03-04 22:02:10 +00:00
common updates: add "misc_log_ex.h" for logs 2017-08-07 14:42:08 +01:00
crypto crypto: moved boost::lock_guard into a smaller scope 2017-06-22 18:11:15 +09:00
cryptonote_basic protocol: fix reorgs while syncing 2017-08-12 11:22:42 +01:00
cryptonote_core protocol: add checks for top block hard fork version 2017-08-09 10:28:41 +01:00
cryptonote_protocol cryptonote_protocol: fix out of order addition 2017-08-15 16:54:08 +01:00
daemon daemon: print peers' top height in sync_info 2017-08-12 20:36:31 +01:00
daemonizer daemon: Add ability to write a PID file 2017-07-22 08:34:56 +10:00
mnemonics electrum-words: fix seed mistakenly thought to be old style 2017-06-22 16:47:07 +01:00
p2p net_node: fix m_in_timedsync initialization 2017-08-08 17:23:02 +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 change mixin to ring size in user visible places 2017-08-07 21:12:27 +01:00
wallet Merge pull request #2247 2017-08-07 23:34:06 +02:00
CMakeLists.txt IOS CMAKE build settings 2017-04-03 18:38:50 +02:00
cryptonote_config.h Merge pull request #1701 2017-05-05 11:26:11 +02: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 version to 0.10.3.1 tag 2017-03-26 23:29:31 +02:00