Move signature verification functions to CPubKey.
[novacoin.git] / src / checkpoints.cpp
2016-03-29 CryptoManiacMove signature verification functions to CPubKey.
2016-03-17 CryptoManiacCheckpoint
2016-03-14 svostFix msvc warning C4706: assignment within conditional...
2016-03-12 CryptoManiacList of unconditionally banned blocks.
2015-12-08 CryptoManiacReplace checkpoint.
2015-12-07 CryptoManiacAdd checkpoint + Reject blocks from the distant future
2015-09-02 svostAdd checkpoint at block #200000 229/head
2015-03-02 CryptoManiacAdd checkpoints at block #160000
2015-01-11 MASM fanCheck block signature only if there are no suitable...
2015-01-11 MASM fanAdd new checkpoint at block #149000
2014-12-19 CryptoManiacHardened checkpoint at block #143990
2014-07-28 CryptoManiacRestore BDB block index wrapper and enable it by default.
2014-05-31 CryptoManiacAdd new checkpoints.
2014-02-09 MASM fanNotifications clean up
2014-01-14 alexCheckpoint object replacement with std::pair & support...
2014-01-14 alexSecond pre-release update
2014-01-03 alexNew syncronized checkpoints policy: no immediate PoW...
2014-01-01 alexBump version to 0.4.4.6 v0.4.4.6-nvc
2013-09-28 alexRemove legacy code, bump version number
2013-09-02 alexDon't close leveldb in checkpoints handling functions
2013-08-25 alexAdd Google's LevelDB support
2013-08-24 alexRemove brace-enclosed initializer
2013-08-19 alexUpdate block checkings
2013-08-16 alexRestore testnet genesis block
2013-08-16 alexMinor optimization
2013-06-20 alexhzAdd checkpoint at block #24451
2013-06-15 alexAdd checkpoints
2013-05-19 alexupdate to 0.4.2
2013-05-10 alexupdate to 0.4.1 v0.4.1-nvc
2013-04-15 alexhzupdate to 0.4 preview
2013-04-06 alexhzAdd checkpoint at block 14189, v3 lock-in since superma...
2013-04-01 alexhzadd checkpoint and version rules
2013-03-01 alexAdd haddened checkpoint at block #8700
2013-02-19 alexadd checkpoint
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-09-16 Scott NadalPPCoin: Modify checkpoint policy to always protect...
2012-08-27 Sunny KingPPCoin: Enable public testnet
2012-08-14 Sunny KingPPCoin: Check time as well for checkpoint-too-old safe...
2012-08-14 Scott NadalPPCoin: Fix checkpoint related reorganization issue...
2012-08-09 Sunny KingPPCoin: Release alert and checkpoint master public...
2012-07-30 Scott NadalPPCoin: No safe mode when detecting longer invalid...
2012-07-29 Sunny KingPPCoin: Replace RPC command 'setcheckpointkey' with...
2012-07-29 Sunny KingPPCoin: Only immediately checkpoint proof-of-work block
2012-07-25 Sunny KingPPCoin: Immediate sync-checkpoint to defend against...
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
2012-07-10 Scott NadalPPCoin: Version number and rename checkpoint related...
2012-07-09 Sunny KingPPCoin: Ask for pending sync-checkpoint block
2012-07-06 Sunny KingPPCoin: Fix a startup issue loading blkindex since...
2012-07-03 Scott NadalPPCoin: Reset sync-checkpoint when checkpoint master...
2012-06-26 Scott NadalPPCoin: Remove automatic checkpoint code
2012-06-25 Sunny KingPPCoin: Orphan blocks target requirement against DOS
2012-06-25 Scott NadalPPCoin: Checkpoint master key as class constant
2012-06-23 Scott NadalPPCoin: Do not reject pending checkpoint with duplicate...
2012-06-23 Sunny KingPPCoin: Ask for orphan root directly for pending synchr...
2012-06-22 Scott NadalPPCoin: Enter safe mode if detected invalid synchronize...
2012-06-22 Scott NadalPPCoin: Reorganize first before accepting synchronized...
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Gavin AndresenCheckpoint at block 185333 (and remove a couple of...
2012-06-19 Scott NadalPPCoin: Force reorganization for synchronized checkpoint
2012-06-18 Scott NadalPPCoin: Synchronized checkpoint accepting descendant...
2012-06-15 Scott NadalPPCoin: Save sync-checkpoint to db and enforce sync...
2012-06-12 Scott NadalPPCoin: Automatically select a checkpoint for 'sendchec...
2012-06-11 Scott NadalPPCoin: RPC command 'sendcheckpoint'
2012-06-10 Sunny KingPPCoin: Move CSyncCheckpoint class outside of Checkpoin...
2012-06-08 Scott NadalPPCoin: Accept pending synchronized checkpoint
2012-06-07 Scott NadalPPCoin: Asking for blocks when checkpoint block is...
2012-06-05 Scott NadalPPCoin: Process and relay synchronized checkpoint
2012-06-04 Scott NadalPPCoin: Define synchronized checkpoint message
2012-05-30 Sunny KingPPCoin: Define synchronized checkpoint
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-05-20 FordyUpdate License in File Headers
2012-04-17 Pieter WuilleRemove headers.h
2012-02-27 Gavin AndresenCheckpoint block 168,000
2012-02-23 Gavin AndresenCheckpoint block 168,000
2012-02-17 Sunny KingPPCoin: RPC commands 'getbranchpoint' and 'resetcheckpoint'
2012-02-08 Luke DashjrUpdate copyrights to 2012 for files modified this year
2012-02-07 Gavin AndresenUpdate all copyrights to 2012
2012-01-17 Luke DashjrCode tidyups, fixing various warnings.
2012-01-13 Gavin AndresenCompile with extra warnings turned on. And more makefil...
2012-01-06 Sunny KingPPCoin: Additional block/coinbase timestamp rules;...
2011-12-29 Sunny KingPPCoin: Automatic checkpoint
2011-12-21 Wladimir J. van... Revert "Use standard C99 (and Qt) types for 64-bit...
2011-12-20 Luke DashjrUse standard C99 (and Qt) types for 64-bit integers
2011-12-20 Sunny KingMerge bitcoin v0.5.1 into ppcoin
2011-12-02 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-02 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...
2011-12-01 Gavin AndresenOrphan block fill-up-memory attack prevention
2011-12-01 Gavin AndresenMoved checkpoints out of main, to prep for using them...