aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/blockchain.cpp (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-25Steps toward multiple dbs available -- workingThomas Winget1-31/+10
2015-03-16Add support for database open with flagswarptangent1-2/+2
2015-03-13BlockchainDB implementations have names nowThomas Winget1-2/+3
2015-03-06Moved BlockchainDB into its own src/ subfolderThomas Winget1-2/+2
2015-02-23Move LMDB storage to subfolderwarptangent1-1/+2
2015-02-23Blockchain: match original function declaration from blockchain_storagewarptangent1-1/+1
2015-02-22Fix Blockchain::get_tail_id() to set parameter to last block number instead o...warptangent1-1/+1
2015-02-01Blockchain: reflect log updates from blockchain_storagewarptangent1-7/+7
2015-02-01Blockchain: reflect log and assert updates from blockchain_storagewarptangent1-37/+38
2015-02-01Blockchain: reflect log level of blockchain_storagewarptangent1-8/+8
2015-02-01Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_...warptangent1-0/+2
2015-02-01Update recently added log statement to fix possible null dereferencewarptangent1-1/+5
2015-01-19Should fix std::min issues related to size_tThomas Winget1-2/+2
2015-01-14Remove code previously made unused and marked unusedwarptangent1-18/+0
2015-01-11Fix height assertion in Blockchain::handle_alternative_block()warptangent1-1/+1
2015-01-11Fix comparison between main and alternate chain's cumulativewarptangent1-2/+10
2015-01-11Remove a have_block() check so alternate block can be processedwarptangent1-7/+27
2015-01-11Use block index when obtaining block's difficulty for log statementwarptangent1-2/+2
2015-01-09Fix transfers to support mixinswarptangent1-1/+1
2015-01-09Fix transfers (without mixins)warptangent1-1/+2
2015-01-09Fixes segfault in Blockchain::handle_alternative_blockThomas Winget1-6/+8
2015-01-04Obtain tx hash and tx output index from amount and output offsetwarptangent1-1/+1
2015-01-04Fixes a bug with getting output metadata from BlockchainDBThomas Winget1-1/+1
2015-01-04blockchain: do not append "testnet" to the data directorymoneromooo-monero1-6/+0
2015-01-04blockchain: fix wallet syncing from scratchmoneromooo-monero1-1/+2
2015-01-04blockchain: add consts where appropriatemoneromooo-monero1-43/+43
2015-01-04extraneous semicolon in Blockchain::complete_timestamps_vectorThomas Winget1-1/+1
2015-01-04more blockchain height-related fixes, syncing other nodes code this timeThomas Winget1-4/+4
2015-01-04add new checkpointing behavior to Blockchain classThomas Winget1-1/+74
2015-01-04moar bug fixes, removed debug printsThomas Winget1-5/+4
2015-01-04BlockchainLMDB seems to be working*!Thomas Winget1-74/+91
2015-01-04some bug fixes, but still needs workThomas Winget1-25/+29
2015-01-04Minor bug fixes and debug printsThomas Winget1-6/+66
2015-01-04minor fixes to Blockchain.cppThomas Winget1-2/+6
2015-01-04Integrate BlockchainDB into cryptonote_coreThomas Winget1-7/+32
2015-01-04Initial commit of BlockchainDB tests, other miscThomas Winget1-1/+6
2015-01-04update new blockchain to build with new changesThomas Winget1-9/+31
2015-01-04stupid past me, fixing typos and shit...Thomas Winget1-21/+21
2015-01-04import of BlockchainDB filesThomas Winget1-0/+2137