aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_utilities/blockchain_import.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-08Merge pull request #5915luigi11111-6/+10
2019-09-27monerod can now sync from pruned blocksmoneromooo-monero1-6/+10
2019-09-24Merge pull request #5878luigi11111-68/+1
2019-09-16Removed Berkeley DB and db switching logicJesus Ramirez1-68/+1
2019-09-02Changed the use of boost:value_initialized for C++ list initializerJesus Ramirez1-1/+1
2019-04-07blockchain_import: error out if preparing to handle blocks failsmoneromooo-monero1-1/+5
2019-03-24Make difficulty 128 bit instead of 64 bitmoneromooo-monero1-2/+19
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-03-05core: avoid double parsing blocks after hohmoneromooo-monero1-2/+10
2019-03-05Avoid repeated (de)serialization when syncingmoneromooo-monero1-3/+3
2019-03-04ArticMine's new block weight algorithmmoneromooo-monero1-1/+2
2018-11-23remove some unused codemoneromooo-monero1-1/+1
2018-10-27blockchain_utilities: fix logs and cout output collidingmoneromooo-monero1-2/+2
2018-10-22blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon1-1/+7
2018-10-08Revert "Merge pull request #4472"Riccardo Spagni1-7/+1
2018-10-04blocks: use auto-generated .c files instead of 'LD -r -b binary'xiphon1-1/+7
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-3/+3
2018-07-10Merge pull request #4060Riccardo Spagni1-0/+1
2018-07-03blockchain_import: make sleep compile on WindowsiDunk54001-0/+1
2018-06-27Merge pull request #3716luigi11111-4/+4
2018-06-26replace std::list with std::vector on some hot pathsmoneromooo-monero1-4/+4
2018-06-07blockchain_import: warn+delay about using --dangerous-unverified-importmoneromooo-monero1-4/+16
2018-03-05Stagenetstoffu1-3/+8
2018-02-16options: remove testnet-* optionswhythat1-2/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-10Merge pull request #2997Riccardo Spagni1-2/+2
2017-12-23blockchain_import: more informative verification switchmoneromooo-monero1-2/+2
2017-12-18use const refs in for loops for non tiny typesmoneromooo-monero1-1/+1
2017-12-16move includes around to lessen overall loadmoneromooo-monero1-0/+1
2017-11-14Merge pull request #2736Riccardo Spagni1-7/+2
2017-11-14move cryptonote command line options to cryptonote_coremoneromooo-monero1-7/+2
2017-11-14remove "using namespace std" from headersmoneromooo-monero1-1/+1
2017-10-15Merge pull request #2589Riccardo Spagni1-5/+5
2017-10-15Merge pull request #2568Riccardo Spagni1-1/+1
2017-10-15Merge pull request #2567Riccardo Spagni1-3/+0
2017-10-15Merge pull request #2469Riccardo Spagni1-0/+20
2017-10-14Add tools::on_startup, and warn about glibc 2.25 bug if foundmoneromooo-monero1-1/+1
2017-10-06add a command_line function to check for defaulted optionsmoneromooo-monero1-5/+5
2017-10-03blockchain_import: remove a few commented out obsolete linesmoneromooo-monero1-3/+0
2017-09-18precomputed block hashes are now in blocks of N (currently 256)moneromooo-monero1-0/+20
2017-09-17Use actual batch size for resize estimatesHoward Chu1-19/+44
2017-09-02Merge pull request #2384Riccardo Spagni1-24/+24
2017-09-01blockchain_import: warn for chunks over 500000, not 100000moneromooo-monero1-2/+2
2017-09-01blockchain_import: properly cleanup core/db on exitmoneromooo-monero1-19/+9
2017-09-01blockchain_import: do not error out on truncated filesmoneromooo-monero1-3/+13
2017-08-29Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocksmoneromooo-monero1-1/+5
2017-08-20More DB support cleanupHoward Chu1-44/+2
2017-08-19DB cleanupHoward Chu1-69/+5
2017-08-07blockchain_import: much faster when verifying with cryptonote::coremoneromooo-monero1-152/+140
2017-05-25Move txpool to the databasemoneromooo-monero1-1/+1
2017-03-05blockchain_import: make --log-level understand categoriesmoneromooo-monero1-3/+6
2017-03-05blockchain_import: error out nicely on exceptionsmoneromooo-monero1-0/+4
2017-03-03Fix double-importHoward Chu1-8/+10
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-12tools: log to the correct filemoneromooo-monero1-1/+3
2017-02-12tools: set requested log levelmoneromooo-monero1-1/+2
2017-02-08extract some basic code from libcryptonote_core into libcryptonote_basickenshi841-1/+1
2017-01-16fixups in logging init calls, and add missing net context in a logmoneromooo-monero1-1/+1
2017-01-16Change logging to easylogging++moneromooo-monero1-55/+56
2017-01-15blockchain_import: fix build after tx_pool::add_tx changesmoneromooo-monero1-1/+1
2016-08-28remove original Cryptonote blockchain_storage blockchain formatmoneromooo-monero1-40/+0
2016-03-21Revert "Print stack trace upon exceptions"moneromooo-monero1-3/+3
2016-03-19Print stack trace upon exceptionsmoneromooo-monero1-3/+3
2016-02-22move g_test_dbg_lock_sleep from a global to a function level staticmoneromooo-monero1-2/+0
2016-02-17blockchain_import: Check bit width for more than just WIN32warptangent1-2/+2
2016-02-14blockchain_import: Build string for db type listwarptangent1-2/+15
2016-02-14blockchain_import: Add mode argument representing multiple DB flagswarptangent1-31/+82
2016-02-14blockchain_import: Support BerkeleyDBwarptangent1-20/+54
2016-02-14blockchain_import: Add database type argumentwarptangent1-2/+2
2016-02-14blockchain_import: Make LMDB-specific names generalwarptangent1-28/+28
2016-02-08blockchain_import: Get hard fork version from HardForkwarptangent1-4/+1
2016-02-08Move HardFork DB update to BlockchainDB::add_block()warptangent1-3/+0
2016-02-08blockchain_import: Add hard fork data for each block when verify mode is offwarptangent1-0/+3
2016-02-08blockchain_import: Add --drop-hard-fork commandwarptangent1-0/+11
2016-02-08blockchain_import: Add exception to log outputwarptangent1-1/+1
2016-01-29Fix V1/V2 use of hard fork related parametersmoneromooo-monero1-1/+7
2015-12-31update versionRiccardo Spagni1-1/+1
2015-12-31updated copyright yearRiccardo Spagni1-1/+1
2015-12-19Add missing semicolons after log statementsmoneromooo-monero1-1/+1
2015-11-21Merge pull request #493Riccardo Spagni1-0/+2
2015-11-21Fix startup crash when using a locale boost does not likemoneromooo-monero1-0/+2
2015-11-21Relay transactions when they linger too long in the poolmoneromooo-monero1-1/+1
2015-08-14blockchain_import: Add --input-file optionwarptangent1-1/+9
2015-08-14blockchain_import: Updates for naming consistencywarptangent1-15/+14
2015-07-11blockchain_utilities: Pass expected number of blocks when starting batchwarptangent1-2/+2
2015-05-16Support debugging command --pop-blocks on in-memory blockchainwarptangent1-9/+14
2015-05-15Rename "--block-number" option to "--block-stop"warptangent1-26/+21
2015-05-15Check if chunk size is zero instead of negativewarptangent1-2/+2
2015-05-08Rename src/blockchain_converter/ to src/blockchain_utilities/warptangent1-0/+770