aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp
Commit message (Expand)AuthorAgeFilesLines
* Steps toward multiple dbs available -- workingThomas Winget2015-03-251-31/+10
* Add support for database open with flagswarptangent2015-03-161-2/+2
* BlockchainDB implementations have names nowThomas Winget2015-03-131-2/+3
* Moved BlockchainDB into its own src/ subfolderThomas Winget2015-03-061-2/+2
* Move LMDB storage to subfolderwarptangent2015-02-231-1/+2
* Blockchain: match original function declaration from blockchain_storagewarptangent2015-02-231-1/+1
* Fix Blockchain::get_tail_id() to set parameter to last block number instead o...warptangent2015-02-221-1/+1
* Blockchain: reflect log updates from blockchain_storagewarptangent2015-02-011-7/+7
* Blockchain: reflect log and assert updates from blockchain_storagewarptangent2015-02-011-37/+38
* Blockchain: reflect log level of blockchain_storagewarptangent2015-02-011-8/+8
* Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_...warptangent2015-02-011-0/+2
* Update recently added log statement to fix possible null dereferencewarptangent2015-02-011-1/+5
* Should fix std::min issues related to size_tThomas Winget2015-01-191-2/+2
* Remove code previously made unused and marked unusedwarptangent2015-01-141-18/+0
* Fix height assertion in Blockchain::handle_alternative_block()warptangent2015-01-111-1/+1
* Fix comparison between main and alternate chain's cumulativewarptangent2015-01-111-2/+10
* Remove a have_block() check so alternate block can be processedwarptangent2015-01-111-7/+27
* Use block index when obtaining block's difficulty for log statementwarptangent2015-01-111-2/+2
* Fix transfers to support mixinswarptangent2015-01-091-1/+1
* Fix transfers (without mixins)warptangent2015-01-091-1/+2
* Fixes segfault in Blockchain::handle_alternative_blockThomas Winget2015-01-091-6/+8
* Obtain tx hash and tx output index from amount and output offsetwarptangent2015-01-041-1/+1
* Fixes a bug with getting output metadata from BlockchainDBThomas Winget2015-01-041-1/+1
* blockchain: do not append "testnet" to the data directorymoneromooo-monero2015-01-041-6/+0
* blockchain: fix wallet syncing from scratchmoneromooo-monero2015-01-041-1/+2
* blockchain: add consts where appropriatemoneromooo-monero2015-01-041-43/+43
* extraneous semicolon in Blockchain::complete_timestamps_vectorThomas Winget2015-01-041-1/+1
* more blockchain height-related fixes, syncing other nodes code this timeThomas Winget2015-01-041-4/+4
* add new checkpointing behavior to Blockchain classThomas Winget2015-01-041-1/+74
* moar bug fixes, removed debug printsThomas Winget2015-01-041-5/+4
* BlockchainLMDB seems to be working*!Thomas Winget2015-01-041-74/+91
* some bug fixes, but still needs workThomas Winget2015-01-041-25/+29
* Minor bug fixes and debug printsThomas Winget2015-01-041-6/+66
* minor fixes to Blockchain.cppThomas Winget2015-01-041-2/+6
* Integrate BlockchainDB into cryptonote_coreThomas Winget2015-01-041-7/+32
* Initial commit of BlockchainDB tests, other miscThomas Winget2015-01-041-1/+6
* update new blockchain to build with new changesThomas Winget2015-01-041-9/+31
* stupid past me, fixing typos and shit...Thomas Winget2015-01-041-21/+21
* import of BlockchainDB filesThomas Winget2015-01-041-0/+2137