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
...
*
blockchain: force a hardfork recalculation at load time
moneromooo-monero
2015-09-19
1
-0
/
+3
*
core: add consts where appropriate
moneromooo-monero
2015-09-19
1
-3
/
+3
*
core: moan when we think an update is needed to get latest hard fork info
moneromooo-monero
2015-09-13
1
-0
/
+5
*
blockchain: use the new hardfork class
moneromooo-monero
2015-09-12
1
-3
/
+23
*
blockchain: remove obsolete call to libc srand
moneromooo-monero
2015-08-24
1
-1
/
+0
*
removed some gcc warnings. mainly unused variables.
roman
2015-08-23
1
-3
/
+0
*
blockchain: mark two places where the new code differs from the old
moneromooo-monero
2015-08-15
1
-0
/
+3
*
blockchain: update cumulative size after block addition
moneromooo-monero
2015-08-15
1
-2
/
+2
*
blockchain: remove dead code
moneromooo-monero
2015-08-15
1
-1
/
+0
*
blockchain: do not try to add a tx the pool when it was nor taken out
moneromooo-monero
2015-08-15
1
-1
/
+4
*
blockchain: fix off by 1 in timestamp median calculations
moneromooo-monero
2015-08-15
1
-4
/
+2
*
blockchain: remove dead code
moneromooo-monero
2015-08-11
1
-56
/
+6
*
blockchain: factor get_num_outpouts(amount) calls
moneromooo-monero
2015-08-09
1
-3
/
+3
*
blockchain: always select random outs using triangular distribution
moneromooo-monero
2015-08-09
1
-1
/
+9
*
Merge pull request #343
Riccardo Spagni
2015-07-18
1
-1
/
+1
|
\
|
*
blockchain: fix testnet syncing (to not use blocks.dat)
moneromooo-monero
2015-07-18
1
-1
/
+1
*
|
Fixed threadpool bug when running on single core systems.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-17
1
-5
/
+8
|
/
*
Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-6
/
+42
*
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-1626
/
+2326
*
Update blockchain.cpp
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-1
/
+0
*
Experimental BDB workaround optimizations
NoodleDoodleNoodleDoodleNoodleDoodleNoo
2015-07-15
1
-1
/
+20
*
cleaning up, removing redundant files, renaming, fixing incorrect licenses
Riccardo Spagni
2015-05-31
1
-1
/
+1
*
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
[prev]
[next]