Age | Commit message (Expand) | Author | Files | Lines |
2023-01-29 | blockchain-stats: print any remaining data at end of loop | Howard Chu | 1 | -74/+83 |
2022-03-04 | Copyright: Update to 2022 | mj-xmr | 17 | -17/+18 |
2021-07-06 | Doc: Update blockchain stats with review comments | mj-xmr | 1 | -2/+4 |
2021-04-19 | add documentation for monero-blockchain-stats | donkeydonkey | 1 | -0/+54 |
2021-03-28 | Reduce compilation time of epee/portable_storage_template_helper.h | mj-xmr | 7 | -0/+8 |
2021-03-19 | blockchain_import: fix wrong reported block/tx hashes on error | moneromooo-monero | 1 | -5/+11 |
2021-02-09 | Remove unused variables in monero codebase | Kevin Barbour | 5 | -14/+2 |
2021-01-28 | Remove copies from foreach loops (thanks to Clang) | Lee Clagett | 1 | -2/+2 |
2021-01-23 | Improve cryptonote (block and tx) binary read performance | Lee Clagett | 1 | -3/+1 |
2020-10-18 | Allow setting start block on export | Howard Chu | 4 | -34/+69 |
2020-08-17 | replace most boost serialization with existing monero serialization | moneromooo-monero | 1 | -2/+0 |
2020-08-03 | Tweak format, add option for difficulty | Howard Chu | 1 | -11/+36 |
2020-08-01 | Add options to print daily coin emission and fees | Howard Chu | 1 | -0/+32 |
2020-08-01 | Don't forget size of prunable txn part | Howard Chu | 1 | -0/+2 |
2020-05-31 | Fix boost <1.60 compilation and fix boost 1.73+ warnings | Lee Clagett | 2 | -2/+0 |
2020-05-06 | Update copyright year to 2020 | SomaticFanatic | 16 | -16/+16 |
2019-11-04 | blockchain_stats: make it work on pruned blockchains | moneromooo-monero | 1 | -2/+2 |
2019-11-02 | Adding support for hidden (anonymity) txpool | Lee Clagett | 1 | -1/+1 |
2019-10-17 | utils: Increase max block size for import/export | Nathan Dorfman | 1 | -1/+1 |
2019-09-27 | monerod can now sync from pruned blocks | moneromooo-monero | 3 | -11/+23 |
2019-09-16 | Removed Berkeley DB and db switching logic | Jesus Ramirez | 9 | -236/+26 |
2019-09-02 | Changed the use of boost:value_initialized for C++ list initializer | Jesus Ramirez | 1 | -1/+1 |
2019-08-22 | blockchain_blackball: use is_output_spent instead of ringdb.blackballed for s... | stoffu | 1 | -1/+11 |
2019-08-22 | blockchain_blackball: add --historical-stat which prints historical stats of ... | stoffu | 1 | -2/+165 |
2019-05-24 | blockchain_export: allow exporting blocks.dat format from pruned | moneromooo-monero | 1 | -1/+1 |
2019-05-12 | Made code block usage consistent across all .md files | Rohaq | 1 | -1/+1 |
2019-04-29 | add a few checks where it seems appropriate | moneromooo-monero | 1 | -0/+1 |
2019-04-07 | blockchain_import: error out if preparing to handle blocks fails | moneromooo-monero | 1 | -1/+5 |
2019-04-01 | blockchain_stats: fix sign in formatting function | moneromooo-monero | 1 | -1/+1 |
2019-04-01 | Allow pruning before v10 | moneromooo-monero | 1 | -18/+0 |
2019-03-24 | Make difficulty 128 bit instead of 64 bit | moneromooo-monero | 4 | -9/+46 |
2019-03-05 | Update 2019 copyright | binaryFate | 16 | -16/+16 |
2019-03-05 | core: avoid double parsing blocks after hoh | moneromooo-monero | 1 | -2/+10 |
2019-03-05 | Avoid repeated (de)serialization when syncing | moneromooo-monero | 1 | -3/+3 |
2019-03-04 | ArticMine's new block weight algorithm | moneromooo-monero | 1 | -1/+2 |
2019-01-30 | blockchain_prune: don't prune before v10 | moneromooo-monero | 1 | -0/+18 |
2019-01-22 | Pruning | moneromooo-monero | 3 | -0/+702 |
2019-01-16 | blockchain_ancestry: allow getting ancestry of a single output | moneromooo-monero | 1 | -229/+209 |
2018-12-22 | blockchain_blackball: make log file name consistent with executable | stoffu | 1 | -1/+1 |
2018-11-27 | blockchain_prune_known_spent_data: blackball file is now optional | moneromooo-monero | 1 | -7/+44 |
2018-11-27 | Outputs where all amounts are known spent can now be pruned | moneromooo-monero | 2 | -0/+301 |
2018-11-24 | blockchain_blackball: spot when all outputs of an amount are spent | moneromooo-monero | 1 | -1/+95 |
2018-11-23 | remove some unused code | moneromooo-monero | 1 | -1/+1 |
2018-11-21 | blockchain_stats: don't use gmtime_r on Windows | moneromooo-monero | 1 | -1/+1 |
2018-10-27 | blockchain_utilities: fix logs and cout output colliding | moneromooo-monero | 2 | -4/+4 |
2018-10-23 | Add stats utility | Howard Chu | 2 | -0/+365 |
2018-10-22 | blockchain_utilities: simplify getting block blob from height | moneromooo-monero | 2 | -10/+5 |
2018-10-22 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 2 | -18/+10 |
2018-10-18 | Rename "blackball" for clarity | moneromooo-monero | 2 | -13/+13 |
2018-10-08 | Revert "Merge pull request #4472" | Riccardo Spagni | 2 | -10/+18 |
2018-10-08 | blockchain_blackball: fix stray ! | moneromooo-monero | 1 | -1/+1 |
2018-10-08 | blockchain_blackball: fix stats double counting | moneromooo-monero | 1 | -15/+18 |
2018-10-04 | blocks: use auto-generated .c files instead of 'LD -r -b binary' | xiphon | 2 | -18/+10 |
2018-09-29 | Merge pull request #4459 | Riccardo Spagni | 1 | -3/+5 |
2018-09-29 | Fix 32bit depends builds | TheCharlatan | 1 | -0/+2 |
2018-09-14 | blockchain_blackball: s/return false;/return 0;/ | moneromooo-monero | 1 | -1/+1 |
2018-09-14 | blockchain_blackball: use %zu for size_t | moneromooo-monero | 1 | -2/+2 |
2018-09-14 | blockchain_blackball: use mdb_size_t where appropriate | moneromooo-monero | 1 | -1/+1 |
2018-09-14 | blockchain_blackball: error out on fgets error | moneromooo-monero | 1 | -1/+5 |
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 3 | -7/+7 |
2018-09-10 | Add support for apple and arm building | TheCharlatan | 1 | -1/+3 |
2018-09-10 | blockchain_blackball: add --force-chain-reaction-pass flag | moneromooo-monero | 1 | -1/+4 |
2018-09-10 | record blackballs as amount/offset, and add export ability | moneromooo-monero | 1 | -42/+199 |
2018-09-09 | blockchain_blackball: more optimizations | moneromooo-monero | 1 | -45/+86 |
2018-09-09 | blockchain_blackball: do not process duplicate blockchains parts | moneromooo-monero | 1 | -0/+76 |
2018-09-09 | blockchain_blackball: make it clear secondary passes are not incremental | moneromooo-monero | 1 | -1/+12 |
2018-09-09 | blockchain_blackball: detect spent outputs by partial ring reuse | moneromooo-monero | 1 | -0/+35 |
2018-09-09 | blockchain_blackball: fix chain reaction phase in incremental mode | moneromooo-monero | 1 | -41/+35 |
2018-09-09 | blockchain_blackball: avoid false positives for different amounts | moneromooo-monero | 1 | -8/+12 |
2018-09-09 | blockchain_blackball: set transaction looping txn to read only | moneromooo-monero | 1 | -1/+1 |
2018-09-09 | blockchain_blackball: add stats | moneromooo-monero | 1 | -2/+94 |
2018-09-09 | blockchain_blackball: support pre-v2 databases | moneromooo-monero | 1 | -79/+123 |
2018-09-09 | blockchain_blackball: use LMDB for the cache | moneromooo-monero | 1 | -137/+561 |
2018-09-09 | ringdb: allow blackballing many outputs at once | moneromooo-monero | 1 | -4/+17 |
2018-08-09 | blockchain_blackball: use a bit less memory | moneromooo-monero | 1 | -4/+3 |
2018-08-07 | blockchain_depth: add average min depth | moneromooo-monero | 1 | -3/+7 |
2018-08-07 | blockchain_depth: get the average min depth of a set of txes | moneromooo-monero | 2 | -0/+379 |
2018-07-30 | blockchain_ancestry: faster and uses less memory | moneromooo-monero | 1 | -50/+114 |
2018-07-30 | blockchain_ancestry: add an incremental mode | moneromooo-monero | 1 | -25/+99 |
2018-07-30 | blockchain_ancestry: finds all ancestors of a tx, block, or chain | moneromooo-monero | 2 | -0/+666 |
2018-07-30 | blockchain_blackball: allow resumable interrupt with ^C | moneromooo-monero | 1 | -0/+13 |
2018-07-03 | blockchain_import: make sleep compile on Windows | iDunk5400 | 1 | -0/+1 |
2018-06-27 | blockchain_utilities: report file offset where a read error occurs | moneromooo-monero | 1 | -3/+3 |
2018-06-26 | replace std::list with std::vector on some hot paths | moneromooo-monero | 1 | -4/+4 |
2018-06-07 | blockchain_import: warn+delay about using --dangerous-unverified-import | moneromooo-monero | 1 | -4/+16 |
2018-06-04 | Fixes #3645: error on freebsd lambda return values forced to std::string | S | 1 | -1/+1 |
2018-05-30 | blockchain_blackball: also blackball N N-sized duplicate rings | moneromooo-monero | 1 | -5/+48 |
2018-05-30 | blockchain_blackball: add incremental mode | moneromooo-monero | 1 | -19/+102 |
2018-05-30 | blockchain_utilities: do not link against unneeded p2p lib | moneromooo-monero | 1 | -4/+0 |
2018-05-23 | db_lmdb: save pruned and prunable tx data separately | moneromooo-monero | 1 | -1/+1 |
2018-04-12 | blockchain_blackball: fix build with CLANG 5 | moneromooo-monero | 1 | -1/+2 |
2018-04-03 | blockchain_usage: don't divide by 0 when there is nothing to process | moneromooo-monero | 1 | -3/+10 |
2018-03-16 | ringdb: use the genesis block as a db name | moneromooo-monero | 1 | -1/+3 |
2018-03-16 | new blockchain_usage tool, reports on output usage | moneromooo-monero | 2 | -0/+289 |
2018-03-16 | wallet: make ringdb an object with database state | moneromooo-monero | 1 | -4/+6 |
2018-03-16 | blockchain_utilities: new blockchain_blackball tool | moneromooo-monero | 2 | -0/+460 |
2018-03-05 | Stagenet | stoffu | 2 | -5/+16 |
2018-02-16 | options: remove testnet-* options | whythat | 2 | -7/+3 |
2018-02-02 | blockchain_export: fix buffer overflow in exporter | moneromooo-monero | 1 | -1/+1 |
2018-01-26 | Update 2018 copyright | xmr-eric | 10 | -10/+10 |
2017-12-31 | Add misc hardening flags to the cmake machinery | moneromooo-monero | 1 | -2/+2 |
2017-12-23 | blockchain_import: more informative verification switch | moneromooo-monero | 1 | -2/+2 |
2017-12-18 | use const refs in for loops for non tiny types | moneromooo-monero | 1 | -1/+1 |
2017-12-16 | move includes around to lessen overall load | moneromooo-monero | 3 | -2/+5 |
2017-11-14 | move cryptonote command line options to cryptonote_core | moneromooo-monero | 2 | -17/+8 |
2017-11-14 | remove "using namespace std" from headers | moneromooo-monero | 3 | -5/+5 |
2017-11-08 | fix output_stream_header memory leak | MaxXor | 1 | -9/+8 |
2017-10-15 | blockchain_utilities: Add monero-blockchain-{ex,im}port binaries todev/beber/install | Bertrand Jacquin | 1 | -0/+2 |
2017-10-15 | Fix compiler warnings with Clang 6.0.0. | Vasil Dimov | 1 | -2/+2 |
2017-10-14 | Add tools::on_startup, and warn about glibc 2.25 bug if found | moneromooo-monero | 2 | -2/+2 |
2017-10-06 | add a command_line function to check for defaulted options | moneromooo-monero | 2 | -6/+6 |
2017-10-03 | blockchain_import: remove a few commented out obsolete lines | moneromooo-monero | 1 | -3/+0 |
2017-09-21 | build: auto update version info without manually deleting version.h | stoffu | 1 | -4/+2 |
2017-09-18 | precomputed block hashes are now in blocks of N (currently 256) | moneromooo-monero | 3 | -3/+32 |
2017-09-17 | Use actual batch size for resize estimates | Howard Chu | 3 | -56/+109 |
2017-09-01 | blockchain_import: warn for chunks over 500000, not 100000 | moneromooo-monero | 3 | -4/+5 |
2017-09-01 | blockchain_import: properly cleanup core/db on exit | moneromooo-monero | 1 | -19/+9 |
2017-09-01 | blockchain_import: do not error out on truncated files | moneromooo-monero | 1 | -3/+13 |
2017-08-29 | Fix blockchain_import wedge on exception in cleanup_handle_incoming_blocks | moneromooo-monero | 1 | -1/+5 |
2017-08-20 | More DB support cleanup | Howard Chu | 2 | -60/+4 |
2017-08-19 | DB cleanup | Howard Chu | 3 | -95/+8 |
2017-08-07 | blockchain_import: much faster when verifying with cryptonote::core | moneromooo-monero | 3 | -287/+152 |
2017-08-03 | cn_deserialize: move to new debug_utilities subdirectory | moneromooo-monero | 2 | -215/+0 |
2017-05-25 | Move txpool to the database | moneromooo-monero | 2 | -3/+3 |
2017-03-05 | blockchain_import: make --log-level understand categories | moneromooo-monero | 1 | -3/+6 |
2017-03-05 | blockchain_export: make --log-level understand categories | moneromooo-monero | 1 | -4/+6 |
2017-03-05 | blockchain_import: error out nicely on exceptions | moneromooo-monero | 1 | -0/+4 |
2017-03-05 | blockchain_export: error out nicely on exceptions | moneromooo-monero | 1 | -0/+5 |
2017-03-03 | Fix double-import | Howard Chu | 1 | -8/+10 |
2017-02-24 | blockchain_utilities: link against blockchain_db | moneromooo-monero | 1 | -0/+1 |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 12 | -12/+12 |
2017-02-12 | tools: log to the correct file | moneromooo-monero | 2 | -2/+6 |
2017-02-12 | tools: set requested log level | moneromooo-monero | 3 | -2/+4 |
2017-02-08 | extract some basic code from libcryptonote_core into libcryptonote_basic | kenshi84 | 5 | -8/+8 |
2017-01-16 | fixups in logging init calls, and add missing net context in a log | moneromooo-monero | 2 | -2/+2 |
2017-01-16 | Change logging to easylogging++ | moneromooo-monero | 6 | -104/+115 |
2017-01-15 | blockchain_import: fix build after tx_pool::add_tx changes | moneromooo-monero | 1 | -1/+1 |
2017-01-14 | Use batch transactions when syncing | Howard Chu | 1 | -2/+2 |
2016-12-13 | rename cn_deserialize | Riccardo Spagni | 1 | -1/+1 |
2016-10-30 | Revert "remove cn_deserialize" | moneromooo-monero | 2 | -0/+212 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -4/+4 |
2016-09-26 | Dropped "bit" from bitmonero. | Randi Joseph | 1 | -4/+4 |
2016-09-18 | cmake: transitive deps and remove deprecated LINK_* | redfish | 1 | -8/+16 |
2016-09-03 | fix nigglies, as pointed out by moneromooo-monero | Riccardo Spagni | 1 | -8/+3 |
2016-09-03 | fix blockchain utilities readme | Riccardo Spagni | 1 | -42/+15 |
2016-09-03 | remove blockchain_dump | Riccardo Spagni | 2 | -444/+0 |
2016-09-03 | rename blockchain utils | Riccardo Spagni | 1 | -3/+3 |
2016-09-03 | remove cn_deserialize | Riccardo Spagni | 2 | -217/+0 |
2016-08-28 | remove original Cryptonote blockchain_storage blockchain format | moneromooo-monero | 12 | -549/+7 |
2016-07-13 | remove hf_starting_height db | moneromooo-monero | 1 | -4/+0 |
2016-06-06 | cn_deserialize: add minergate data | moneromooo-monero | 1 | -0/+1 |
2016-06-06 | cn_deserialize: print extra nonce as hex data | moneromooo-monero | 1 | -1/+1 |
2016-05-01 | cn_deserialize: deserialize tx_extra too | moneromooo-monero | 1 | -0/+21 |
2016-04-05 | blockchain_utilities: Update documentation | warptangent | 1 | -4/+54 |
2016-03-21 | Revert "Print stack trace upon exceptions" | moneromooo-monero | 4 | -28/+28 |
2016-03-19 | Print stack trace upon exceptions | moneromooo-monero | 4 | -28/+28 |
2016-03-12 | switch default utilities DB to lmdb, update checkpoints.dat | Riccardo Spagni | 1 | -3/+6 |
2016-03-05 | blockchain_utilities: Update documentation | warptangent | 1 | -4/+54 |
2016-03-05 | blockchain_export: Support BerkeleyDB | warptangent | 1 | -4/+65 |
2016-03-05 | blockchain_export: Move DB implementation includes | warptangent | 2 | -2/+2 |
2016-02-22 | move g_test_dbg_lock_sleep from a global to a function level static | moneromooo-monero | 5 | -10/+0 |
2016-02-18 | blockchain_import: Pass ARCH_WIDTH macro if 32-bit or not. | warptangent | 1 | -4/+4 |
2016-02-17 | Fix cffc411c9025e1d28a8b6e32c53c83ba113d9204 | Howard Chu | 1 | -0/+2 |
2016-02-17 | blockchain_import: Check bit width for more than just WIN32 | warptangent | 3 | -4/+14 |
2016-02-14 | blockchain_import: Build string for db type list | warptangent | 1 | -2/+15 |
2016-02-14 | blockchain_import: Add mode argument representing multiple DB flags | warptangent | 1 | -31/+82 |
2016-02-14 | blockchain_import: Support BerkeleyDB | warptangent | 2 | -21/+67 |
2016-02-14 | blockchain_import: Add database type argument | warptangent | 2 | -4/+4 |
2016-02-14 | blockchain_import: Make LMDB-specific names general | warptangent | 2 | -33/+33 |
2016-02-08 | blockchain_utilities: remove unused num_blocks variable | moneromooo-monero | 1 | -2/+0 |
2016-02-08 | blockchain_import: Get hard fork version from HardFork | warptangent | 1 | -4/+1 |
2016-02-08 | Move HardFork DB update to BlockchainDB::add_block() | warptangent | 1 | -3/+0 |
2016-02-08 | blockchain_import: Add hard fork data for each block when verify mode is off | warptangent | 1 | -0/+3 |
2016-02-08 | blockchain_utilities: Have fake_core create HardFork object | warptangent | 1 | -1/+13 |
2016-02-08 | fake_core: Check if hard fork subdbs need reset at start | warptangent | 1 | -0/+3 |
2016-02-08 | blockchain_import: Add --drop-hard-fork command | warptangent | 1 | -0/+11 |
2016-02-08 | blockchain_import: Add exception to log output | warptangent | 1 | -1/+1 |
2016-01-29 | Fix V1/V2 use of hard fork related parameters | moneromooo-monero | 1 | -1/+7 |
2016-01-15 | Fix hf when import with verify off | Howard Chu | 1 | -0/+1 |
2015-12-31 | update version | Riccardo Spagni | 5 | -5/+5 |
2015-12-31 | updated copyright year | Riccardo Spagni | 14 | -14/+14 |
2015-12-19 | Add missing semicolons after log statements | moneromooo-monero | 2 | -2/+2 |
2015-12-05 | blockchain_db: make the indexing base a BlockchainDB virtual function | moneromooo-monero | 1 | -3/+1 |
2015-12-05 | blockchain_dump: fix output key dump for BDB 1-based indices | moneromooo-monero | 1 | -2/+5 |
2015-11-22 | cn_deserialize: a new tool to decode blocks and transactions | moneromooo-monero | 2 | -0/+196 |
2015-11-21 | Fix startup crash when using a locale boost does not like | moneromooo-monero | 3 | -0/+6 |
2015-11-21 | Relay transactions when they linger too long in the pool | moneromooo-monero | 1 | -1/+1 |
2015-10-30 | blockchain_dump: fix build without berkeley db | moneromooo-monero | 1 | -0/+4 |
2015-10-27 | blockchain_utilities: properly exit on error | moneromooo-monero | 2 | -7/+7 |
2015-10-26 | Build fixes for the old blockchain_storage version | moneromooo-monero | 1 | -2/+5 |
2015-10-25 | blockchain_utilities: new blockchain_dump diagnostic tool | moneromooo-monero | 2 | -0/+458 |
2015-10-17 | blockchain_export can now export to a blocks.dat format | moneromooo-monero | 6 | -20/+331 |
2015-10-17 | bootstrap_file: do not try to create a directory with an empty name | moneromooo-monero | 1 | -10/+13 |
2015-08-14 | blockchain_import: Add --input-file option | warptangent | 1 | -1/+9 |
2015-08-14 | blockchain_import: Updates for naming consistency | warptangent | 1 | -15/+14 |
2015-08-14 | blockchain_export: Add --output-file argument | warptangent | 3 | -16/+21 |
2015-08-14 | doc: hammer the fact that the raw file isn't blockchain.bin | moneromooo-monero | 1 | -1/+2 |
2015-07-11 | blockchain_utilities: Increase debug statement's log level | warptangent | 1 | -1/+1 |
2015-07-11 | blockchain_utilities: Pass expected number of blocks when starting batch | warptangent | 2 | -4/+4 |
2015-07-11 | Optionally allow DB to know expected number of blocks at batch transaction start | warptangent | 1 | -3/+3 |