danicoin/src
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_db Partial fix #1876, check thread in block_txn_start() 2017-03-19 12:27:03 +00:00
blockchain_utilities blockchain_import: make --log-level understand categories 2017-03-05 19:45:22 +00:00
blocks Add dependency for blocksdat.o 2017-03-04 22:02:10 +00:00
common Merge pull request #1883 2017-03-18 20:30:19 +02:00
crypto Specify "524,288" iterations instead of "500,000" 2017-03-14 16:39:44 +02:00
cryptonote_basic core: cache tx and block hashes in the respective classes 2017-03-23 09:25:17 +00:00
cryptonote_core tx_pool: ensure txes loaded from poolstate.bin have their txid cached 2017-03-23 09:25:33 +00:00
cryptonote_protocol protocol: fix wrong tx being looked up from fluffy block 2017-03-13 19:16:25 +00:00
daemon Merge pull request #1897 2017-03-21 14:10:36 +02:00
daemonizer Merge pull request #1897 2017-03-21 14:10:36 +02:00
mnemonics update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
p2p p2p: use the fallback seed IPs when not enough seeds are found 2017-03-18 11:40:28 +00:00
platform update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
ringct ringct: do not require range proof in decodeRct/decodeRctSimple 2017-02-27 22:28:45 +00:00
rpc core, wallet: faster tx pool scanning 2017-03-23 09:25:22 +00:00
serialization update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
simplewallet wallet: fix set_log not handling 0,xxx style settings 2017-03-21 11:17:05 +00:00
wallet core, wallet: faster tx pool scanning 2017-03-23 09:25:22 +00:00
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
cryptonote_config.h Add intervening v5 fork for increased min block size 2017-03-15 08:32:51 +00:00
version.cmake update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
version.h.in update version to 0.10.3.0 2017-03-18 20:34:52 +02:00