aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-04Merge pull request #4270luigi11111-2/+13
2018-08-22Merge pull request #4204luigi11111-2/+2
2018-08-22Merge pull request #4200luigi11114-68/+1
2018-08-19db_lmdb: speedup the get_output_distribution common casemoneromooo-monero1-2/+13
2018-08-15Merge pull request #4161luigi11111-2/+2
2018-08-12core: sync database based on bytes added, not blocks addedmoneromooo-monero1-2/+2
2018-07-30blockchain_db: remove unused get_output_key variantmoneromooo-monero4-68/+1
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 #4013luigi11113-0/+20
2018-07-19Merge pull request #3981luigi11114-7/+236
2018-07-19Merge pull request #3854luigi11115-1/+39
2018-07-13db: store cumulative rct output distribution in the db for speedmoneromooo-monero4-7/+236
2018-07-11db_lmdb: don't sync a read only DBmoneromooo-monero1-0/+3
2018-06-29add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas5-0/+38
2018-06-27Merge pull request #3987luigi11111-4/+5
2018-06-25Merge pull request #3936luigi11111-0/+1
2018-06-20rpc: add blockchain disk size to getinfomoneromooo-monero3-0/+20
2018-06-14db_lmdb: enable batch transactions by defaultstoffu1-1/+1
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-06-05tx_pool: initialize bitflags padding since it gets written to storagemoneromooo-monero1-0/+1
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-monero6-51/+375
2018-05-21speed up get_output_distribution (and precalc common case)moneromooo-monero3-0/+45
2018-04-23speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero3-6/+11
2018-03-16add RPC to get a histogram of outputs of a given amountmoneromooo-monero3-4/+47
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 Spagni3-5/+13
2018-02-16Merge pull request #3231Riccardo Spagni2-2/+10
2018-02-02blockchain_db: initialize m_open in base class ctormoneromooo-monero3-3/+7
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 Chu2-2/+10
2018-01-26Update 2018 copyrightxmr-eric8-8/+8
2018-01-10Merge pull request #2971Riccardo Spagni3-6/+9
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-monero3-6/+9
2017-12-18catch const exceptionsmoneromooo-monero1-1/+1
2017-12-18fix a few leaks by throwing objects, not newed pointers to objectsmoneromooo-monero1-5/+5
2017-12-16move includes around to lessen overall loadmoneromooo-monero5-3/+5
2017-11-15blockchain_db: sanity check on tx/hash vector sizesflozilla1-0/+4
2017-11-14Merge pull request #2629Riccardo Spagni2-1/+2
2017-11-14remove "using namespace std" from headersmoneromooo-monero2-1/+2
2017-11-14Merge pull request #2742Riccardo Spagni1-0/+6
2017-11-14Merge pull request #2615Riccardo Spagni3-11/+42
2017-11-08Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate3-11/+42
2017-11-06track double spending in the txpoolmoneromooo-monero1-1/+2
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 Spagni3-9/+15
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 Chu3-9/+15
2017-09-02Merge pull request #2372Riccardo Spagni2-9/+25
2017-08-29Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocksmoneromooo-monero2-9/+25
2017-08-29move db specific options to BlockchainDBmoneromooo-monero2-0/+35
2017-08-26Merge pull request #2314Riccardo Spagni3-0/+14
2017-08-20Toggle SAFE syncmode on and off automaticallyHoward Chu3-0/+14
2017-08-20More DB support cleanupHoward Chu2-5/+34
2017-08-19DB cleanupHoward Chu3-1/+34
2017-08-12core: add --db-salvage command line flagmoneromooo-monero1-1/+1
2017-07-31some include cleanupmoneromooo-monero2-0/+2
2017-06-11blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero3-3/+23
2017-06-01Don't copy blockchain for coinbase_tx_sumHoward Chu3-7/+19
2017-05-30Merge pull request #2039Riccardo Spagni1-1/+1
2017-05-25Move txpool to the databasemoneromooo-monero3-0/+321
2017-05-23changed crypto to cncrypto so it generated libcncryptoGentian1-1/+1
2017-03-19Partial fix #1876, check thread in block_txn_start()Howard Chu1-1/+2
2017-03-10fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi841-5/+5
2017-03-03Remove redundant num_txs() methodHoward Chu2-18/+4
2017-02-25core: move hardfork back to cryptonote_coremoneromooo-monero1-1/+1
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni8-8/+8
2017-02-21Merge pull request #1727Riccardo Spagni4-36/+90
2017-02-21Merge pull request #1724Riccardo Spagni3-3/+10
2017-02-18Handle map resizes from other processesHoward Chu1-9/+52
2017-02-18Can't cache num_txs or num_outputs eitherHoward Chu2-34/+34
2017-02-18Add a few read txns to streamlineHoward Chu2-3/+7
2017-02-13blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero4-36/+90
2017-02-13blockchain_db: do not throw on expected partial results getting keysmoneromooo-monero3-3/+10
2017-02-11db_lmdb: fix bad height saved in tx datamoneromooo-monero2-6/+7
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi845-6/+7
2017-01-28Update and use blockchain data files definesMiguel Herranz1-4/+5
2017-01-16Tweak some msg loglevelsHoward Chu1-11/+13
2017-01-16Fix PR#1506, off by one in chain heightHoward Chu1-3/+2
2017-01-16Change logging to easylogging++moneromooo-monero2-17/+24
2017-01-15Merge pull request #1506Riccardo Spagni5-24/+49
2017-01-15Check for correct thread before ending batch transactionHoward Chu1-0/+7
2017-01-14Don't cache block height, always get from DBHoward Chu2-14/+29
2017-01-14Use batch transactions when syncingHoward Chu5-10/+13
2017-01-13Merge pull request #1538Riccardo Spagni1-1/+0
2017-01-10Remove berkeley from blockchain_db_typesMiguel Herranz1-1/+0
2017-01-07blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero3-3/+27
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-monero3-12/+30
2016-10-04Merge pull request #1139Riccardo Spagni1-2/+2
2016-09-29Merge pull request #1128Riccardo Spagni1-1/+1
2016-09-26Dropped "bit" from bitmonero.Randi Joseph1-2/+2
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-09-18cmake: transitive deps and remove deprecated LINK_*redfish1-8/+2
2016-08-31core: faster find_blockchain_supplementmoneromooo-monero5-5/+16
2016-08-29db_lmdb: fix reorg with "halfway rct" coinbase outputsmoneromooo-monero1-1/+3
2016-08-28New "Halfway RingCT" outputs for coinbase transactionsmoneromooo-monero1-2/+17
2016-08-28move the rct commitments to the output_amounts databasemoneromooo-monero6-167/+60
2016-08-28add rct to the protocolmoneromooo-monero2-0/+4
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-monero3-0/+153
2016-08-26db_lmdb: do not try to modify the database in read only modemoneromooo-monero1-4/+12
2016-08-11Merge pull request #948Riccardo Spagni3-9/+28
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-monero3-9/+28
2016-07-26db_lmdb: add some missing api call checksmoneromooo-monero1-14/+31
2016-07-13remove hf_starting_height dbmoneromooo-monero5-127/+2
2016-04-29Merge branch 'performance' of https://github.com/LMDB/bitmoneroRiccardo Spagni4-761/+1210
2016-04-28add a --max-concurrency flagmoneromooo-monero1-1/+1
2016-04-24Another take on migrationHoward Chu2-582/+106
2016-04-08MigrationHoward Chu2-5/+1049
2016-04-05Merge branch 'performance' into masterHoward Chu4-747/+628
2016-04-05CleanupHoward Chu3-24/+65
2016-04-05Cleanup and clarifyHoward Chu4-146/+129
2016-04-05Use cursors in some remove functionsHoward Chu1-7/+33
2016-04-05Use DUPFIXED for block_info and output_txsHoward Chu2-56/+46
2016-04-05More outputs consolidationHoward Chu2-491/+263
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 3warptangent3-75/+56
2016-04-05Schema update: tx_indices - yet less indirectionwarptangent4-20/+15
2016-04-05Schema update: tx_indices - improve further with less indirectionwarptangent3-19/+53
2016-04-05Add batch warning for further reviewwarptangent1-0/+4
2016-04-05Schema update: tx_indiceswarptangent2-32/+109
2016-04-05Consolidated block infoHoward Chu2-95/+63
2016-04-05Update schema for "tx_outputs" to use array containing amount output indiceswarptangent4-119/+131
2016-03-30Detect map resize failuresHoward Chu1-1/+3
2016-03-26New RPC and daemon command to get output histogrammoneromooo-monero5-0/+91
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-20Merge pull request #738Riccardo Spagni1-40/+47
2016-03-20db_lmdb: include the error codes from lmdb api in error logsmoneromooo-monero1-40/+47
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-1/+2
2016-03-19Reduce log noiseHoward Chu1-2/+3
2016-03-16Add destructor for readtxnsHoward Chu2-10/+21
2016-03-15Small cleanupsHoward Chu1-24/+28
2016-03-15More for 92dd4ec6d6251b15954002e72a7c7faa5059a3abHoward Chu1-22/+22
2016-03-14Merge pull request #723Riccardo Spagni2-21/+21
2016-03-14Hack for read/write txn mixupHoward Chu2-42/+31
2016-03-14avoid some val copiesHoward Chu2-21/+21
2016-03-11Merge pull request #712Riccardo Spagni3-5/+6
2016-03-11Need to link boost::chrono in more places nowHoward Chu1-0/+1
2016-03-11Use boost::thread instead of std::threadHoward Chu2-5/+5
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
2016-03-03BlockchainLMDB: Use DB error helper consistentlywarptangent1-28/+27
2016-03-03BlockchainLMDB: Add DB error to exceptionwarptangent1-5/+7
2016-03-03Get rid of lmdb_curHoward Chu1-57/+14
2016-03-03More for df239428c0f43e2664f2be273996a734ca12c686Howard Chu1-0/+6
2016-03-01Make partial revert consistentwarptangent1-1/+1
2016-02-29Revert part of 7db89ed2eee2ce31f039783323d665fe7c24d441warptangent1-2/+14
2016-02-29BlockchainLMDB: Add height and db error to exceptionwarptangent1-1/+1
2016-02-29Merge pull request #686Riccardo Spagni6-185/+340
2016-02-25ARMv7: fix unaligned accessesHoward Chu1-20/+15
2016-02-23read txn/cursor stuffHoward Chu6-165/+325
2016-02-20db_bdb: add missing include for std::condition_variablemoneromooo-monero1-0/+1
2016-02-18BlockchainBDB: Check if hard fork subdbs need resetwarptangent1-1/+50
2016-02-18BlockchainBDB: Support blockchain_import --drop-hard-fork commandwarptangent1-3/+35
2016-02-17Use MDB_PREV_MULTIPLEHoward Chu1-12/+41
2016-02-17Fixup after lmdb master resyncHoward Chu1-6/+6
2016-02-17Shutup about VERSION 0Howard Chu2-2/+6
2016-02-17Use cursor in get_output_keyHoward Chu1-1/+2
2016-02-17Use MDB_APPEND mode where possibleHoward Chu1-5/+9
2016-02-17Use cursors in write txnsHoward Chu2-22/+100
2016-02-17Keep a running blocksize countHoward Chu2-0/+15
2016-02-17Win32 import batchsize tweaksHoward Chu1-3/+6
2016-02-13Merge pull request #657Riccardo Spagni2-12/+50
2016-02-13BlockchainLMDB: Deal with DB exceptions at block level with particularitywarptangent2-2/+21
2016-02-13BlockchainLMDB: Add sanity check for inconsistent statewarptangent1-2/+13
2016-02-13BlockchainLMDB: Call destructor on allocated txn if setup failswarptangent1-0/+8
2016-02-13BlockchainLMDB: Replace remaining txn pointer NULLs with nullptrwarptangent1-9/+9
2016-02-08blockchain_db: pass hard fork object as a simple pointermoneromooo-monero2-2/+2
2016-02-08Move HardFork DB update to BlockchainDB::add_block()warptangent1-0/+1
2016-02-08Make HardFork object available to BlockchainDB and derived DB implementationswarptangent4-0/+16
2016-02-08BlockchainDB/LMDB: Refactor block-scope DB txn handling for add blockwarptangent2-20/+10
2016-02-08BlockchainDB/LMDB/BDB: Extract DB txn functions for block add/removewarptangent5-0/+65
2016-02-08BlockchainLMDB: Allow two HardFork functions to update DB during block addwarptangent1-4/+4