aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_ancestry.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System12 hours1-1/+1
|
* blockchain_utilities: fix --data-dir optionjeffro2562026-04-221-3/+2
|
* 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
|\ | | | | | | | | bd12984 Remove copies from foreach loops (thanks to Clang) (Lee Clagett) 1572df9 Removing unused namespace alias (Lee Clagett)
| * 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
|/ | | | | | | | | | | There are quite a few variables in the code that are no longer (or perhaps never were) in use. These were discovered by enabling compiler warnings for unused variables and cleaning them up. In most cases where the unused variables were the result of a function call the call was left but the variable assignment removed, unless it was obvious that it was a simple getter with no side effects.
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* 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
| | | | | | This involved a reorg of the code, to factor and speedup some bits, as well as using the cache for all modes, and making both modes usable in the same run.
* 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