aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain_db.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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