monero/src/cryptonote_core
moneromooo-monero 935f746249
blockchain: do not lock the blockchain lock for simple DB getters
It is safe in those cases, though might return slightly out of date
information if another thread is busy modifying the blockchain,
but it avoids potentially lengthy delays just to get things like
the current blockchain height.
2017-10-30 08:23:40 +00:00
..
blockchain_storage_boost_serialization.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
blockchain.cpp blockchain: do not lock the blockchain lock for simple DB getters 2017-10-30 08:23:40 +00:00
blockchain.h Merge pull request #2552 2017-10-15 17:31:37 +02:00
CMakeLists.txt fix typo in basic and core CMakeLists.txt 2017-09-25 21:16:29 +01:00
cryptonote_core.cpp Merge pull request #2638 2017-10-15 18:58:57 +02:00
cryptonote_core.h Merge pull request #2469 2017-10-15 17:23:50 +02:00
cryptonote_tx_utils.cpp Subaddresses 2017-10-07 13:06:21 +09:00
cryptonote_tx_utils.h Subaddresses 2017-10-07 13:06:21 +09:00
tx_pool.cpp Merge pull request #2452 2017-09-25 16:53:07 +02:00
tx_pool.h json serialization for rpc-relevant monero types 2017-09-05 12:20:27 -04:00