aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/testdb.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09daemon: guard against rare 'difficulty drift' bug with checkpoints and recalc...stoffu1-0/+1
2020-05-18testdb: add override in a couple places where it's missingmoneromooo-monero1-2/+2
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2020-02-27blockchain_db: faster fetching of consecutive txesmoneromooo-monero1-0/+1
2019-11-15blockchain: speedup fetching pruned contiguous tx blobsmoneromooo-monero1-0/+1
2019-11-02Adding support for hidden (anonymity) txpoolLee Clagett1-5/+5
2019-05-25core: do not commit half constructed batch db txnmoneromooo-monero1-0/+1
2019-05-08blockchain: keep alternative blocks in LMDBmoneromooo-monero1-0/+7
2019-04-17testdb: add override keyword where missingstoffu1-101/+100
2019-04-14blockchain_db: fix db txn ending too earlymoneromooo-monero1-3/+7
2019-04-05cryptonote: rework block blob size sanity checkmoneromooo-monero1-0/+3
2019-03-08blockchain: speed up getting N blocks weights/long term weightsmoneromooo-monero1-0/+2
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05save some database calls when getting top block hash and heightmoneromooo-monero1-1/+1
2019-03-05Avoid repeated (de)serialization when syncingmoneromooo-monero1-1/+1
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-2/+7
2019-01-16blockchain_db: allow getting output keys without commitmentmoneromooo-monero1-1/+1
2019-01-07Make get_output_key method constmoneroexamples1-2/+2
2018-12-18blockchain_db: speedup tx output gatheringmoneromooo-monero1-1/+1
2018-11-27Outputs where all amounts are known spent can now be prunedmoneromooo-monero1-0/+1
2018-11-26rpc: speedup get_outs.binmoneromooo-monero1-1/+1
2018-11-16tests: add unit tests for get_output_distributionmoneromooo-monero1-0/+146