aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/blockchain_db.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-0/+14
| |/
* / tx_pool: initialize bitflags padding since it gets written to storagemoneromooo-monero2018-06-051-0/+1
|/
* db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-3/+33
* speed up get_output_distribution (and precalc common case)moneromooo-monero2018-05-211-0/+2
* speedup get_output_histogram for all amounts when min_count > 0moneromooo-monero2018-04-231-1/+2
* add RPC to get a histogram of outputs of a given amountmoneromooo-monero2018-03-161-1/+3
* blockchain_db: initialize m_open in base class ctormoneromooo-monero2018-02-021-0/+5
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Fix exceptions not finding txpool txes when relayingmoneromooo-monero2017-12-201-2/+3
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-1/+1
* Merge pull request #2615Riccardo Spagni2017-11-141-2/+2
|\
| * Protect node privacy by proper filtering in restricted-mode RPC answersbinaryFate2017-11-081-2/+2
* | track double spending in the txpoolmoneromooo-monero2017-11-061-1/+2
|/
* Use actual batch size for resize estimatesHoward Chu2017-09-171-1/+1
* move db specific options to BlockchainDBmoneromooo-monero2017-08-291-0/+11
* Toggle SAFE syncmode on and off automaticallyHoward Chu2017-08-201-0/+7
* DB cleanupHoward Chu2017-08-191-0/+7
* blockchain_db: add a txpool tx getter which returns existencemoneromooo-monero2017-06-111-0/+10
* Don't copy blockchain for coinbase_tx_sumHoward Chu2017-06-011-4/+6
* Move txpool to the databasemoneromooo-monero2017-05-251-0/+86
* fix dependency: put HardFork back to cryptonote_basic, made some BlockchainDB...kenshi842017-03-101-5/+5
* core: move hardfork back to cryptonote_coremoneromooo-monero2017-02-251-1/+1
* update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
* Merge pull request #1727Riccardo Spagni2017-02-211-8/+42
|\
| * blockchain_db: add "raw" blobdata getters for block and transactionmoneromooo-monero2017-02-131-8/+42
* | blockchain_db: do not throw on expected partial results getting keysmoneromooo-monero2017-02-131-1/+1
|/
* extract some basic code from libcryptonote_core into libcryptonote_basickenshi842017-02-081-3/+3
* Merge pull request #1506Riccardo Spagni2017-01-151-4/+5
|\
| * Use batch transactions when syncingHoward Chu2017-01-141-4/+5
* | blockchain: allow marking "tx not found" without an exceptionmoneromooo-monero2017-01-071-0/+14
|/
* wallet: select part of the fake outs from recent outputsmoneromooo-monero2016-10-151-1/+2
* core: faster find_blockchain_supplementmoneromooo-monero2016-08-311-1/+2
* move the rct commitments to the output_amounts databasemoneromooo-monero2016-08-281-34/+3
* blockchain_db: add functions for adding/removing/getting rct commitmentsmoneromooo-monero2016-08-281-0/+33
* new unlocked parameter to output_histogrammoneromooo-monero2016-08-011-3/+4
* remove hf_starting_height dbmoneromooo-monero2016-07-131-21/+0
* Another take on migrationHoward Chu2016-04-241-12/+12
* Merge branch 'performance' into masterHoward Chu2016-04-051-30/+64
|\
| * CleanupHoward Chu2016-04-051-3/+0
| * Cleanup and clarifyHoward Chu2016-04-051-24/+34
| * Schema update: tx_indices - consolidate the tx subdbs from 5 to 3warptangent2016-04-051-0/+9
| * Schema update: tx_indices - yet less indirectionwarptangent2016-04-051-2/+2
| * Schema update: tx_indices - improve further with less indirectionwarptangent2016-04-051-2/+3
| * Update schema for "tx_outputs" to use array containing amount output indiceswarptangent2016-04-051-4/+20
* | New RPC and daemon command to get output histogrammoneromooo-monero2016-03-261-0/+9
* | 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
* | Print stack trace upon exceptionsmoneromooo-monero2016-03-191-1/+2
|/