aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/blockchain_db.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-24Another take on migrationHoward Chu1-12/+12
2016-04-05CleanupHoward Chu1-3/+0
2016-04-05Cleanup and clarifyHoward Chu1-24/+34
2016-04-05Schema update: tx_indices - consolidate the tx subdbs from 5 to 3warptangent1-0/+9
2016-04-05Schema update: tx_indices - yet less indirectionwarptangent1-2/+2
2016-04-05Schema update: tx_indices - improve further with less indirectionwarptangent1-2/+3
2016-04-05Update schema for "tx_outputs" to use array containing amount output indiceswarptangent1-4/+20
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+9
2016-03-25Merge pull request #749Riccardo Spagni1-155/+937
2016-03-25Revert "Merge pull request #749"Riccardo Spagni1-937/+155
2016-03-24Update BlockchainDB documentationThomas Winget1-155/+937
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-2/+1
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-1/+2
2016-02-23read txn/cursor stuffHoward Chu1-1/+1
2016-02-13BlockchainLMDB: Deal with DB exceptions at block level with particularitywarptangent1-0/+8
2016-02-08blockchain_db: pass hard fork object as a simple pointermoneromooo-monero1-1/+1
2016-02-08Make HardFork object available to BlockchainDB and derived DB implementationswarptangent1-0/+7
2016-02-08BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/removewarptangent1-0/+4
2016-02-08blockchain_import: Add --drop-hard-fork commandwarptangent1-0/+1
2016-01-15Fix hf when import with verify offHoward Chu1-0/+1
2015-12-31fixed copyrights with bad year referencesRiccardo Spagni1-1/+1
2015-12-26BlockchainDB: skip fixup check if read-only databasewarptangent1-0/+2
2015-12-15Replace tabs with two spaces for consistency with rest of codebasewarptangent1-13/+13
2015-12-06blockchain_db: fixup missing key images in early DB versionmoneromooo-monero1-0/+3
2015-12-05blockchain_db: make the indexing base a BlockchainDB virtual functionmoneromooo-monero1-0/+3
2015-10-27Remove some old/obsolete/unused codemoneromooo-monero1-4/+0
2015-10-25Add functions to iterate through blocks, txes, outputs, key imagesmoneromooo-monero1-0/+5
2015-09-20hardfork: most state now saved to the DBmoneromooo-monero1-0/+6
2015-08-09blockchain: always select random outs using triangular distributionmoneromooo-monero1-4/+0
2015-07-15** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)NoodleDoodleNoodleDoodleNoodleDoodleNoo1-6/+21
2015-07-15Experimental BDB workaround optimizationsNoodleDoodleNoodleDoodleNoodleDoodleNoo1-0/+2
2015-07-11Optionally allow DB to know expected number of blocks at batch transaction startwarptangent1-1/+1
2015-05-27blockchain_db: add a few constmoneromooo-monero1-1/+1
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