wownero/src/cryptonote_core
moneromooo-monero a6a54fa883
blockchain: cache difficulty for next block
Takes about 10 ms, which takes pretty much all of the get_info
RPC, which is called pretty often from wallets.

Also add a new lock so we don't need to lock the blockchain lock,
which will avoid blocking for a long time when calling the getinfo
RPC while syncing. Users of get_difficulty_for_next_block who need
the lock will have locked it already.
2018-03-19 09:05:40 +00:00
..
blockchain.cpp blockchain: cache difficulty for next block 2018-03-19 09:05:40 +00:00
blockchain.h blockchain: cache difficulty for next block 2018-03-19 09:05:40 +00:00
blockchain_storage_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
CMakeLists.txt Code modifications to integrate Ledger HW device into monero-wallet-cli. 2018-03-04 12:54:53 +01:00
cryptonote_core.cpp Merge pull request #3336 2018-03-16 18:08:07 +02:00
cryptonote_core.h add RPC to get a histogram of outputs of a given amount 2018-03-16 10:32:26 +00:00
cryptonote_tx_utils.cpp keypair::generate: always require hw::device to avoid possible mistake 2018-03-14 21:00:16 +09:00
cryptonote_tx_utils.h cryptonote_tx_utils: fixed logic bug in get_destination_view_key_pub 2018-01-29 17:05:07 +09:00
tx_pool.cpp Fix typos in various files 2018-03-15 18:25:38 +02:00
tx_pool.h tx_pool: add a max pool size, settable with --max-txpool-size 2018-02-07 13:42:12 +00:00