summaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_import.cpp
Commit message (Expand)AuthorAgeFilesLines
* blockchain sync: reduce disk writes from 2 to 1 per txjeffro2562025-03-101-2/+5
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* blockchain_import: fix wrong reported block/tx hashes on errormoneromooo-monero2021-03-191-5/+11
* Remove unused variables in monero codebaseKevin Barbour2021-02-091-1/+1
* Allow setting start block on exportHoward Chu2020-10-181-5/+7
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
* Adding support for hidden (anonymity) txpoolLee Clagett2019-11-021-1/+1
* Merge pull request #5915luigi11112019-10-081-6/+10
|\
| * monerod can now sync from pruned blocksmoneromooo-monero2019-09-271-6/+10
* | Merge pull request #5878luigi11112019-09-241-68/+1
|\ \
| * | Removed Berkeley DB and db switching logicJesus Ramirez2019-09-161-68/+1
| |/
* / Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez2019-09-021-1/+1
|/
* blockchain_import: error out if preparing to handle blocks failsmoneromooo-monero2019-04-071-1/+5
* Make difficulty 128 bit instead of 64 bitmoneromooo-monero2019-03-241-2/+19
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
* core: avoid double parsing blocks after hohmoneromooo-monero2019-03-051-2/+10
* Avoid repeated (de)serialization when syncingmoneromooo-monero2019-03-051-3/+3
* ArticMine's new block weight algorithmmoneromooo-monero2019-03-041-1/+2
* remove some unused codemoneromooo-monero2018-11-231-1/+1
* blockchain_utilities: fix logs and cout output collidingmoneromooo-monero2018-10-271-2/+2
* blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-221-1/+7
* Revert "Merge pull request #4472"Riccardo Spagni2018-10-081-7/+1
* blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon2018-10-041-1/+7
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-3/+3
* Merge pull request #4060Riccardo Spagni2018-07-101-0/+1
|\
| * blockchain_import: make sleep compile on WindowsiDunk54002018-07-031-0/+1
* | Merge pull request #3716luigi11112018-06-271-4/+4
|\ \ | |/ |/|
| * replace std::list with std::vector on some hot pathsmoneromooo-monero2018-06-261-4/+4
* | blockchain_import: warn+delay about using --dangerous-unverified-importmoneromooo-monero2018-06-071-4/+16
|/
* Stagenetstoffu2018-03-051-3/+8
* options: remove testnet-* optionswhythat2018-02-161-2/+1
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
* Merge pull request #2997Riccardo Spagni2018-01-101-2/+2
|\
| * blockchain_import: more informative verification switchmoneromooo-monero2017-12-231-2/+2
* | use const refs in for loops for non tiny typesmoneromooo-monero2017-12-181-1/+1
|/
* move includes around to lessen overall loadmoneromooo-monero2017-12-161-0/+1
* Merge pull request #2736Riccardo Spagni2017-11-141-7/+2
|\
| * move cryptonote command line options to cryptonote_coremoneromooo-monero2017-11-141-7/+2
* | remove "using namespace std" from headersmoneromooo-monero2017-11-141-1/+1
|/
* Merge pull request #2589Riccardo Spagni2017-10-151-5/+5
|\
| * add a command_line function to check for defaulted optionsmoneromooo-monero2017-10-061-5/+5
* | Merge pull request #2568Riccardo Spagni2017-10-151-1/+1
|\ \
| * | Add tools::on_startup, and warn about glibc 2.25 bug if foundmoneromooo-monero2017-10-141-1/+1
| |/
* | Merge pull request #2567Riccardo Spagni2017-10-151-3/+0
|\ \
| * | blockchain_import: remove a few commented out obsolete linesmoneromooo-monero2017-10-031-3/+0
| |/
* | Merge pull request #2469Riccardo Spagni2017-10-151-0/+20
|\ \ | |/ |/|
| * precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero2017-09-181-0/+20
* | Use actual batch size for resize estimatesHoward Chu2017-09-171-19/+44
|/
* Merge pull request #2384Riccardo Spagni2017-09-021-24/+24
|\
| * blockchain_import: warn for chunks over 500000, not 100000moneromooo-monero2017-09-011-2/+2