monero/src/cryptonote_core
moneromooo-monero 91d4109023
tx_pool: ensure txes loaded from poolstate.bin have their txid cached
The txid is not saved, and we want to make sure the transactions
have their txid cached while in the pool, since get_transactions
copies the transaction object, so any txid calculation on those
copies would not benefit any later caller, since the original tx
would be left without a cached txid.
2017-03-23 09:25:33 +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: lower the relay fee by 2% 2017-03-20 19:14:12 +00:00
blockchain.h Removed boost/asio.hpp include from epee/string_tools.h 2017-03-18 22:05:14 -04:00
CMakeLists.txt fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB functions virtual again to avoid missing symbols error 2017-03-10 11:22:39 +09:00
cryptonote_core.cpp core, wallet: faster tx pool scanning 2017-03-23 09:25:22 +00:00
cryptonote_core.h core, wallet: faster tx pool scanning 2017-03-23 09:25:22 +00:00
cryptonote_tx_utils.cpp core: cache tx and block hashes in the respective classes 2017-03-23 09:25:17 +00:00
cryptonote_tx_utils.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
tx_pool.cpp tx_pool: ensure txes loaded from poolstate.bin have their txid cached 2017-03-23 09:25:33 +00:00
tx_pool.h core, wallet: faster tx pool scanning 2017-03-23 09:25:22 +00:00