monero/src/cryptonote_core
moneromooo-monero 45e419bd5c
db: store cumulative rct output distribution in the db for speed
This gets rid of the temporary precalc cache.

Also make the RPC able to send data back in binary or JSON,
since there can be a lot of data

This bumps the LMDB database format to v3, with migration.
2018-07-13 11:37:04 +01:00
..
blockchain_storage_boost_serialization.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
blockchain.cpp db: store cumulative rct output distribution in the db for speed 2018-07-13 11:37:04 +01:00
blockchain.h rpc: rework to avoid repeated calculations in get_blocks.bin 2018-06-26 22:14:23 +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 threadpool: allow leaf functions to run concurrently 2018-06-26 22:15:22 +01:00
cryptonote_core.h rpc: rework to avoid repeated calculations in get_blocks.bin 2018-06-26 22:14:23 +01:00
cryptonote_tx_utils.cpp Fix output shuffling for multisig 2018-05-20 09:38:41 +09:00
cryptonote_tx_utils.h Fix output shuffling for multisig 2018-05-20 09:38:41 +09:00
tx_pool.cpp Merge pull request #3716 2018-06-27 15:33:01 -05:00
tx_pool.h replace std::list with std::vector on some hot paths 2018-06-26 22:14:21 +01:00