aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/blockchain_db.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-1/+1
2017-08-29move db specific options to BlockchainDBmoneromooo-monero1-0/+24
2017-08-20More DB support cleanupHoward Chu1-0/+32
2017-08-19DB cleanupHoward Chu1-0/+16
2017-07-31some include cleanupmoneromooo-monero1-0/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-13blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero1-0/+39
2017-02-11db_lmdb: fix bad height saved in tx datamoneromooo-monero1-6/+6
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-01-16Fix PR#1506, off by one in chain heightHoward Chu1-3/+2
2017-01-16Change logging to easylogging++moneromooo-monero1-0/+3
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-2/+17
2016-08-28move the rct commitments to the output_amounts databasemoneromooo-monero1-3/+2
2016-08-28add rct to the protocolmoneromooo-monero1-0/+2
2016-04-05Cleanup and clarifyHoward Chu1-7/+3
2016-04-05Schema update: tx_indices - yet less indirectionwarptangent1-2/+2
2016-04-05Update schema for "tx_outputs" to use array containing amount output indiceswarptangent1-1/+8
2016-02-23read txn/cursor stuffHoward Chu1-6/+5
2016-02-08blockchain_db: pass hard fork object as a simple pointermoneromooo-monero1-1/+1
2016-02-08Move HardFork DB update to BlockchainDB::add_block()warptangent1-0/+1
2016-02-08Make HardFork object available to BlockchainDB and derived DB implementationswarptangent1-0/+5
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-0/+180