aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-25Merge pull request #6140Alexander Blair1-0/+42
2020-01-24Merge pull request #6157Alexander Blair1-1/+9
2019-11-19db_lmdb: guard against non NUL terminated keysmoneromooo-monero1-1/+9
2019-11-15blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero1-0/+42
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett1-12/+36
2019-10-17db_lmdb: an empty prunable data record means the tx is not prunedmoneromooo-monero1-2/+0
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-2/+4
2019-09-04db_lmdb: print percentages as percentages, not ratiosmoneromooo-monero1-1/+1
2019-08-18Increase max_dbs from 20 to 32Howard Chu1-1/+1
2019-07-24Merge pull request #5524luigi11111-0/+155
2019-07-24Merge pull request #5502luigi11111-1/+1
2019-06-15db_lmdb: commit pruning txn at checkpointsmoneromooo-monero1-1/+50
2019-06-14ensure no NULL is passed to memcpymoneromooo-monero1-2/+2
2019-05-08blockchain: keep alternative blocks in LMDBmoneromooo-monero1-0/+155
2019-05-01fix wide difficulty conversion with some versions of boostmoneromooo-monero1-2/+2
2019-04-29add a few checks where it seems appropriatemoneromooo-monero1-1/+1
2019-04-14blockchain_db: fix db txn ending too earlymoneromooo-monero1-44/+32
2019-04-05cryptonote: rework block blob size sanity checkmoneromooo-monero1-0/+52
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero1-7/+152
2019-03-21Merge pull request #5256Riccardo Spagni1-0/+64
2019-03-08blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero1-0/+64
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05Merge pull request #5119Riccardo Spagni1-5/+5
2019-03-05db_lmdb: make mdb_block_info format conversion more future proofmoneromooo-monero1-5/+5
2019-03-05save some database calls when getting top block hash and heightmoneromooo-monero1-1/+3
2019-03-05Avoid repeated (de)serialization when syncingmoneromooo-monero1-6/+7
2019-03-05db: speedup block additionmoneromooo-monero1-11/+16
2019-03-04Merge pull request #5081Riccardo Spagni1-3/+3
2019-03-04Merge pull request #5175Riccardo Spagni1-0/+1
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-6/+207
2019-02-21db_lmdb: fix missing mdb_dbi_close in migrationmoneromooo-monero1-0/+1
2019-01-22Pruningmoneromooo-monero1-23/+379
2019-01-19db_lmdb: don't unnecessarily cast to double on the way to uint64_tmoneromooo-monero1-3/+3
2019-01-16blockchain_db: allow getting output keys without commitmentmoneromooo-monero1-2/+3
2019-01-16Merge pull request #4984Riccardo Spagni1-21/+27
2019-01-07Make get_output_key method constmoneroexamples1-2/+2
2018-12-31Merge pull request #4946luigi11111-31/+7
2018-12-18blockchain_db: speedup tx output gatheringmoneromooo-monero1-21/+27
2018-12-12Merge pull request #4901Riccardo Spagni1-4/+66
2018-12-05db_lmdb: avoid pointless divisionmoneromooo-monero1-1/+1
2018-12-05db_lmdb: inline check_open, it's trivial and called everywheremoneromooo-monero1-7/+6
2018-12-05blockchain_db: remove a couple unused functionsmoneromooo-monero1-23/+0
2018-12-04Merge pull request #4872Riccardo Spagni1-10/+6
2018-12-04Merge pull request #4854Riccardo Spagni1-2/+0
2018-11-27Outputs where all amounts are known spent can now be prunedmoneromooo-monero1-4/+66
2018-11-26Merge pull request #4821Riccardo Spagni1-5/+9
2018-11-26rpc: speedup get_outs.binmoneromooo-monero1-5/+9
2018-11-26Merge pull request #4830Riccardo Spagni1-0/+9
2018-11-19lmdb: fix gcc 7.3.0 'implicit-fallthrough' warningxiphon1-10/+6
2018-11-15Removed a lot of unnecessary includesMartijn Otto1-2/+0
2018-11-14Merge pull request #4769Riccardo Spagni1-20/+25
2018-11-09db_lmdb: error out if the db needs migration in read only modemoneromooo-monero1-0/+9
2018-11-04db_lmdb: slight speedup getting array data from the blockchainmoneromooo-monero1-6/+8
2018-11-02db_lmdb: log which output was not found in get_output_keymoneromooo-monero1-1/+2
2018-11-01Merge pull request #4664Riccardo Spagni1-9/+23
2018-11-01db_lmdb: save some string copies for readonly db keys/valuesmoneromooo-monero1-11/+16
2018-11-01core: avoid unnecessary tx/blob conversionsmoneromooo-monero1-4/+2
2018-10-19db_lmdb: use MDB_MULTIPLE_NEXT where possible for some speedupmoneromooo-monero1-9/+23
2018-10-17Update db_lmdb.cppCactii11-1/+1
2018-10-02Fix rtxn usage in BlockchainLMDB::get_estimated_batch_sizeHoward Chu1-2/+2
2018-09-29Merge pull request #4459Riccardo Spagni1-5/+16
2018-09-29Merge pull request #4445Riccardo Spagni1-2/+12
2018-09-12db_lmdb: do not use base for cumulative distributionmoneromooo-monero1-0/+2
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-14/+19
2018-09-10Merge pull request #4293luigi11111-2/+6
2018-09-10Merge pull request #4256luigi11111-6/+2
2018-09-04Merge pull request #4270luigi11111-2/+13
2018-08-25is_hdd updatep8p1-2/+6
2018-08-22Merge pull request #4200luigi11111-49/+0
2018-08-19db_lmdb: speedup the get_output_distribution common casemoneromooo-monero1-2/+13
2018-08-15Merge pull request #4161luigi11111-2/+2
2018-08-14db_lmdb: resize blockchain database when 90% filledmoneromooo-monero1-6/+2
2018-07-30blockchain_db: remove unused get_output_key variantmoneromooo-monero1-49/+0
2018-07-27Merge pull request #4129luigi11111-0/+3
2018-07-20db_lmdb: demote the "batch already enabled" log, it's harmlessmoneromooo-monero1-2/+2
2018-07-19Merge pull request #4013luigi11111-0/+11
2018-07-19Merge pull request #3981luigi11111-6/+205
2018-07-19Merge pull request #3854luigi11111-0/+15
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero1-6/+205
2018-07-11db_lmdb: don't sync a read only DBmoneromooo-monero1-0/+3
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas1-0/+15
2018-06-20rpc: add blockchain disk size to getinfomoneromooo-monero1-0/+11
2018-06-11db_ldmb: print db version when complaining about incompatibilitymoneromooo-monero1-4/+5
2018-06-08db_lmdb: warn about slowness when running off a spinning diskmoneromooo-monero1-0/+3
2018-05-30Merge pull request #3876luigi11111-0/+1
2018-05-28core: fix automatic safe db sync mode switchingmoneromooo-monero1-0/+1
2018-05-23db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero1-39/+309
2018-05-21speed up get_output_distribution (and precalc common case)moneromooo-monero1-0/+41
2018-04-23speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero1-4/+7
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero1-2/+42
2018-03-05Merge pull request #3307Riccardo Spagni1-1/+2
2018-03-05Correct spelling mistakes.Edward Betts1-1/+1
2018-02-23db_lmdb: fix free space reportingmoneromooo-monero1-1/+2
2018-02-19db_lmdb: fix return code mixup in for_all_*moneromooo-monero1-12/+12
2018-02-16Merge pull request #3226Riccardo Spagni1-4/+7
2018-02-16Merge pull request #3231Riccardo Spagni1-2/+9
2018-02-02blockchain_db: initialize m_open in base class ctormoneromooo-monero1-2/+1
2018-02-02db_lmdb: check hard fork info drop succeededmoneromooo-monero1-2/+6
2018-01-31Don't create readtxn until after txn_safe gate checkHoward Chu1-2/+9
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-10Merge pull request #2971Riccardo Spagni1-3/+5
2017-12-28Additional fix for core_testsHoward Chu1-10/+15
2017-12-28Fix stale readcursor flagsHoward Chu1-22/+15
2017-12-20Fix exceptions not finding txpool txes when relayingmoneromooo-monero1-3/+5
2017-12-18catch const exceptionsmoneromooo-monero1-1/+1
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-11-14Merge pull request #2629Riccardo Spagni1-0/+1
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-0/+1
2017-11-14Merge pull request #2742Riccardo Spagni1-0/+6
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate1-7/+38
2017-11-02Increase LMDB maxreaders if large number of threads in useHoward Chu1-0/+6
2017-10-26fixed an LMDB issue on OpenBSD (#2699) which leads to a crash in monerodston1th1-0/+6
2017-10-15Merge pull request #2640Riccardo Spagni1-1/+1
2017-10-12db_lmdb: include chain height when failing to find an output keymoneromooo-monero1-1/+1
2017-10-07frob level 1 logs a bit for consistencymoneromooo-monero1-7/+7
2017-09-25Merge pull request #2457Riccardo Spagni1-5/+11
2017-09-19db_lmdb: fix use of uninitialized key in for_blocks_rangemoneromooo-monero1-2/+2
2017-09-17Use actual batch size for resize estimatesHoward Chu1-5/+11
2017-08-29Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocksmoneromooo-monero1-9/+22
2017-08-20Toggle SAFE syncmode on and off automaticallyHoward Chu1-0/+5
2017-08-19DB cleanupHoward Chu1-1/+11
2017-08-12core: add --db-salvage command line flagmoneromooo-monero1-1/+1
2017-07-31some include cleanupmoneromooo-monero1-0/+1
2017-06-11blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero1-3/+12
2017-06-01Don't copy blockchain for coinbase_tx_sumHoward Chu1-2/+12
2017-05-25Move txpool to the databasemoneromooo-monero1-0/+216
2017-03-19Partial fix #1876, check thread in block_txn_start()Howard Chu1-1/+2
2017-03-03Remove redundant num_txs() methodHoward Chu1-17/+4
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-21Merge pull request #1727Riccardo Spagni1-22/+5
2017-02-21Merge pull request #1724Riccardo Spagni1-1/+8
2017-02-18Handle map resizes from other processesHoward Chu1-9/+52
2017-02-18Can't cache num_txs or num_outputs eitherHoward Chu1-32/+31
2017-02-18Add a few read txns to streamlineHoward Chu1-2/+6
2017-02-13blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero1-22/+5
2017-02-13blockchain_db: do not throw on expected partial results getting keysmoneromooo-monero1-1/+8
2017-02-11db_lmdb: fix bad height saved in tx datamoneromooo-monero1-0/+1
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-01-28Update and use blockchain data files definesMiguel Herranz1-4/+5
2017-01-16Tweak some msg loglevelsHoward Chu1-11/+13
2017-01-16Change logging to easylogging++moneromooo-monero1-17/+21
2017-01-15Merge pull request #1506Riccardo Spagni1-16/+40
2017-01-15Check for correct thread before ending batch transactionHoward Chu1-0/+7
2017-01-14Don't cache block height, always get from DBHoward Chu1-13/+29
2017-01-14Use batch transactions when syncingHoward Chu1-3/+4
2017-01-07blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero1-3/+11
2016-12-01db_lmdb: add info in an error message when we can't get an outputmoneromooo-monero1-1/+1
2016-12-01db_lmdb: guard against going out of sync on unexpected db resultsmoneromooo-monero1-1/+1
2016-12-01db_lmdb: minor pedantic tweaksmoneromooo-monero1-8/+8
2016-12-01db_lmdb: set same packing format for output_data_t and pre_rct_output_data_tmoneromooo-monero1-0/+3
2016-10-15wallet: select part of the fake outs from recent outputsmoneromooo-monero1-10/+26
2016-09-29Merge pull request #1128Riccardo Spagni1-1/+1
2016-09-24db_lmdb: do not error if dropping a non existent hard fork tablemoneromooo-monero1-1/+1
2016-09-21Fix minor typo in "need resize" message.Myagui1-2/+2
2016-08-31core: faster find_blockchain_supplementmoneromooo-monero1-1/+8
2016-08-29db_lmdb: fix reorg with "halfway rct" coinbase outputsmoneromooo-monero1-1/+3
2016-08-28move the rct commitments to the output_amounts databasemoneromooo-monero1-116/+51
2016-08-28add rct to the protocolmoneromooo-monero1-0/+2
2016-08-28db_lmdb: update reset for recent db changesmoneromooo-monero1-0/+10
2016-08-28blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero1-0/+108
2016-08-26db_lmdb: do not try to modify the database in read only modemoneromooo-monero1-4/+12
2016-08-11Merge pull request #948Riccardo Spagni1-3/+20
2016-08-10db_lmdb: errors dropping hf starting height db on reset are not fatalmoneromooo-monero1-2/+1
2016-08-01new unlocked parameter to output_histogrammoneromooo-monero1-3/+20
2016-07-26db_lmdb: add some missing api call checksmoneromooo-monero1-14/+31
2016-07-13remove hf_starting_height dbmoneromooo-monero1-74/+2
2016-04-24Another take on migrationHoward Chu1-570/+94
2016-04-08MigrationHoward Chu1-5/+1043
2016-04-05Merge branch 'performance' into masterHoward Chu1-660/+537
2016-04-05CleanupHoward Chu1-18/+64
2016-04-05Cleanup and clarifyHoward Chu1-102/+86
2016-04-05Use cursors in some remove functionsHoward Chu1-7/+33
2016-04-05Use DUPFIXED for block_info and output_txsHoward Chu1-55/+46
2016-04-05More outputs consolidationHoward Chu1-470/+258
2016-04-05Use DUPFIXED for output_keysHoward Chu1-23/+37
2016-04-05Use DUPFIXED for tx_indicesHoward Chu1-50/+60
2016-04-05Use DUPFIXED for block_heightsHoward Chu1-22/+29
2016-04-05Use DUPFIXED for spent_keysHoward Chu1-23/+18
2016-04-05Add back changes from revert.warptangent1-19/+2
2016-04-05Use MDB_APPEND mode with two tx subdbswarptangent1-2/+2
2016-04-05Schema update: tx_indices - consolidate the tx subdbs from 5 to 3warptangent1-67/+47
2016-04-05Schema update: tx_indices - yet less indirectionwarptangent1-14/+9
2016-04-05Schema update: tx_indices - improve further with less indirectionwarptangent1-14/+46
2016-04-05Add batch warning for further reviewwarptangent1-0/+4
2016-04-05Schema update: tx_indiceswarptangent1-32/+104
2016-04-05Consolidated block infoHoward Chu1-75/+59
2016-04-05Update schema for "tx_outputs" to use array containing amount output indiceswarptangent1-112/+87
2016-03-30Detect map resize failuresHoward Chu1-1/+3
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero1-0/+57
2016-03-20db_lmdb: include the error codes from lmdb api in error logsmoneromooo-monero1-40/+47
2016-03-19Reduce log noiseHoward Chu1-2/+3
2016-03-16Add destructor for readtxnsHoward Chu1-9/+18
2016-03-15Small cleanupsHoward Chu1-24/+28
2016-03-15More for 92dd4ec6d6251b15954002e72a7c7faa5059a3abHoward Chu1-22/+22
2016-03-14Merge pull request #723Riccardo Spagni1-18/+18
2016-03-14Hack for read/write txn mixupHoward Chu1-41/+29
2016-03-14avoid some val copiesHoward Chu1-18/+18
2016-03-09More for bdec7cbHoward Chu1-14/+14
2016-03-05Merge pull request #700Riccardo Spagni1-33/+34
2016-03-05Merge pull request #698Riccardo Spagni1-57/+14