monero/src/cryptonote_core
moneromooo-monero b5cb1bc403
blockchain: avoid exception if asked for a block we do not have
This can happen if a peer tries to obtain the next span from other
peers if that span is needed for not downloaded yet. Also if the
peer maliciously requests a non existent block hash.
2018-05-09 14:03:07 +01:00
..
blockchain_storage_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
blockchain.cpp blockchain: avoid exception if asked for a block we do not have 2018-05-09 14:03:07 +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 cryptonote: make sure outPk setup always happens 2018-05-07 19:21:52 +01:00
cryptonote_core.h Only log an error if fork version is higher AND is not known. 2018-04-22 17:26:44 -07: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