summaryrefslogtreecommitdiff
path: root/src/blockchain_db
Commit message (Expand)AuthorAgeFilesLines
* cmake: transitive deps and remove deprecated LINK_*redfish2016-09-181-8/+2
* core: faster find_blockchain_supplementmoneromooo-monero2016-08-315-5/+16
* db_lmdb: fix reorg with "halfway rct" coinbase outputsmoneromooo-monero2016-08-291-1/+3
* New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero2016-08-281-2/+17
* move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-286-167/+60
* add rct to the protocolmoneromooo-monero2016-08-282-0/+4
* 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-283-0/+153
* db_lmdb: do not try to modify the database in read only modemoneromooo-monero2016-08-261-4/+12
* Merge pull request #948Riccardo Spagni2016-08-113-9/+28
|\
| * new unlocked parameter to output_histogrammoneromooo-monero2016-08-013-9/+28
* | 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-135-127/+2
* Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni2016-04-294-760/+1209
|\
| * Another take on migrationHoward Chu2016-04-242-580/+104
| * MigrationHoward Chu2016-04-082-5/+1049
| * Merge branch 'performance' into masterHoward Chu2016-04-054-746/+627
| |\
| | * CleanupHoward Chu2016-04-053-24/+65
| | * Cleanup and clarifyHoward Chu2016-04-054-146/+129
| | * 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-053-75/+56
| | * Schema update: tx_indices - yet less indirectionwarptangent2016-04-054-20/+15
| | * Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-053-19/+53
| | * 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-054-119/+131
* | | add a --max-concurrency flagmoneromooo-monero2016-04-281-1/+1
|/ /
* | Detect map resize failuresHoward Chu2016-03-301-1/+3
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-265-0/+91
* | Merge pull request #749Riccardo Spagni2016-03-251-155/+937
* | Revert "Merge pull request #749"Riccardo Spagni2016-03-251-937/+155
* | Update BlockchainDB documentationThomas Winget2016-03-241-155/+937
* | Revert "Print stack trace upon exceptions"moneromooo-monero2016-03-211-2/+1
* | Merge pull request #738Riccardo Spagni2016-03-201-40/+47
|\ \
| * | db_lmdb: include the error codes from lmdb api in error logsmoneromooo-monero2016-03-201-40/+47
* | | Print stack trace upon exceptionsmoneromooo-monero2016-03-191-1/+2
|/ /
* | 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