aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_usage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Establish Monzero Phase 0 and inactive assets baselinemonzero-phase0-assets-prototype-20260815Monzero Build System6 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
|
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-2/+1
| | | | | | | | | | | 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
|
* Merge pull request #3543luigi11112018-05-311-3/+10
|\ | | | | | | 6fc97c9 blockchain_usage: don't divide by 0 when there is nothing to process (moneromooo-monero)
| * blockchain_usage: don't divide by 0 when there is nothing to processmoneromooo-monero2018-04-031-3/+10
| | | | | | | | Coverity 184942
* | db_lmdb: save pruned and prunable tx data separatelymoneromooo-monero2018-05-231-1/+1
|/ | | | This bumps DB version to 2, migration code will run for v1 DBs
* new blockchain_usage tool, reports on output usagemoneromooo-monero2018-03-161-0/+256