danicoin/src
moneromooo-monero 53f040445f
cryptonote_protocol: tweaks to the syncing speedup
- only pause mining once we've got the lock (in practice, it'll
  already be paused by another thread if we can't get the lock
  at once though)
- do not call prepare_handle_incoming_blocks when we dismissed
  all the blocks, it only causes cleanup_handle_incoming_blocks
  to complain afterwards
2017-02-13 19:36:31 +00:00
..
blockchain_db db_lmdb: fix bad height saved in tx data 2017-02-11 10:16:18 +00:00
blockchain_utilities tools: log to the correct file 2017-02-12 19:39:59 +00:00
blocks extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
common Fixup choice of easylogging++ vs libunwind stack trace code 2017-02-12 13:59:21 +00:00
crypto Merge pull request #1510 2017-01-08 16:40:02 -08:00
cryptonote_basic Added a note about smart mining to status command. Fixed up a bug where I was resetting bg mining enabled instead of started. Upped the miner threshold. Also moved setting of enabled on start above miner thread creation since starting with true, then stopping, then starting with false resulted in race condition. 2017-02-10 18:07:43 -05:00
cryptonote_core tx_pool: add a debug message when adding a tx to the pool 2017-02-12 12:33:48 +00:00
cryptonote_protocol cryptonote_protocol: tweaks to the syncing speedup 2017-02-13 19:36:31 +00:00
daemon Merge pull request #1711 2017-02-12 23:24:49 +02:00
daemonizer Dropped "bit" from bitmonero. 2016-09-26 17:22:30 -04:00
mnemonics extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
p2p net_node: fix spurious warning about using uninitialized data 2017-02-12 14:06:36 +00:00
platform updated copyright year 2015-12-31 08:39:56 +02:00
ringct extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
rpc Merge pull request #1712 2017-02-12 23:25:07 +02:00
serialization serialization: add support for serializing std::pair and std::list 2016-09-26 23:12:28 +01:00
simplewallet Merge pull request #1698 2017-02-11 00:54:30 +02:00
wallet Fix GUI building after libcryptonote_core was split (#1626) 2017-02-11 17:00:55 +01:00
CMakeLists.txt extract some basic code from libcryptonote_core into libcryptonote_basic 2017-02-08 22:45:15 +09:00
cryptonote_config.h Update and use blockchain data files defines 2017-01-28 15:55:14 +01:00
version.cmake fixed tag detector 2016-09-18 21:21:13 +02:00
version.h.in bump version 2016-12-13 00:29:29 +02:00