aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/blockchain_db.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-2/+4
2015-03-16Add support for database open with flagswarptangent1-1/+1
2015-03-13BlockchainDB implementations have names nowThomas Winget1-0/+3
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-0/+0
2015-02-23BlockchainLMDB: Add profiling to tx_exists()warptangent1-0/+1
2015-02-23BlockchainDB, BlockchainLMDB: Add profiling for DB commitswarptangent1-0/+5
2015-02-23BlockchainDB: Add virtual function declarations for batch transactionswarptangent1-0/+3
2015-02-23Improve block and tx processing efficiency by less repeat hashingwarptangent1-2/+3
2015-02-23Add profiling to block and tx processingwarptangent1-0/+10
2015-01-11Complete implementation of transaction removalwarptangent1-1/+1
2015-01-09Fix transfers (without mixins)warptangent1-0/+3
2015-01-04Fixes a bug with getting output metadata from BlockchainDBThomas Winget1-0/+4
2015-01-04update comments to reflect changed codeThomas Winget1-4/+1
2015-01-04blockchain_db: add consts where appropriatemoneromooo-monero1-31/+31
2015-01-04blockchain_db: factor some exception codemoneromooo-monero1-148/+48
2015-01-04Minor bugfixes, redundancy removalThomas Winget1-1/+1
2015-01-04Adding block data to LMDB BlockchainDB codedThomas Winget1-1/+35
2015-01-04Parts of LMDB impl of BlockchainDB done and workingThomas Winget1-8/+10
2015-01-04Initial commit of BlockchainDB tests, other miscThomas Winget1-5/+19
2015-01-04missing typedefThomas Winget1-0/+3
2015-01-04import of BlockchainDB filesThomas Winget1-0/+510