Commit Graph

264 Commits (master)

Author SHA1 Message Date
moneromooo-monero 9e82b694da
remove original Cryptonote blockchain_storage blockchain format
8 years ago
moneromooo-monero d7b681cd65
remove hf_starting_height db
8 years ago
moneromooo-monero c5f00bc751
cn_deserialize: add minergate data
8 years ago
moneromooo-monero 2470b20029
cn_deserialize: print extra nonce as hex data
8 years ago
moneromooo-monero a6e717ed30
cn_deserialize: deserialize tx_extra too
8 years ago
moneromooo-monero f7301c3563
Revert "Print stack trace upon exceptions"
8 years ago
moneromooo-monero fff238ec94
Print stack trace upon exceptions
8 years ago
Riccardo Spagni 8689014eda
switch default utilities DB to lmdb, update checkpoints.dat
8 years ago
Riccardo Spagni b96147030c
Merge pull request #705
8 years ago
warptangent f7ed167fc0
blockchain_utilities: Update documentation
8 years ago
warptangent 0485d17274
blockchain_export: Support BerkeleyDB
8 years ago
warptangent 41487e32be
blockchain_export: Move DB implementation includes
8 years ago
moneromooo-monero 5e3557d2c3
move g_test_dbg_lock_sleep from a global to a function level static
8 years ago
warptangent d258f6e63a
blockchain_import: Pass ARCH_WIDTH macro if 32-bit or not.
8 years ago
Riccardo Spagni 43fe8c4933
Merge pull request #674
8 years ago
Howard Chu 9218cad640 Fix cffc411c90
8 years ago
warptangent 05e7ac0360
blockchain_import: Check bit width for more than just WIN32
8 years ago
warptangent 27f76e2ee4
blockchain_import: Build string for db type list
8 years ago
warptangent 1aa8a9d26f
blockchain_import: Add mode argument representing multiple DB flags
8 years ago
warptangent cffc411c90
blockchain_import: Support BerkeleyDB
8 years ago
warptangent 19c1aaa9f6
blockchain_import: Add database type argument
8 years ago
warptangent 0fedce00d5
blockchain_import: Make LMDB-specific names general
8 years ago
moneromooo-monero 9ef57946a0
blockchain_utilities: remove unused num_blocks variable
8 years ago
warptangent b368e29f67
blockchain_import: Get hard fork version from HardFork
8 years ago
warptangent e02577f594
Move HardFork DB update to BlockchainDB::add_block()
8 years ago
warptangent 9d62c161a3
blockchain_import: Add hard fork data for each block when verify mode is off
8 years ago
warptangent 7006b2ebe1
blockchain_utilities: Have fake_core create HardFork object
8 years ago
warptangent f7e337e625
fake_core: Check if hard fork subdbs need reset at start
8 years ago
warptangent c657e772c4
blockchain_import: Add --drop-hard-fork command
8 years ago
warptangent 412243901d
blockchain_import: Add exception to log output
8 years ago
moneromooo-monero 3b1d7e03fc
Fix V1/V2 use of hard fork related parameters
9 years ago
Howard Chu 30f92f5630 Fix hf when import with verify off
9 years ago
Riccardo Spagni 5c71f5d13e
update version
9 years ago
Riccardo Spagni de03926850
updated copyright year
9 years ago
moneromooo-monero 3f2970fadb
Add missing semicolons after log statements
9 years ago
moneromooo-monero a3c5ca077c
blockchain_db: make the indexing base a BlockchainDB virtual function
9 years ago
moneromooo-monero a702118426
blockchain_dump: fix output key dump for BDB 1-based indices
9 years ago
moneromooo-monero 410c6cf3bd
cn_deserialize: a new tool to decode blocks and transactions
9 years ago
Riccardo Spagni 9276233b9e
Merge pull request #493
9 years ago
moneromooo-monero f3724aef88
Fix startup crash when using a locale boost does not like
9 years ago
moneromooo-monero 932994c0cb
Relay transactions when they linger too long in the pool
9 years ago
moneromooo-monero b1d0c8a049
blockchain_dump: fix build without berkeley db
9 years ago
moneromooo-monero bc110af0ee
blockchain_utilities: properly exit on error
9 years ago
moneromooo-monero 3e89df4150
Build fixes for the old blockchain_storage version
9 years ago
moneromooo-monero 43bca0d2f7
blockchain_utilities: new blockchain_dump diagnostic tool
9 years ago
moneromooo-monero b13e7f284b
blockchain_export can now export to a blocks.dat format
9 years ago
moneromooo-monero 11db442a6c
bootstrap_file: do not try to create a directory with an empty name
9 years ago
warptangent 471e8a3195
blockchain_import: Add --input-file option
9 years ago
warptangent 3ffda6eefb
blockchain_import: Updates for naming consistency
9 years ago
Riccardo Spagni b064bad315
Merge pull request #374
9 years ago
warptangent 97c5faa0b6
blockchain_export: Add --output-file argument
9 years ago
moneromooo-monero dde4dbb977
doc: hammer the fact that the raw file isn't blockchain.bin
9 years ago
Riccardo Spagni 9688e6fdd8
Merge pull request #334
9 years ago
warptangent f9e4afd52a
blockchain_utilities: Increase debug statement's log level
9 years ago
warptangent 699e4b3f65
blockchain_utilities: Pass expected number of blocks when starting batch
9 years ago
warptangent 6e170c8b78
Optionally allow DB to know expected number of blocks at batch transaction start
9 years ago
moneromooo-monero 369c7b32f8
blockchain_utilities/README.md: add workaround for resizing in batch mode
9 years ago
moneromooo-monero 26970c7e27 blockchain_utilities/README.md: add high level "what is this about"
9 years ago
Riccardo Spagni e01d32e52d
cleaning up, removing redundant files, renaming, fixing incorrect licenses
9 years ago
warptangent d1eac1b71c
Support debugging command --pop-blocks on in-memory blockchain
9 years ago
warptangent d35bffb950
Allow BlockchainLMDB to be opened in read-only mode
9 years ago
warptangent 73d3511412
Rename "--block-number" option to "--block-stop"
9 years ago
warptangent 2b2dbd887d
Check if chunk size is zero instead of negative
9 years ago
warptangent ac011b4312
Rename src/blockchain_converter/ to src/blockchain_utilities/
9 years ago