summaryrefslogtreecommitdiff
path: root/src/blockchain_db
Commit message (Expand)AuthorAgeFilesLines
* rpc: limit the number of txes for get_blocks.binmoneromooo-monero2020-12-294-8/+16
* Avoid some temporary strings when reading off the databasemoneromooo-monero2020-08-175-44/+40
* Merge pull request #6354Alexander Blair2020-08-092-13/+35
|\
| * Add randomized delay when forwarding txes from i2p/tor -> ipv4/6Lee Clagett2020-05-152-13/+35
* | Merge pull request #6565Alexander Blair2020-07-191-1/+1
|\ \
| * | fix a few typos in error messagesmoneromooo-monero2020-05-191-1/+1
| |/
* | Merge pull request #6557Alexander Blair2020-07-191-2/+2
|\ \
| * | testdb: add override in a couple places where it's missingmoneromooo-monero2020-05-181-2/+2
| |/
* | Merge pull request #6536Alexander Blair2020-07-192-0/+30
|\ \
| * | db_lmdb: test for mmap support at init timemoneromooo-monero2020-05-162-0/+30
| |/
* | Merge pull request #6534Alexander Blair2020-07-194-0/+51
|\ \
| * | daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu2020-06-094-0/+51
| |/
* / Update copyright year to 2020SomaticFanatic2020-05-067-7/+7
|/
* Adding Dandelion++ support to public networks:Lee Clagett2020-03-262-5/+29
* Merge pull request #6358luigi11112020-04-104-0/+119
|\
| * blockchain_db: faster fetching of consecutive txesmoneromooo-monero2020-02-274-0/+119
* | Merge pull request #6384luigi11112020-04-041-0/+1
|\ \
| * | db_lmdb: fix race crash using a stale cursormoneromooo-monero2020-03-121-0/+1
| |/
* | Merge pull request #6339luigi11112020-04-041-2/+2
|\ \
| * | remove empty statementsInterchained2020-02-171-2/+2
| |/
* / core: move the LockedTXN class out of txpool so it may be reusedmoneromooo-monero2020-03-121-0/+53
|/
* Merge pull request #6140Alexander Blair2020-01-254-0/+60
|\
| * blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero2019-11-154-0/+60
* | Merge pull request #6157Alexander Blair2020-01-241-1/+9
|\ \
| * | db_lmdb: guard against non NUL terminated keysmoneromooo-monero2019-11-191-1/+9
| |/
* | Change to Tx diffusion (Dandelion++ fluff) instead of floodingLee Clagett2019-11-042-4/+4
* | Adding support for hidden (anonymity) txpoolLee Clagett2019-11-025-30/+171
|/
* db_lmdb: an empty prunable data record means the tx is not prunedmoneromooo-monero2019-10-171-2/+0
* Merge pull request #5915luigi11112019-10-082-3/+6
|\
| * monerod can now sync from pruned blocksmoneromooo-monero2019-09-272-3/+6
* | Merge pull request #5878luigi11112019-09-246-2852/+3
|\ \ | |/ |/|
| * Removed Berkeley DB and db switching logicJesus Ramirez2019-09-166-2852/+3
* | 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-244-1/+239
|\
| * blockchain: keep alternative blocks in LMDBmoneromooo-monero2019-05-084-1/+239
* | 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
* | core: do not commit half constructed batch db txnmoneromooo-monero2019-05-252-0/+16
* | fix wide difficulty conversion with some versions of boostmoneromooo-monero2019-05-011-2/+2
|/
* testdb: add override keyword where missingstoffu2019-04-173-132/+100
* blockchain_db: fix db txn ending too earlymoneromooo-monero2019-04-145-58/+98
* cryptonote: rework block blob size sanity checkmoneromooo-monero2019-04-054-0/+72
* Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-242-7/+155
* Merge pull request #5256Riccardo Spagni2019-03-214-0/+94
|\
| * blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero2019-03-084-0/+94
* | Update 2019 copyrightbinaryFate2019-03-059-9/+9
|/
* Merge pull request #5119Riccardo Spagni2019-03-051-5/+5
|\