PPCoin: Reduce stale proof-of-stake blocks generated in CreateNewBlock()
[novacoin.git] / src / main.cpp
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...
2011-09-01 Gavin AndresenLogic running with -keypool=0 was wrong (empty keys...
2011-09-01 Gavin AndresenMerge pull request #470 from fabianhjr/master
2011-08-31 Gavin AndresenFix rpc-hanging deadlocks
2011-08-22 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-19 Giel van SchijndelMake some global variables less-global (static)
2011-08-16 Gavin AndresenRemove unused ScanMessageStart function
2011-08-16 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-16 Fabian H jr.Updated checkpoints, maybe Tx fee should be reduced...
2011-08-11 Gavin AndresenMerge pull request #458 from TheBlueMatt/copyright
2011-08-11 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-08-11 Gavin AndresenMerge pull request #459 from jgarzik/char-msgstart
2011-08-11 Venkatesh SrinivasUse 'unsigned char' rather than 'char' for pchMessageStart.
2011-08-09 Matt CoralloUnify copyright notices.
2011-07-31 Matt CoralloCheck for duplicate txins in CheckTransaction.
2011-07-26 Wladimir J. van... Merge remote branch 'upstream/master'
2011-07-24 Jeff GarzikMerge pull request #403 from sipa/cbitcoinaddress
2011-07-22 Wladimir J. van... Merge branch 'master' of https://github.com/bitcoin...
2011-07-21 Matt CoralloActually use mapAlreadyAskedFor.
2011-07-17 Wladimir J. van... make initial block download reporting somewhat better...
2011-07-17 Pieter Wuilleget rid of mapPubKeys
2011-07-14 Patrick VarillySingle DB transaction for all addresses in a message
2011-07-13 Giel van Schijndelfix warnings: expression result unused [-Wunused-value]
2011-07-13 Matt CoralloMake an invalid addrIncoming so that old clients crash.
2011-07-13 Matt CoralloAdd wallet privkey encryption.
2011-07-07 Wladimir J. van... Sync to bitcoin git e94010b2395694d56dd6
2011-07-03 Gavin AndresenBlock-chain lock-in at 134444
2011-07-01 Pieter WuilleLimit response to getblocks to half of output buffer...
2011-06-26 Wladimir J. van... update core to d0d80170a2ca73004e08fb85007fe055cbf4e411...
2011-06-24 Gavin AndresenMerge branch 'totalblocksestimate1' of https://github...
2011-06-20 markfixes for mac build
2011-06-19 Shane WegnerFix missing includes needed for Boost 1.46.
2011-06-18 Wladimir J. van... initial block download spans total blocks minus threshold
2011-06-18 Wladimir J. van... add GetTotalBlocksEstimate() function, move magic numbe...
2011-06-18 Wladimir J. van... On initial block chain download, show a progress bar
2011-06-18 Wladimir J. van... update bitcoin core from git (eeac8727bc0a951631bd)
next