Add trusted N for MainNet and TestNet, set denomination value to 50 coins
[novacoin.git] / src / main.h
2013-09-08 alexAdd trusted N for MainNet and TestNet, set denomination...
2013-08-28 alexReplace -nosynccheckpoints with a new -cppolicy=mode...
2013-08-26 alexRemove migration code
2013-08-25 alexAdd Google's LevelDB support
2013-08-24 alexMove proof-of-stake miner and block creation to separat...
2013-08-23 alexAdd scrypt+sha512 key derivation method.
2013-08-23 alexRename scrypt_mine.(cpp|h) to scrypt.(cpp|h)
2013-08-23 alexCleanup
2013-08-23 alexMinor optimization in PoS kernel: call scrypt_blockhash...
2013-08-23 alexScrypt hashing implementation update
2013-08-22 alexRename BitcoinMiner() function to StakeMiner(), remove...
2013-08-21 alexStake generation changes
2013-08-20 alexRemove the LOCKS_SWITCH_TIME conditions
2013-08-19 alexUpdate block checkings
2013-08-18 alexDo not return addresses onder than specified lifespan.
2013-08-16 alexMinor optimization
2013-08-11 alexhznTimeWeight calculation issue
2013-07-30 alexIncrease block schema version
2013-07-29 alexUse uint256 instead of CBigNum for ChainTrust
2013-07-27 alexAdd PoS ROI curve switch since 20 Oct 2013
2013-06-29 alexAdd current PoW reward and stake interest into getminin...
2013-06-15 alexRemove PoW-miner related code
2013-06-15 alexAdd trust score calculation switch at 20 Sep 2013
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 alexhzCleanup
2013-04-06 alexhzAdd checkpoint at block 14189, v3 lock-in since superma...
2013-03-26 alexhzFix PoS difficulty at 0.25 after blocks v3 supermajorit...
2013-03-26 Sunny KingProtocol switch of entropy bit calculation for novacoin...
2013-03-01 alexMerge non-wallet transactions support for gettransactio...
2013-02-21 rootAdd resendtx RPC call
2013-02-19 alexUpdate to 0.3.0 (New upstream + new RPC calls)
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-09-17 Sunny KingPPCoin: Use nMaxClockDrift with CreateCoinStake
2012-09-16 Sunny KingPPCoin: Track coinstake search interval in RPC command...
2012-09-09 Sunny KingPPCoin: Rename COINBASE_MATURITY to detect future merge...
2012-08-29 Sunny KingPPCoin: Pretty print txout script in getblock RPC command
2012-08-28 Sunny KingPPCoin: pchMessageStart switch
2012-08-27 Sunny KingPPCoin: Enable public testnet
2012-08-26 Sunny KingPPCoin: More detailed print of RPC command 'getblock'
2012-08-25 Sunny KingPPCoin: Lower coinstake combine threshold to improve...
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-14 Scott NadalPPCoin: Fix checkpoint related reorganization issue...
2012-08-09 Sunny KingPPCoin: Release alert and checkpoint master public...
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-24 Sunny KingPPCoin: Make reservebalance a configuration option
2012-07-23 Scott NadalMerge with Bitcoin v0.6.3
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-06-29 Sunny KingPPCoin: RPC commands show difficulty of proof-of-work...
2012-06-26 Scott NadalPPCoin: Remove automatic checkpoint code
2012-06-25 Sunny KingPPCoin: Orphan blocks target requirement against DOS
2012-06-23 Sunny KingPPCoin: Ask for orphan root directly for pending synchr...
2012-06-19 Jeff GarzikPrevent crashes due to missing or corrupted blk???...
2012-06-19 Scott NadalPPCoin: Force reorganization for synchronized checkpoint
2012-06-14 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-06-12 Luke DashjrBugfix: Move IsStandard scriptSig size check out of...
2012-06-08 Sunny KingPPCoin: Only serialize stake to blockindex for proof...
2012-06-07 Sunny KingPPCoin: Include coinstake timestamp in duplicate-stake...
2012-05-31 Sunny KingPPCoin: Check stake target and signature for all accept...
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 Jeff GarzikPrevent crashes due to missing or corrupted blk???...
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-08 Luke DashjrBump version to 0.6.0.8
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-29 Sunny KingPPCoin: Coin creation model - no coinbase reward in...
2012-04-27 Luke DashjrMerge branch '0.5.x' into 0.6.0.x
2012-04-27 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-27 Sunny KingPPCoin: Fix bug in CBlock::ReadFromDisk() since 94ced845
2012-04-25 Sunny KingPPCoin: Only call CheckProofOfWork() for proof-of-work...
2012-04-24 Jeff GarzikCBlock::WriteToDisk() properly checks ftell(3) for...
2012-04-23 Jeff GarzikCBlock::WriteToDisk() properly checks ftell(3) for...
2012-04-23 Jeff GarzikAdd casts for unavoidable signed/unsigned comparisons
2012-04-23 Jeff GarzikSigOp and orphan-tx constants and counts are always...
2012-04-22 Luke DashjrMerge branch '0.4.x' into 0.5.x
2012-04-21 Wladimir J. van... change type of various bare chars to bool that are...
2012-04-19 Richard SmithPPCoin: RPC commands for 'sendalert' and 'makekeypair'
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Jeff GarzikFix loop index var types, fixing many minor sign compar...
2012-04-17 Pieter WuilleMerge remote-tracking branch 'jgarzik/mempool'
2012-04-17 Pieter WuilleFurther reduce header dependencies
2012-04-17 Jeff GarzikMove CWalletDB code to new walletdb module.
2012-04-17 Pieter WuilleRemove headers.h
2012-04-16 Sunny KingPPCoin: target adjustment for both proof-of-work and...
2012-04-16 Luke DashjrMerge branch '0.4.x' into 0.5.0.x
2012-04-15 Wladimir J. van... fix warnings: suggest explicit braces to avoid ambiguou...
next