novacoin.git
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-29 Richard SmithPPCoin: Windows commandline build
2012-06-29 Sunny KingPPCoin: RPC commands show difficulty of proof-of-work...
2012-06-26 Richard SmithPPCoin: Add RPC command 'getcheckpoint'
2012-06-26 Sunny KingPPCoin: Matching prefix of public key for RPC command...
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-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-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-08 Sunny KingPPCoin: Only serialize stake to blockindex for proof...
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-06-04 Scott NadalPPCoin: Define synchronized checkpoint message
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-30 Sunny KingPPCoin: Define synchronized checkpoint
2012-05-30 Sunny KingPPCoin: Print coinstake info with printblocktree
2012-05-22 Richard SmithPPCoin: Separate newmint value from stake in RPC 'getin...
2012-05-21 Sunny KingPPCoin: Change checkpoint intervals to smaller intervals
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 Sunny KingPPCoin: Remove redundant check condition in IsCoinStake()
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-27 Sunny KingPPCoin: Fix CreateCoinStake() signature bug since 747f99fb
2012-04-27 Sunny KingPPCoin: Fix bug in CBlock::ReadFromDisk() since 94ced845
2012-04-26 Sunny KingPPCoin: Reduce stale proof-of-stake blocks generated...
2012-04-25 Sunny KingPPCoin: Only call CheckProofOfWork() for proof-of-work...
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-20 Richard SmithPPCoin: Minor fix of RPC command 'sendalert'
2012-04-19 Richard SmithPPCoin: RPC commands for 'sendalert' and 'makekeypair'
2012-04-19 Sunny KingPPCoin: Fix CreateCoinStake() bug from 747f99fb
2012-04-17 Sunny KingPPCoin: More stack trace dump during serialization
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-30 Sunny KingPPCoin: Stack trace dump for ReadCompactSize() exception
2012-03-24 Scott NadalMerge branch 'scott/sign_block' into sunny/seeding
2012-03-24 Scott Nadal1. check block for genesis block
2012-03-24 Scott NadalPPCoin: Empty signature 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-22 Sunny KingPPCoin: Add RPC command 'repairwallet'
2012-03-22 Sunny KingPPCoin: Add RPC command 'checkwallet'
2012-03-19 Scott NadalPPCoin: Add block signature
2012-03-04 Sunny KingPPCoin: RPC command 'getinfo' shows ip address seen...
2012-03-03 Sunny KingPPCoin: stakeonly mode for RPC command 'walletpassphrase'
2012-03-03 Sunny KingPPCoin: makefile.unix build ppcoind and log messages...
2012-02-22 Sunny KingPPCoin: RPC command 'reservebalance'
2012-02-18 Sunny KingPPCoin: Allow RPC commands resetcheckpoint and getbranc...
2012-02-18 Sunny KingPPCoin: bug fix: malformed coinstake transaction create...
2012-02-17 Sunny KingPPCoin: RPC commands 'getbranchpoint' and 'resetcheckpoint'
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-02-04 Sunny KingPPCoin: getinfo shows total stake in addition to balance
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: bug fix of GetBlockTrust() introduced with...
2011-12-29 Sunny KingPPCoin: Addresses begin with letter P; RPC messages...
2011-12-29 Sunny KingPPCoin: One week maturity for coin age computation
2011-12-29 Sunny KingPPCoin: Automatic checkpoint
2011-12-27 Sunny KingPPCoin: Safety check of timestamp with wallet create...
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-25 Sunny KingPPCoin: build genesis tool with bitcoin 0.5 build flags
2011-12-21 Sunny KingPPCoin: default ports; disabling irc; dns seeds; Thread...
2011-12-20 Sunny KingMerge bitcoin v0.5.1 into ppcoin
2011-12-17 Sunny KingMerge bitcoin v0.4.0 into ppcoin
2011-12-13 Gavin AndresenMerge pull request #700 from TheBlueMatt/qtalertfix
2011-12-13 Matt CoralloFix status bar not displaying Alerts.
next