aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/blockchain_db.h
Commit message (Expand)AuthorAgeFilesLines
* persist asset outputs and spent key imagescenobite pinhead90 min.1-0/+14
* persist experimental asset registry in LMDBcenobite pinhead2 hours1-0/+8
* Fix use of rtxn without a mdb_txn_safe wrapperHoward Chu2022-07-221-7/+9
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-291-3/+6
* Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-171-6/+6
* Merge pull request #6354Alexander Blair2020-08-091-2/+3
|\
| * Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett2020-05-151-2/+3
* | Merge pull request #6534Alexander Blair2020-07-191-0/+10
|\ \
| * | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-091-0/+10
| |/
* / Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
|/
* Adding Dandelion++ support to public networks:Lee Clagett2020-03-261-2/+6
* blockchain_db: faster fetching of consecutive txesmoneromooo-monero2020-02-271-0/+19
* Merge pull request #6140Alexander Blair2020-01-251-0/+16
|\
| * blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero2019-11-151-0/+16
* | Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-041-1/+1
* | Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-8/+41
|/
* Merge pull request #5915luigi11112019-10-081-1/+2
|\
| * monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-1/+2
* | Removed Berkeley DB and db switching logicJesus Ramirez2019-09-161-2/+1
|/
* Merge pull request #5524luigi11112019-07-241-1/+64
|\
| * blockchain: keep alternative blocks in LMDBmoneromooo-monero2019-05-081-1/+64
* | core: do not commit half constructed batch db txnmoneromooo-monero2019-05-251-0/+15
|/
* blockchain_db: fix db txn ending too earlymoneromooo-monero2019-04-141-3/+52
* cryptonote: rework block blob size sanity checkmoneromooo-monero2019-04-051-0/+14
* Merge pull request #5256Riccardo Spagni2019-03-211-0/+22
|\
| * blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero2019-03-081-0/+22
* | Update 2019 copyrightbinaryFate2019-03-051-1/+1
|/
* 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-4/+4
* ArticMine's new block weight algorithmmoneromooo-monero2019-03-041-1/+16
* Pruningmoneromooo-monero2019-01-221-0/+62
* blockchain_db: allow getting output keys without commitmentmoneromooo-monero2019-01-161-1/+1
* Merge pull request #4984Riccardo Spagni2019-01-161-1/+2
|\
| * blockchain_db: speedup tx output gatheringmoneromooo-monero2018-12-181-1/+2
* | Make get_output_key method constmoneroexamples2019-01-071-2/+2
|/
* Merge pull request #4901Riccardo Spagni2018-12-121-0/+7
|\
| * Outputs where all amounts are known spent can now be prunedmoneromooo-monero2018-11-271-0/+7
* | Merge pull request #4854Riccardo Spagni2018-12-041-1/+0
|\ \ | |/ |/|
| * Removed a lot of unnecessary includesMartijn Otto2018-11-151-1/+0
* | rpc: speedup get_outs.binmoneromooo-monero2018-11-261-2/+2
* | core: avoid unnecessary tx/blob conversionsmoneromooo-monero2018-11-011-1/+1
|/
* blockchain_db: initialize m_hardfork in ctor just in casemoneromooo-monero2018-10-161-1/+1
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-10/+10
* blockchain_db: remove unused get_output_key variantmoneromooo-monero2018-07-301-17/+0
* Merge pull request #4013luigi11112018-07-191-0/+7
|\
| * rpc: add blockchain disk size to getinfomoneromooo-monero2018-06-201-0/+7
* | Merge pull request #3981luigi11112018-07-191-0/+15
|\ \
| * | db: store cumulative rct output distribution in the db for speedmoneromooo-monero2018-07-131-0/+15
* | | Merge pull request #3854luigi11112018-07-191-0/+14
|\ \ \ | |/ / |/| |