aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_ancestry.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-01blockchain_and_pool: move to crytonote_core and enforce its usagejeffro2561-4/+0
2023-06-30Avoid nullptr dereference when constructing Blockchain and tx_memory_poollukas1-5/+4
2023-01-16Copyright: Update to 2023mj-xmr1-1/+1
2022-03-04Copyright: Update to 2022mj-xmr1-1/+1
2021-03-28Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr1-0/+1
2021-02-18Merge pull request #7355luigi11111-2/+2
2021-02-09Remove unused variables in monero codebaseKevin Barbour1-2/+0
2021-01-28Remove copies from foreach loops (thanks to Clang)Lee Clagett1-2/+2
2020-05-06Update copyright year to 2020SomaticFanatic1-1/+1
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-21/+4
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-01-16blockchain_ancestry: allow getting ancestry of a single outputmoneromooo-monero1-229/+209
2018-10-22blockchain_utilities: simplify getting block blob from heightmoneromooo-monero1-8/+4
2018-07-30blockchain_ancestry: faster and uses less memorymoneromooo-monero1-50/+114
2018-07-30blockchain_ancestry: add an incremental modemoneromooo-monero1-25/+99
2018-07-30blockchain_ancestry: finds all ancestors of a tx, block, or chainmoneromooo-monero1-0/+634