aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/fake_core.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-07blockchain_import: much faster when verifying with cryptonote::coremoneromooo-monero1-133/+0
Quick test with the first 56569 blocks from mainnet version verify batch time old 0 200 1:16 new 0 200 0:57 old 0 5000 0:53 new 0 5000 0:51 old 1 200 est > 1h new 1 200 10:21 old 1 5000 est > 1h new 1 5000 8:27
2017-05-25Move txpool to the databasemoneromooo-monero1-2/+2
Integration could go further (ie, return_tx_to_pool calls should not be needed anymore, possibly other things). poolstate.bin is now obsolete.
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-01-14Use batch transactions when syncingHoward Chu1-2/+2
Faster throughput while avoiding corruption. I.e., makes running with --db-sync-mode safe more tolerable.
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero1-63/+1
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-2/+2
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d.
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-2/+2
Useful for debugging users' logs
2016-02-17Fix cffc411c9025e1d28a8b6e32c53c83ba113d9204Howard Chu1-0/+2
Don't include bdb header unless defined(BERKELEY_DB)
2016-02-14blockchain_import: Support BerkeleyDBwarptangent1-1/+13
2016-02-14blockchain_import: Add database type argumentwarptangent1-2/+2
Default to LMDB.
2016-02-14blockchain_import: Make LMDB-specific names generalwarptangent1-5/+5
Also update terms to better distinguish blockchain management/engine from database type.
2016-02-08blockchain_utilities: Have fake_core create HardFork objectwarptangent1-1/+13
The HardFork object is needed for the importer to update the hard fork data when verify mode is off.
2016-02-08fake_core: Check if hard fork subdbs need reset at startwarptangent1-0/+3
2016-01-15Fix hf when import with verify offHoward Chu1-0/+1
Delete the hf tables, so the next open will rescan and regenerate
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-07-11Optionally allow DB to know expected number of blocks at batch transaction startwarptangent1-3/+3
This will assist in a DB resize check.
2015-05-08Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent1-0/+165
Update appropriate files (CMakeLists.txt, README.md)