aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.h
Commit message (Expand)AuthorAgeFilesLines
...
* add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-1/+2
* Merge pull request #3231Riccardo Spagni2018-02-161-0/+1
|\
| * Don't create readtxn until after txn_safe gate checkHoward Chu2018-01-311-0/+1
* | Update 2018 copyrightxmr-eric2018-01-261-1/+1
|/
* Fix exceptions not finding txpool txes when relayingmoneromooo-monero2017-12-201-1/+1
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+1
* Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-2/+2
* Use actual batch size for resize estimatesHoward Chu2017-09-171-3/+3
* Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocksmoneromooo-monero2017-08-291-0/+3
* Toggle SAFE syncmode on and off automaticallyHoward Chu2017-08-201-0/+2
* blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero2017-06-111-0/+1
* Don't copy blockchain for coinbase_tx_sumHoward Chu2017-06-011-1/+1
* Move txpool to the databasemoneromooo-monero2017-05-251-0/+19
* Remove redundant num_txs() methodHoward Chu2017-03-031-1/+0
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1727Riccardo Spagni2017-02-211-6/+4
|\
| * blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-6/+4
* | Merge pull request #1724Riccardo Spagni2017-02-211-1/+1
|\ \
| * | blockchain_db: do not throw on expected partial results getting keysmoneromooo-monero2017-02-131-1/+1
| |/
* | Can't cache num_txs or num_outputs eitherHoward Chu2017-02-181-2/+3
* | Add a few read txns to streamlineHoward Chu2017-02-181-1/+1
|/
* Merge pull request #1506Riccardo Spagni2017-01-151-2/+1
|\
| * Don't cache block height, always get from DBHoward Chu2017-01-141-1/+0
| * Use batch transactions when syncingHoward Chu2017-01-141-1/+1
* | blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero2017-01-071-0/+2
|/
* wallet: select part of the fake outs from recent outputsmoneromooo-monero2016-10-151-1/+2
* core: faster find_blockchain_supplementmoneromooo-monero2016-08-311-1/+1
* move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-281-12/+2
* blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero2016-08-281-0/+12
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-3/+4
* remove hf_starting_height dbmoneromooo-monero2016-07-131-2/+0
* MigrationHoward Chu2016-04-081-0/+6
* Merge branch 'performance' into masterHoward Chu2016-04-051-55/+22
|\
| * CleanupHoward Chu2016-04-051-3/+1
| * Cleanup and clarifyHoward Chu2016-04-051-13/+6
| * Use DUPFIXED for block_info and output_txsHoward Chu2016-04-051-1/+0
| * More outputs consolidationHoward Chu2016-04-051-21/+5
| * Schema update: tx_indices - consolidate the tx subdbs from 5 to 3warptangent2016-04-051-8/+0
| * Schema update: tx_indices - yet less indirectionwarptangent2016-04-051-2/+2
| * Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-051-3/+4
| * Schema update: tx_indiceswarptangent2016-04-051-0/+5
| * Consolidated block infoHoward Chu2016-04-051-20/+4
| * Update schema for "tx_outputs" to use array containing amount output indiceswarptangent2016-04-051-2/+16
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+10
* | Add destructor for readtxnsHoward Chu2016-03-161-1/+3
* | Merge pull request #723Riccardo Spagni2016-03-141-3/+3
|\ \
| * | avoid some val copiesHoward Chu2016-03-141-3/+3
| |/
* / Hack for read/write txn mixupHoward Chu2016-03-141-1/+2
|/
* read txn/cursor stuffHoward Chu2016-02-231-20/+58
* Use cursors in write txnsHoward Chu2016-02-171-0/+42