aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.h
Commit message (Expand)AuthorAgeFilesLines
* persist asset outputs and spent key imagescenobite pinhead6 hours1-0/+11
* persist experimental asset registry in LMDBcenobite pinhead7 hours1-0/+10
* Revert "db_lmdb: test for mmap support at init time"Howard Chu2022-06-031-1/+0
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* LMDB: fix deadlock in resized detectionHoward Chu2021-09-221-0/+1
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-291-1/+1
* Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-171-5/+5
* Merge pull request #6536Alexander Blair2020-07-191-0/+1
|\
| * db_lmdb: test for mmap support at init timemoneromooo-monero2020-05-161-0/+1
* | Merge pull request #6534Alexander Blair2020-07-191-0/+2
|\ \
| * | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-091-0/+2
| |/
* / Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
|/
* blockchain_db: faster fetching of consecutive txesmoneromooo-monero2020-02-271-0/+1
* Merge pull request #6140Alexander Blair2020-01-251-0/+1
|\
| * blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero2019-11-151-0/+1
* | Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-5/+5
|/
* blockchain: keep alternative blocks in LMDBmoneromooo-monero2019-05-081-0/+13
* blockchain_db: fix db txn ending too earlymoneromooo-monero2019-04-141-4/+7
* cryptonote: rework block blob size sanity checkmoneromooo-monero2019-04-051-0/+3
* Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-241-0/+3
* Merge pull request #5256Riccardo Spagni2019-03-211-0/+6
|\
| * blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero2019-03-081-0/+6
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* save some database calls when getting top block hash and heightmoneromooo-monero2019-03-051-1/+1
* Avoid repeated (de)serialization when syncingmoneromooo-monero2019-03-051-3/+3
* ArticMine's new block weight algorithmmoneromooo-monero2019-03-041-0/+7
* Pruningmoneromooo-monero2019-01-221-0/+26
* blockchain_db: allow getting output keys without commitmentmoneromooo-monero2019-01-161-1/+1
* Merge pull request #4984Riccardo Spagni2019-01-161-1/+1
|\
| * blockchain_db: speedup tx output gatheringmoneromooo-monero2018-12-181-1/+1
* | Make get_output_key method constmoneroexamples2019-01-071-2/+2
* | Merge pull request #4946luigi11112018-12-311-19/+1
|\ \ | |/ |/|
| * db_lmdb: inline check_open, it's trivial and called everywheremoneromooo-monero2018-12-051-1/+1
| * blockchain_db: remove a couple unused functionsmoneromooo-monero2018-12-051-18/+0
* | Outputs where all amounts are known spent can now be prunedmoneromooo-monero2018-11-271-0/+2
|/
* rpc: speedup get_outs.binmoneromooo-monero2018-11-261-1/+1
* core: avoid unnecessary tx/blob conversionsmoneromooo-monero2018-11-011-1/+1
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-3/+3
* Merge pull request #4256luigi11112018-09-101-1/+1
|\
| * db_lmdb: resize blockchain database when 90% filledmoneromooo-monero2018-08-141-1/+1
* | blockchain_db: remove unused get_output_key variantmoneromooo-monero2018-07-301-1/+0
|/
* Merge pull request #4013luigi11112018-07-191-0/+2
|\
| * rpc: add blockchain disk size to getinfomoneromooo-monero2018-06-201-0/+2
* | Merge pull request #3981luigi11112018-07-191-0/+6
|\ \
| * | db: store cumulative rct output distribution in the db for speedmoneromooo-monero2018-07-131-0/+6
| |/
* | add --regtest and --fixed-difficulty for regression testingvictorsintnicolaas2018-06-291-0/+2
* | db_lmdb: enable batch transactions by defaultstoffu2018-06-141-1/+1
|/
* db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-2/+19
* 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