index
:
monero.git
dev/beber/boost-1.81.0
dev/beber/install
dev/beber/ipv4
dev/beber/ipv6
dev/beber/pgm
dev/beber/ssl
dev/beber/trezor
master
v0.14.0.2
v0.14.1.0
v0.14.1.2
v0.15.0.0
v0.15.0.1
v0.15.0.5
v0.16.0.0
v0.17.0.0
v0.17.0.1
v0.17.1.0
v0.17.1.1
v0.17.2.0
v0.17.2.3
v0.17.3.2
v0.18.0.0
v0.18.1.2
Monero: the secure, private, untraceable cryptocurrency
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cryptonote_core
/
blockchain.cpp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-20
hardfork: most state now saved to the DB
moneromooo-monero
1
-13
/
+28
2015-09-19
Add an RPC call and daemon command to get info on hard fork voting
moneromooo-monero
1
-1
/
+6
2015-09-19
blockchain: force a hardfork recalculation at load time
moneromooo-monero
1
-0
/
+3
2015-09-19
core: add consts where appropriate
moneromooo-monero
1
-3
/
+3
2015-09-13
core: moan when we think an update is needed to get latest hard fork info
moneromooo-monero
1
-0
/
+5
2015-09-12
blockchain: use the new hardfork class
moneromooo-monero
1
-3
/
+23
2015-08-24
blockchain: remove obsolete call to libc srand
moneromooo-monero
1
-1
/
+0
2015-08-23
removed some gcc warnings. mainly unused variables.
roman
1
-3
/
+0
2015-08-15
blockchain: mark two places where the new code differs from the old
moneromooo-monero
1
-0
/
+3
2015-08-15
blockchain: update cumulative size after block addition
moneromooo-monero
1
-2
/
+2
2015-08-15
blockchain: remove dead code
moneromooo-monero
1
-1
/
+0
2015-08-15
blockchain: do not try to add a tx the pool when it was nor taken out
moneromooo-monero
1
-1
/
+4
2015-08-15
blockchain: fix off by 1 in timestamp median calculations
moneromooo-monero
1
-4
/
+2
2015-08-11
blockchain: remove dead code
moneromooo-monero
1
-56
/
+6
2015-08-09
blockchain: factor get_num_outpouts(amount) calls
moneromooo-monero
1
-3
/
+3
2015-08-09
blockchain: always select random outs using triangular distribution
moneromooo-monero
1
-1
/
+9
2015-07-18
Merge pull request #343
Riccardo Spagni
1
-1
/
+1
2015-07-18
blockchain: fix testnet syncing (to not use blocks.dat)
moneromooo-monero
1
-1
/
+1
2015-07-17
Fixed threadpool bug when running on single core systems.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-5
/
+8
2015-07-15
Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-6
/
+42
2015-07-15
** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-1663
/
+2363
2015-07-15
Update blockchain.cpp
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-1
/
+0
2015-07-15
Experimental BDB workaround optimizations
NoodleDoodleNoodleDoodleNoodleDoodleNoo
1
-1
/
+20
2015-05-31
cleaning up, removing redundant files, renaming, fixing incorrect licenses
Riccardo Spagni
1
-1
/
+1
2015-03-25
Steps toward multiple dbs available -- working
Thomas Winget
1
-31
/
+10
2015-03-16
Add support for database open with flags
warptangent
1
-2
/
+2
2015-03-13
BlockchainDB implementations have names now
Thomas Winget
1
-2
/
+3
2015-03-06
Moved BlockchainDB into its own src/ subfolder
Thomas Winget
1
-2
/
+2
2015-02-23
Move LMDB storage to subfolder
warptangent
1
-1
/
+2
2015-02-23
Blockchain: match original function declaration from blockchain_storage
warptangent
1
-1
/
+1
2015-02-22
Fix Blockchain::get_tail_id() to set parameter to last block number instead o...
warptangent
1
-1
/
+1
2015-02-01
Blockchain: reflect log updates from blockchain_storage
warptangent
1
-7
/
+7
2015-02-01
Blockchain: reflect log and assert updates from blockchain_storage
warptangent
1
-37
/
+38
2015-02-01
Blockchain: reflect log level of blockchain_storage
warptangent
1
-8
/
+8
2015-02-01
Blockchain: reflect assert behavior of blockchain_storage for get_tx_outputs_...
warptangent
1
-0
/
+2
2015-02-01
Update recently added log statement to fix possible null dereference
warptangent
1
-1
/
+5
2015-01-19
Should fix std::min issues related to size_t
Thomas Winget
1
-2
/
+2
2015-01-14
Remove code previously made unused and marked unused
warptangent
1
-18
/
+0
2015-01-11
Fix height assertion in Blockchain::handle_alternative_block()
warptangent
1
-1
/
+1
2015-01-11
Fix comparison between main and alternate chain's cumulative
warptangent
1
-2
/
+10
2015-01-11
Remove a have_block() check so alternate block can be processed
warptangent
1
-7
/
+27
2015-01-11
Use block index when obtaining block's difficulty for log statement
warptangent
1
-2
/
+2
2015-01-09
Fix transfers to support mixins
warptangent
1
-1
/
+1
2015-01-09
Fix transfers (without mixins)
warptangent
1
-1
/
+2
2015-01-09
Fixes segfault in Blockchain::handle_alternative_block
Thomas Winget
1
-6
/
+8
2015-01-04
Obtain tx hash and tx output index from amount and output offset
warptangent
1
-1
/
+1
2015-01-04
Fixes a bug with getting output metadata from BlockchainDB
Thomas Winget
1
-1
/
+1
2015-01-04
blockchain: do not append "testnet" to the data directory
moneromooo-monero
1
-6
/
+0
2015-01-04
blockchain: fix wallet syncing from scratch
moneromooo-monero
1
-1
/
+2
2015-01-04
blockchain: add consts where appropriate
moneromooo-monero
1
-43
/
+43
2015-01-04
extraneous semicolon in Blockchain::complete_timestamps_vector
Thomas Winget
1
-1
/
+1
2015-01-04
more blockchain height-related fixes, syncing other nodes code this time
Thomas Winget
1
-4
/
+4
2015-01-04
add new checkpointing behavior to Blockchain class
Thomas Winget
1
-1
/
+74
2015-01-04
moar bug fixes, removed debug prints
Thomas Winget
1
-5
/
+4
2015-01-04
BlockchainLMDB seems to be working*!
Thomas Winget
1
-74
/
+91
2015-01-04
some bug fixes, but still needs work
Thomas Winget
1
-25
/
+29
2015-01-04
Minor bug fixes and debug prints
Thomas Winget
1
-6
/
+66
2015-01-04
minor fixes to Blockchain.cpp
Thomas Winget
1
-2
/
+6
2015-01-04
Integrate BlockchainDB into cryptonote_core
Thomas Winget
1
-7
/
+32
2015-01-04
Initial commit of BlockchainDB tests, other misc
Thomas Winget
1
-1
/
+6
2015-01-04
update new blockchain to build with new changes
Thomas Winget
1
-9
/
+31
2015-01-04
stupid past me, fixing typos and shit...
Thomas Winget
1
-21
/
+21
2015-01-04
import of BlockchainDB files
Thomas Winget
1
-0
/
+2137