summaryrefslogtreecommitdiff
path: root/src/blockchain_utilities
Commit message (Expand)AuthorAgeFilesLines
* blockchain sync: reduce disk writes from 2 to 1 per txjeffro2562025-03-101-2/+5
* blockchain-stats: print any remaining data at end of loopHoward Chu2023-01-291-74/+83
* Copyright: Update to 2022mj-xmr2022-03-0417-17/+18
* Doc: Update blockchain stats with review commentsmj-xmr2021-07-061-2/+4
* Merge pull request #7672luigi11112021-06-241-0/+54
|\
| * add documentation for monero-blockchain-statsdonkeydonkey2021-04-191-0/+54
* | Merge pull request #7611luigi11112021-06-241-5/+11
|\ \
| * | blockchain_import: fix wrong reported block/tx hashes on errormoneromooo-monero2021-03-191-5/+11
* | | Improve cryptonote (block and tx) binary read performanceLee Clagett2021-01-231-3/+1
| |/ |/|
* | Reduce compilation time of epee/portable_storage_template_helper.hmj-xmr2021-03-287-0/+8
|/
* 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-095-14/+2
|/
* Allow setting start block on exportHoward Chu2020-10-184-34/+69
* replace most boost serialization with existing monero serializationmoneromooo-monero2020-08-171-2/+0
* Tweak format, add option for difficultyHoward Chu2020-08-031-11/+36
* Add options to print daily coin emission and feesHoward Chu2020-08-011-0/+32
* Don't forget size of prunable txn partHoward Chu2020-08-011-0/+2
* Merge pull request #6512Alexander Blair2020-07-1916-16/+16
|\
| * Update copyright year to 2020SomaticFanatic2020-05-0616-16/+16
* | Fix boost <1.60 compilation and fix boost 1.73+ warningsLee Clagett2020-05-312-2/+0
|/
* Merge pull request #6094Alexander Blair2020-02-061-2/+2
|\
| * blockchain_stats: make it work on pruned blockchainsmoneromooo-monero2019-11-041-2/+2
* | Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-1/+1
|/
* utils: Increase max block size for import/exportNathan Dorfman2019-10-171-1/+1
* Merge pull request #5915luigi11112019-10-083-11/+23
|\
| * monerod can now sync from pruned blocksmoneromooo-monero2019-09-273-11/+23
* | Merge pull request #5878luigi11112019-09-249-236/+26
|\ \
| * | Removed Berkeley DB and db switching logicJesus Ramirez2019-09-169-236/+26
* | | Merge pull request #5877luigi11112019-09-241-1/+1
|\ \ \ | |_|/ |/| |
| * | Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-1/+1
| |/
* | blockchain_blackball: use is_output_spent instead of ringdb.blackballed for s...stoffu2019-08-221-1/+11
* | blockchain_blackball: add --historical-stat which prints historical stats of ...stoffu2019-08-221-2/+165
|/
* Merge pull request #5574luigi11112019-07-241-1/+1
|\
| * blockchain_export: allow exporting blocks.dat format from prunedmoneromooo-monero2019-05-241-1/+1
* | Merge pull request #5502luigi11112019-07-241-0/+1
|\ \ | |/ |/|
| * add a few checks where it seems appropriatemoneromooo-monero2019-04-291-0/+1
* | Made code block usage consistent across all .md filesRohaq2019-05-121-1/+1
|/
* Merge pull request #5406Riccardo Spagni2019-04-161-1/+5
|\
| * blockchain_import: error out if preparing to handle blocks failsmoneromooo-monero2019-04-071-1/+5
* | Merge pull request #5380Riccardo Spagni2019-04-111-1/+1
|\ \
| * | blockchain_stats: fix sign in formatting functionmoneromooo-monero2019-04-011-1/+1
| |/
* | Merge pull request #5378Riccardo Spagni2019-04-111-18/+0
|\ \ | |/ |/|
| * Allow pruning before v10moneromooo-monero2019-04-011-18/+0
* | Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-244-9/+46
|/
* Update 2019 copyrightbinaryFate2019-03-0516-16/+16
* core: avoid double parsing blocks after hohmoneromooo-monero2019-03-051-2/+10
* Avoid repeated (de)serialization when syncingmoneromooo-monero2019-03-051-3/+3
* Merge pull request #5108Riccardo Spagni2019-03-041-0/+18
|\
| * blockchain_prune: don't prune before v10moneromooo-monero2019-01-301-0/+18