PPCoin: Version number and rename checkpoint related constants
[novacoin.git] / src / main.cpp
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 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-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-21 Sunny KingPPCoin: Proof-of-work target spacing auto-adjusts based...
2012-05-18 Scott NadalPPCoin: Allow limited duplicate stakes under block...
2012-05-07 Sunny KingPPCoin: Fix proof-of-stake block generation since c03bef8c
2012-05-02 Scott NadalPPCoin: Preliminary checks on proof-of-stake duplicates
2012-05-01 Sunny KingPPCoin: New data structure for detection of block spam
2012-04-30 Scott NadalPPCoin: Create coinstake with multiple inputs of same...
2012-04-29 Sunny KingPPCoin: Coin creation model - no coinbase reward in...
2012-04-29 Sunny KingPPCoin: Fix bug in target adjustment since 32e6e50a
2012-04-29 Sunny KingPPCoin: Modify coinstake target protocol
2012-04-26 Sunny KingPPCoin: Reduce stale proof-of-stake blocks generated...
2012-04-25 Sunny KingPPCoin: Fix bug in proof-of-stake block generation...
2012-04-22 Sunny KingPPCoin: Preliminary check on coinstake duplicate
2012-04-17 Scott NadalPPCoin: Try generate coinstake for every second
2012-04-16 Sunny KingPPCoin: target adjustment for both proof-of-work and...
2012-04-15 Scott NadalPPCoin: a preliminary version of coinstake creation
2012-04-14 Scott NadalPPCoin: Proof-of-stake hash target protocol
2012-04-12 Scott NadalPPCoin: Separate proof-of-work and proof-of-stake blocks
2012-04-08 Scott NadalPPCoin: Protocol rule to match coinbase and coinstake...
2012-03-31 Scott NadalPPCoin: Move vchBlockSig to after vtx and fix CDiskTxPo...
2012-03-24 Scott Nadal1. check block for genesis block
2012-03-24 Scott NadalMerge branch 'sunny/seeding' into scott/sign_block
2012-03-24 Sunny KingPPCoin: Mark inputs unspent in wallet when disconnectin...
2012-03-19 Scott NadalPPCoin: Add block signature
2012-03-04 Sunny KingPPCoin: RPC command 'getinfo' shows ip address seen...
2012-02-22 Sunny KingPPCoin: RPC command 'reservebalance'
2012-02-16 Sunny KingPPCoin: fix a hang during reorg (bug introduced in...
2012-02-11 Sunny KingPPCoin: Coin creation model - coinstake reward with...
2012-01-07 Sunny KingPPCoin: Coin creation model - fees destroyed not paid...
2012-01-06 Sunny KingPPCoin: Rescale coin to 6 fractional digits, allowing...
2012-01-06 Sunny KingPPCoin: Additional block/coinbase timestamp rules;...
2011-12-30 Sunny KingPPCoin: Coin creation model - block subsidy
2011-12-29 Sunny KingPPCoin: One week maturity for coin age computation
2011-12-29 Sunny KingPPCoin: Automatic checkpoint
2011-12-27 Sunny KingPPCoin: coin age; main chain protocol switches to sum...
2011-12-25 Sunny KingPPCoin: transaction timestamp; additional block timesta...
2011-12-20 Sunny KingMerge bitcoin v0.5.1 into ppcoin
2011-12-17 Sunny KingMerge bitcoin v0.4.0 into ppcoin
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-11-25 Sunny KingPPCoin: Continuous retargeting of blocks
2011-11-19 Sunny KingPPCoin: Disallow free transaction; minimum transaction...
2011-11-18 Sunny KingPPCoin: Separate from bitcoin network; Rename directori...
2011-11-10 Sunny KingPPCoin: Rescale coin definition to use 4 fractional...
2011-11-09 Sunny KingPPCoin: Tool generating genesis block
2011-11-06 Pieter WuilleSome extra comments
2011-10-06 Gavin AndresenMerge pull request #564 from luke-jr/optimize_remove_Ch...
2011-10-05 Gavin AndresenMerge branch 'no-cryptopp' of https://github.com/tcatm...
2011-10-04 David Joel SchwartzRemove 2 second sleep from CheckWork
2011-10-01 Forrest VoightAdded RPC call 'getmemorypool' that provides everything...
2011-09-30 Nils Schneiderremove cryptopp dependency, add simple unittest for...
2011-09-28 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-28 Wladimir J. van... use median filter for peer-reported reported number...
2011-09-27 Gavin AndresenRemove DoS penalty for SigOpCount or immature transactions
2011-09-26 Gavin AndresenSkip verifying transaction signatures during initial...
2011-09-26 Gavin AndresenMerge pull request #517 from gavinandresen/DoSprevention
2011-09-26 Gavin AndresenMerge pull request #521 from laanwj/qt
2011-09-23 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-21 Gavin AndresenMore denial-of-service misbehavior detection: version...
2011-09-21 Gavin AndresenTransaction/Block denial-of-service detection/response
2011-09-17 Nils Schneiderlog low-level network messages only when fDebug is set
2011-09-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-11 Wladimir J. van... clarify function signature (GetNumBlocksOfPeers) and...
2011-09-07 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-07 Gavin AndresenMerge branch 'unique_coinbase' of git://gitorious.org...
2011-09-06 Luke DashjrBugfix: Use timestamp in coinbase rather than "bits...
2011-09-06 Luke DashjrMerge branch 'getwork_dedupe' into unique_coinbase
2011-09-05 Gavin AndresenOptimize database writes for transactions with lots...
2011-09-03 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-02 Gavin AndresenVersions 0.3.20 THROUGH 0.3.23 have trouble with blockc...
2011-09-02 Wladimir J. van... update to work with new lock system, add protocol....
2011-09-02 Gavin AndresenDo not try to download blockchain from 0.3.23 nodes
2011-09-02 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-09-01 Gavin AndresenMerge pull request #467 from gavinandresen/keypoolzero
2011-09-01 Gavin AndresenMerge branch 'code-cleanup' of git://github.com/muggenh...
next