Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-07 | blockchain_import: much faster when verifying with cryptonote::core | moneromooo-monero | 1 | -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-25 | Move txpool to the database | moneromooo-monero | 1 | -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-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-01-14 | Use batch transactions when syncing | Howard Chu | 1 | -2/+2 | |
Faster throughput while avoiding corruption. I.e., makes running with --db-sync-mode safe more tolerable. | |||||
2016-08-28 | remove original Cryptonote blockchain_storage blockchain format | moneromooo-monero | 1 | -63/+1 | |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 1 | -2/+2 | |
Ain't nobody got time for link/cmake skullduggery. This reverts commit fff238ec94ac6d45fc18c315d7bc590ddfaad63d. | |||||
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 1 | -2/+2 | |
Useful for debugging users' logs | |||||
2016-02-17 | Fix cffc411c9025e1d28a8b6e32c53c83ba113d9204 | Howard Chu | 1 | -0/+2 | |
Don't include bdb header unless defined(BERKELEY_DB) | |||||
2016-02-14 | blockchain_import: Support BerkeleyDB | warptangent | 1 | -1/+13 | |
2016-02-14 | blockchain_import: Add database type argument | warptangent | 1 | -2/+2 | |
Default to LMDB. | |||||
2016-02-14 | blockchain_import: Make LMDB-specific names general | warptangent | 1 | -5/+5 | |
Also update terms to better distinguish blockchain management/engine from database type. | |||||
2016-02-08 | blockchain_utilities: Have fake_core create HardFork object | warptangent | 1 | -1/+13 | |
The HardFork object is needed for the importer to update the hard fork data when verify mode is off. | |||||
2016-02-08 | fake_core: Check if hard fork subdbs need reset at start | warptangent | 1 | -0/+3 | |
2016-01-15 | Fix hf when import with verify off | Howard Chu | 1 | -0/+1 | |
Delete the hf tables, so the next open will rescan and regenerate | |||||
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -1/+1 | |
2015-07-11 | Optionally allow DB to know expected number of blocks at batch transaction start | warptangent | 1 | -3/+3 | |
This will assist in a DB resize check. | |||||
2015-05-08 | Rename src/blockchain_converter/ to src/blockchain_utilities/ | warptangent | 1 | -0/+165 | |
Update appropriate files (CMakeLists.txt, README.md) |