aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/blockchain_db.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-08BlockchainDB/LMDB: Refactor block-scope DB txn handling for add blockwarptangent1-1/+9
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni1-1/+1
2015-12-26BlockchainDB: skip fixup check if read-only databasewarptangent1-0/+5
2015-12-24BlockchainDB: Remove txs in reverse orderwarptangent1-3/+5
2015-12-06blockchain_db: fixup missing key images in early DB versionmoneromooo-monero1-0/+580
2015-08-11blockchain_db: match tx addition semantics to original codemoneromooo-monero1-8/+24
2015-08-09blockchain_db: store key images for tx without outputs toomoneromooo-monero1-10/+7
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-1/+1
2015-05-27blockchain_db: add a few constmoneromooo-monero1-1/+1
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-0/+5
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-2/+2
2015-02-23BlockchainLMDB: Add profiling to tx_exists()warptangent1-0/+3
2015-02-23BlockchainDB, BlockchainLMDB: Add profiling for DB commitswarptangent1-0/+3
2015-02-23Improve block and tx processing efficiency by less repeat hashingwarptangent1-5/+19
2015-02-23Add profiling to block and tx processingwarptangent1-0/+38
2015-01-14Remove code previously made unused and marked unusedwarptangent1-8/+0
2015-01-11Complete implementation of transaction removalwarptangent1-1/+5
2015-01-04BlockchainLMDB seems to be working*!Thomas Winget1-9/+0
2015-01-04some bug fixes, but still needs workThomas Winget1-8/+23
2015-01-04Parts of LMDB impl of BlockchainDB done and workingThomas Winget1-31/+16
2015-01-04import of BlockchainDB filesThomas Winget1-0/+135