summaryrefslogtreecommitdiff
path: root/src/blockchain_db/lmdb/db_lmdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-291-3/+8
* Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-171-25/+20
* Merge pull request #6565Alexander Blair2020-07-191-1/+1
|\
| * fix a few typos in error messagesmoneromooo-monero2020-05-191-1/+1
* | Merge pull request #6536Alexander Blair2020-07-191-0/+29
|\ \
| * | db_lmdb: test for mmap support at init timemoneromooo-monero2020-05-161-0/+29
| |/
* | Merge pull request #6534Alexander Blair2020-07-191-0/+38
|\ \
| * | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-091-0/+38
| |/
* / Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
|/
* Merge pull request #6358luigi11112020-04-101-0/+98
|\
| * blockchain_db: faster fetching of consecutive txesmoneromooo-monero2020-02-271-0/+98
* | Merge pull request #6384luigi11112020-04-041-0/+1
|\ \
| * | db_lmdb: fix race crash using a stale cursormoneromooo-monero2020-03-121-0/+1
| |/
* / remove empty statementsInterchained2020-02-171-2/+2
|/
* Merge pull request #6140Alexander Blair2020-01-251-0/+42
|\
| * blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero2019-11-151-0/+42
* | Merge pull request #6157Alexander Blair2020-01-241-1/+9
|\ \
| * | db_lmdb: guard against non NUL terminated keysmoneromooo-monero2019-11-191-1/+9
| |/
* / Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-12/+36
|/
* db_lmdb: an empty prunable data record means the tx is not prunedmoneromooo-monero2019-10-171-2/+0
* monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-2/+4
* db_lmdb: print percentages as percentages, not ratiosmoneromooo-monero2019-09-041-1/+1
* Increase max_dbs from 20 to 32Howard Chu2019-08-181-1/+1
* Merge pull request #5524luigi11112019-07-241-0/+155
|\
| * blockchain: keep alternative blocks in LMDBmoneromooo-monero2019-05-081-0/+155
* | Merge pull request #5502luigi11112019-07-241-1/+1
|\ \
| * | add a few checks where it seems appropriatemoneromooo-monero2019-04-291-1/+1
| |/
* | db_lmdb: commit pruning txn at checkpointsmoneromooo-monero2019-06-151-1/+50
* | ensure no NULL is passed to memcpymoneromooo-monero2019-06-141-2/+2
* | fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-011-2/+2
|/
* blockchain_db: fix db txn ending too earlymoneromooo-monero2019-04-141-44/+32
* cryptonote: rework block blob size sanity checkmoneromooo-monero2019-04-051-0/+52
* Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-241-7/+152
* Merge pull request #5256Riccardo Spagni2019-03-211-0/+64
|\
| * blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero2019-03-081-0/+64
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* Merge pull request #5119Riccardo Spagni2019-03-051-5/+5
|\
| * db_lmdb: make mdb_block_info format conversion more future proofmoneromooo-monero2019-03-051-5/+5
* | save some database calls when getting top block hash and heightmoneromooo-monero2019-03-051-1/+3
* | Avoid repeated (de)serialization when syncingmoneromooo-monero2019-03-051-6/+7
* | db: speedup block additionmoneromooo-monero2019-03-051-11/+16
|/
* Merge pull request #5081Riccardo Spagni2019-03-041-3/+3
|\
| * db_lmdb: don't unnecessarily cast to double on the way to uint64_tmoneromooo-monero2019-01-191-3/+3
* | Merge pull request #5175Riccardo Spagni2019-03-041-0/+1
|\ \
| * | db_lmdb: fix missing mdb_dbi_close in migrationmoneromooo-monero2019-02-211-0/+1
* | | ArticMine's new block weight algorithmmoneromooo-monero2019-03-041-6/+207
|/ /
* / Pruningmoneromooo-monero2019-01-221-23/+379
|/
* blockchain_db: allow getting output keys without commitmentmoneromooo-monero2019-01-161-2/+3
* Merge pull request #4984Riccardo Spagni2019-01-161-21/+27
|\
| * blockchain_db: speedup tx output gatheringmoneromooo-monero2018-12-181-21/+27