index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
checkpoints.cpp
Age
Commit message (
Expand
)
Author
2014-09-04
Introduce BlockMap type for mapBlockIndex
Pieter Wuille
2014-09-04
checkpoints.cpp depends on main, it can use mapBlockIndex directly
Pieter Wuille
2014-07-28
Merge pull request #4541
Wladimir J. van der Laan
2014-07-15
Add a new checkpoint at block 295,000
Trevin Hofmann
2014-07-07
Use GetBlockTime() more
jtimon
2014-06-26
ensure clean and consistent "namespace" usage
Philip Kaufmann
2014-06-25
Remove unnecessary dependencies for bitcoin-cli
Wladimir J. van der Laan
2014-05-13
Fix incorrect checkpoint data for testnet3
David Hill
2014-04-02
[Qt] rescan progress
Cozz Lovan
2014-01-18
Add a new checkpoint at block 279,000
Micha
2013-11-10
Cleanup code using forward declarations.
Brandon Dahler
2013-10-20
Bump Year Number to 2013
super3
2013-08-20
Checkpoint at block 250,000
Gavin Andresen
2013-07-23
Don't use checkpoints and accept nonstd txn on -regtest
Matt Corallo
2013-06-19
Introduce a CChainParameters singleton class and regtest mode.
Mike Hearn
2013-05-24
Replace repeated GetBoolArg() calls with Checkpoint::fEnabled variable
Jeff Garzik
2013-04-04
Update transaction statistics
Pieter Wuille
2013-03-17
Checkpoint at first block in 11 March chain fork
Gavin Andresen
2013-02-16
Transactions-based verification progress
Pieter Wuille
2013-01-30
New checkpoint at block 216116 for the 0.8.0 release
Gavin Andresen
2012-12-13
Merge pull request #2087 from gavinandresen/check210000
Pieter Wuille
2012-12-10
Checkpoint at first 25-btc-reward block (210,000)
Gavin Andresen
2012-11-28
New 'checkpoints' option should default to true.
Jeff Garzik
2012-11-28
Add "checkpoints" option, to permit disabling of checkpoint logic.
Jeff Garzik
2012-08-21
Checkpoint at block 193,000
Gavin Andresen
2012-06-25
Checkpoint at block 185333 (and remove a couple of intermediate checkpoints)
Gavin Andresen
2012-05-25
Add a testnet checkpoint at block 546
Gavin Andresen
2012-05-18
Update License in File Headers
Fordy
2012-04-17
Remove headers.h
Pieter Wuille
2012-02-23
Checkpoint block 168,000
Gavin Andresen
2012-02-07
Update all copyrights to 2012
Gavin Andresen
2012-01-12
Compile with extra warnings turned on. And more makefile/code tidying up.
Gavin Andresen
2011-12-21
Revert "Use standard C99 (and Qt) types for 64-bit integers"
Wladimir J. van der Laan
2011-12-20
Use standard C99 (and Qt) types for 64-bit integers
Luke Dashjr
2011-12-01
Orphan block fill-up-memory attack prevention
Gavin Andresen
2011-12-01
Moved checkpoints out of main, to prep for using them to help prevent DoS att...
Gavin Andresen