index
:
monzero-core.git
main
Monzero core node, command-line wallet, consensus code, and release tooling.
www-data
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_core
/
blockchain.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Steps toward multiple dbs available -- working
Thomas Winget
2015-03-25
1
-31
/
+10
*
Add support for database open with flags
warptangent
2015-03-16
1
-2
/
+2
*
BlockchainDB implementations have names now
Thomas Winget
2015-03-13
1
-2
/
+3
*
Moved BlockchainDB into its own src/ subfolder
Thomas Winget
2015-03-06
1
-2
/
+2
*
Move LMDB storage to subfolder
warptangent
2015-02-23
1
-1
/
+2
*
Blockchain: match original function declaration from blockchain_storage
warptangent
2015-02-23
1
-1
/
+1
*
Fix Blockchain::get_tail_id() to set parameter to last block number instead o...
warptangent
2015-02-22
1
-1
/
+1
*
Blockchain: reflect log updates from blockchain_storage
warptangent
2015-02-01
1
-7
/
+7
*
Blockchain: reflect log and assert updates from blockchain_storage
warptangent
2015-02-01
1
-37
/
+38
*
Blockchain: reflect log level of blockchain_storage
warptangent
2015-02-01
1
-8
/
+8
*
Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_...
warptangent
2015-02-01
1
-0
/
+2
*
Update recently added log statement to fix possible null dereference
warptangent
2015-02-01
1
-1
/
+5
*
Should fix std::min issues related to size_t
Thomas Winget
2015-01-19
1
-2
/
+2
*
Remove code previously made unused and marked unused
warptangent
2015-01-14
1
-18
/
+0
*
Fix height assertion in Blockchain::handle_alternative_block()
warptangent
2015-01-11
1
-1
/
+1
*
Fix comparison between main and alternate chain's cumulative
warptangent
2015-01-11
1
-2
/
+10
*
Remove a have_block() check so alternate block can be processed
warptangent
2015-01-11
1
-7
/
+27
*
Use block index when obtaining block's difficulty for log statement
warptangent
2015-01-11
1
-2
/
+2
*
Fix transfers to support mixins
warptangent
2015-01-09
1
-1
/
+1
*
Fix transfers (without mixins)
warptangent
2015-01-09
1
-1
/
+2
*
Fixes segfault in Blockchain::handle_alternative_block
Thomas Winget
2015-01-09
1
-6
/
+8
*
Obtain tx hash and tx output index from amount and output offset
warptangent
2015-01-04
1
-1
/
+1
*
Fixes a bug with getting output metadata from BlockchainDB
Thomas Winget
2015-01-04
1
-1
/
+1
*
blockchain: do not append "testnet" to the data directory
moneromooo-monero
2015-01-04
1
-6
/
+0
*
blockchain: fix wallet syncing from scratch
moneromooo-monero
2015-01-04
1
-1
/
+2
*
blockchain: add consts where appropriate
moneromooo-monero
2015-01-04
1
-43
/
+43
*
extraneous semicolon in Blockchain::complete_timestamps_vector
Thomas Winget
2015-01-04
1
-1
/
+1
*
more blockchain height-related fixes, syncing other nodes code this time
Thomas Winget
2015-01-04
1
-4
/
+4
*
add new checkpointing behavior to Blockchain class
Thomas Winget
2015-01-04
1
-1
/
+74
*
moar bug fixes, removed debug prints
Thomas Winget
2015-01-04
1
-5
/
+4
*
BlockchainLMDB seems to be working*!
Thomas Winget
2015-01-04
1
-74
/
+91
*
some bug fixes, but still needs work
Thomas Winget
2015-01-04
1
-25
/
+29
*
Minor bug fixes and debug prints
Thomas Winget
2015-01-04
1
-6
/
+66
*
minor fixes to Blockchain.cpp
Thomas Winget
2015-01-04
1
-2
/
+6
*
Integrate BlockchainDB into cryptonote_core
Thomas Winget
2015-01-04
1
-7
/
+32
*
Initial commit of BlockchainDB tests, other misc
Thomas Winget
2015-01-04
1
-1
/
+6
*
update new blockchain to build with new changes
Thomas Winget
2015-01-04
1
-9
/
+31
*
stupid past me, fixing typos and shit...
Thomas Winget
2015-01-04
1
-21
/
+21
*
import of BlockchainDB files
Thomas Winget
2015-01-04
1
-0
/
+2137