summaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb
Commit message (Expand)AuthorAgeFilesLines
* core: faster find_blockchain_supplementmoneromooo-monero2016-08-312-2/+9
* db_lmdb: fix reorg with "halfway rct" coinbase outputsmoneromooo-monero2016-08-291-1/+3
* move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-282-128/+53
* add rct to the protocolmoneromooo-monero2016-08-281-0/+2
* db_lmdb: update reset for recent db changesmoneromooo-monero2016-08-281-0/+10
* blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero2016-08-282-0/+120
* db_lmdb: do not try to modify the database in read only modemoneromooo-monero2016-08-261-4/+12
* Merge pull request #948Riccardo Spagni2016-08-112-6/+24
|\
| * new unlocked parameter to output_histogrammoneromooo-monero2016-08-012-6/+24
* | db_lmdb: errors dropping hf starting height db on reset are not fatalmoneromooo-monero2016-08-101-2/+1
|/
* db_lmdb: add some missing api call checksmoneromooo-monero2016-07-261-14/+31
* remove hf_starting_height dbmoneromooo-monero2016-07-132-76/+2
* Another take on migrationHoward Chu2016-04-241-568/+92
* MigrationHoward Chu2016-04-082-5/+1049
* Merge branch 'performance' into masterHoward Chu2016-04-052-714/+558
|\
| * CleanupHoward Chu2016-04-052-21/+65
| * Cleanup and clarifyHoward Chu2016-04-052-115/+92
| * Use cursors in some remove functionsHoward Chu2016-04-051-7/+33
| * Use DUPFIXED for block_info and output_txsHoward Chu2016-04-052-56/+46
| * More outputs consolidationHoward Chu2016-04-052-489/+261
| * Use DUPFIXED for output_keysHoward Chu2016-04-051-23/+37
| * Use DUPFIXED for tx_indicesHoward Chu2016-04-051-50/+60
| * Use DUPFIXED for block_heightsHoward Chu2016-04-051-22/+29
| * Use DUPFIXED for spent_keysHoward Chu2016-04-051-23/+18
| * Add back changes from revert.warptangent2016-04-051-19/+2
| * Use MDB_APPEND mode with two tx subdbswarptangent2016-04-051-2/+2
| * Schema update: tx_indices - consolidate the tx subdbs from 5 to 3warptangent2016-04-052-75/+47
| * Schema update: tx_indices - yet less indirectionwarptangent2016-04-052-16/+11
| * Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-052-17/+50
| * Add batch warning for further reviewwarptangent2016-04-051-0/+4
| * Schema update: tx_indiceswarptangent2016-04-052-32/+109
| * Consolidated block infoHoward Chu2016-04-052-94/+62
| * Update schema for "tx_outputs" to use array containing amount output indiceswarptangent2016-04-052-114/+103
* | Detect map resize failuresHoward Chu2016-03-301-1/+3
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-262-0/+67
* | db_lmdb: include the error codes from lmdb api in error logsmoneromooo-monero2016-03-201-40/+47
* | Reduce log noiseHoward Chu2016-03-191-2/+3
* | Add destructor for readtxnsHoward Chu2016-03-162-10/+21
* | Small cleanupsHoward Chu2016-03-151-24/+28
* | More for 92dd4ec6d6251b15954002e72a7c7faa5059a3abHoward Chu2016-03-151-22/+22
* | Merge pull request #723Riccardo Spagni2016-03-142-21/+21
|\ \
| * | avoid some val copiesHoward Chu2016-03-142-21/+21
* | | Hack for read/write txn mixupHoward Chu2016-03-142-42/+31
|/ /
* / More for bdec7cbHoward Chu2016-03-091-14/+14
|/
* Merge pull request #700Riccardo Spagni2016-03-051-33/+34
|\
| * BlockchainLMDB: Use DB error helper consistentlywarptangent2016-03-031-28/+27
| * BlockchainLMDB: Add DB error to exceptionwarptangent2016-03-031-5/+7
* | Merge pull request #698Riccardo Spagni2016-03-051-57/+14
|\ \
| * | Get rid of lmdb_curHoward Chu2016-03-031-57/+14
| |/
* / More for df239428c0f43e2664f2be273996a734ca12c686Howard Chu2016-03-031-0/+6
|/