aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_ancestry.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-281-0/+1
* Merge pull request #7355luigi11112021-02-181-2/+2
|\
| * Remove copies from foreach loops (thanks to Clang)Lee Clagett2021-01-281-2/+2
* | Remove unused variables in monero codebaseKevin Barbour2021-02-091-2/+0
|/
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* Removed Berkeley DB and db switching logicJesus Ramirez2019-09-161-21/+4
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* blockchain_ancestry: allow getting ancestry of a single outputmoneromooo-monero2019-01-161-229/+209
* blockchain_utilities: simplify getting block blob from heightmoneromooo-monero2018-10-221-8/+4
* blockchain_ancestry: faster and uses less memorymoneromooo-monero2018-07-301-50/+114
* blockchain_ancestry: add an incremental modemoneromooo-monero2018-07-301-25/+99
* blockchain_ancestry: finds all ancestors of a tx, block, or chainmoneromooo-monero2018-07-301-0/+634