monero/src/cryptonote_core
moneromooo-monero ffeeefde60
speedup get_output_histogram for all amounts when min_count > 0
This skips the vast majority of "dust" output amounts with just
one instance on the chain. Clocks in at 0.15% of the original
time on testnet.
2018-04-23 10:54:28 +01:00
..
blockchain_storage_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
blockchain.cpp speedup get_output_histogram for all amounts when min_count > 0 2018-04-23 10:54:28 +01:00
blockchain.h speedup get_output_histogram for all amounts when min_count > 0 2018-04-23 10:54:28 +01: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 fix lambda compile error on openbsd 2018-03-27 14:48:36 +01: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 cryptonote_tx_util: make destinations properly shuffled 2018-03-31 18:37:46 +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 tx_pool: fix loading with colliding key images 2018-04-11 15:27:56 +01:00
tx_pool.h tx_pool: add a max pool size, settable with --max-txpool-size 2018-02-07 13:42:12 +00:00