PPCoin: Track coinstake search interval in RPC command 'getdifficulty'
[novacoin.git] / src / main.cpp
2012-09-16 Sunny KingPPCoin: Track coinstake search interval in RPC command...
2012-09-15 Sunny KingPPCoin: Rework stake minting to use randomized stake...
2012-09-10 Sunny KingPPCoin: Fix MessageStart debug print since 6b0e5bf
2012-09-09 Sunny KingPPCoin: Print full block hash to debug log with -printb...
2012-09-09 Sunny KingPPCoin: Rename COINBASE_MATURITY to detect future merge...
2012-08-29 Sunny KingPPCoin: Set stake full weight age at 90 days
2012-08-28 Sunny KingPPCoin: pchMessageStart switch
2012-08-27 Sunny KingPPCoin: Enable public testnet
2012-08-25 Sunny KingPPCoin: Lower coinstake combine threshold to improve...
2012-08-24 Sunny KingPPCoin: Fix coinstake generation for pay-to-address...
2012-08-24 Sunny KingPPCoin: Allow multiple outputs for coinbase and coinstake
2012-08-23 Sunny KingPPCoin: Fix coinbase mint checks
2012-08-23 Sunny KingPPCoin: Switch main chain protocol to score with proof...
2012-08-16 Sunny KingPPCoin: Fixate official block chain parameters
2012-08-16 Sunny KingPPCoin: Official genesis blocks
2012-08-10 Sunny KingPPCoin: Safety limit of proof-of-work subsidy
2012-08-10 Sunny KingPPCoin: Fix first block hash target since 4523045
2012-08-09 Sunny KingPPCoin: Initial hash target; initial difficulty 16...
2012-08-07 Sunny KingPPCoin: Fix pausing issues of initial block download
2012-08-07 Scott NadalPPCoin: Conditional print keypool reserve and return...
2012-08-03 Sunny KingPPCoin: Fix premature mint thread exit since 06281cf
2012-08-03 Scott NadalPPCoin: Enforce minimum output amount 1 cent
2012-08-01 Sunny KingPPCoin: Separate thread for minting proof-of-stake...
2012-07-31 Sunny KingPPCoin: Limit the merging of coins into coinstake ...
2012-07-31 Scott NadalPPCoin: Fix GetLastBlockIndex() (ProcessBlock crash...
2012-07-30 Scott NadalPPCoin: No safe mode when detecting longer invalid...
2012-07-29 Sunny KingPPCoin: Only immediately checkpoint proof-of-work block
2012-07-27 Sunny KingPPCoin: Fix initial block download stuck issue
2012-07-25 Sunny KingPPCoin: Change date display format and clean up a merge...
2012-07-25 Sunny KingPPCoin: Immediate sync-checkpoint to defend against...
2012-07-24 Sunny KingPPCoin: Make reservebalance a configuration option
2012-07-24 Scott NadalPPCoin: Fix merge mistake on connecting coinstake since...
2012-07-24 Scott NadalPPCoin: Fix merge mistake about paytxfee from 0561bbd
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-05 Sunny KingPPCoin: Sign block when communicating with miners via...
2012-07-05 Sunny KingPPCoin: Fix a startup issue writing checkpoint master...
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-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-20 Richard SmithPPCoin: Force asking for orphan block's parent block
2012-06-19 Gavin AndresenMerge branch '0.6.x' of git://gitorious.org/+bitcoin...
2012-06-19 Gavin Andresenprint large orphan warning BEFORE deleting pvMsg
2012-06-19 Pieter WuilleUse a 64-bit nonce in ping
2012-06-19 Gavin AndresenRefactor: GetRandHash() method for util
2012-06-19 Gavin AndresenFurther DoS prevention: Verify signatures last
2012-06-19 Gavin AndresenRemove invalid dependent orphans from memory
2012-06-19 Gavin AndresenOptimize orphan transaction handling
2012-06-19 Jeff GarzikMake orphan logging more verbose, displaying mapOrphanT...
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-15 Sunny KingPPCoin: Check proof-of-stake for orphan blocks as well
2012-06-14 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-06-14 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-06-14 Pieter WuilleUse a 64-bit nonce in ping
2012-06-14 Philip KaufmannBugfix: Fix various places where Bitcoin-Qt was being...
2012-06-12 Sunny KingPPCoin: Remove coinbase output in genesis block
2012-06-12 Sunny KingPPCoin: Coinstake timestamp rule
2012-06-10 Sunny KingPPCoin: Move CSyncCheckpoint class outside of Checkpoin...
2012-06-08 Scott NadalPPCoin: Accept pending synchronized checkpoint
2012-06-07 Sunny KingPPCoin: Include coinstake timestamp in duplicate-stake...
2012-06-07 Scott NadalPPCoin: Asking for blocks when checkpoint block is...
2012-06-05 Scott NadalPPCoin: Process and relay synchronized checkpoint
2012-05-31 Sunny KingPPCoin: Check stake target and signature for all accept...
2012-05-30 Sunny KingPPCoin: Initialize synchronized checkpoint
2012-05-30 Sunny KingPPCoin: Remove redundant check on dupliate coinstake...
2012-05-22 Luke DashjrMerge branch '0.6.0.x' into 0.6.x
2012-05-22 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-22 R E BroadleyCorrect debug.log output to show correct function the...
2012-05-21 Sunny KingPPCoin: Proof-of-work target spacing auto-adjusts based...
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-05-20 Philip Kaufmannremove 2 ugly spaces from a message string
2012-05-18 Scott NadalPPCoin: Allow limited duplicate stakes under block...
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-18 Jeff GarzikAlways check return values of TxnBegin() and TxnCommit()
2012-05-17 Pieter WuilleHopefully final fix for the stuck blockchain issue
2012-05-07 Sunny KingPPCoin: Fix proof-of-stake block generation since c03bef8c
2012-05-07 Pieter WuillePrevent stuck download: correct solution
2012-05-07 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-07 Pieter WuillePrevent stuck download: correct solution
2012-05-07 Pieter WuillePrevent stuck block download in large reorganisations
2012-05-06 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-06 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-05-06 Luke DashjrBugfix: %-12I64d is not valid and causes the parameter...
2012-05-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-04 Luke DashjrBugfix: Remove redundant duplicate transaction check
2012-05-04 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-05-04 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-05-04 Gavin AndresenCheck earlier for blocks with duplicate transactions...
next