monero/src/cryptonote_core
moneromooo-monero 08343abaf4
tx_pool: fix loading with colliding key images
A key image may be present more than once if all but one of the
txes spending that key image are coming from blocks. When loading
a txpool from storage, we must load the one that's not from a
block first to avoid rejection
2018-04-11 15:27:56 +01:00
..
blockchain_storage_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
blockchain.cpp Move v7 fork to 1546000 to give more update time 2018-03-18 09:29:31 +00:00
blockchain.h add RPC to get a histogram of outputs of a given amount 2018-03-16 10:32:26 +00: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 core: fix use of uninitialised data 2018-03-18 23:37:00 +00: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 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