Remove BOOST_FOREACH macro
[novacoin.git] / src / main.cpp
2014-01-01 alexBump version to 0.4.4.6 v0.4.4.6-nvc
2013-12-31 alexCache scrypt hashes on disk
2013-10-23 alexAdd -mininput=value option
2013-09-29 alexMerge coin control features v0.4.4.5
2013-09-28 alexRevert GetBlockTrust changes
2013-09-28 alexRemove legacy code, bump version number
2013-09-08 alexAdd trusted N for MainNet and TestNet, set denomination...
2013-09-04 alexAlways reserialize transactions before relaying
2013-09-02 alexDon't close leveldb in checkpoints handling functions
2013-08-28 alexReplace -nosynccheckpoints with a new -cppolicy=mode...
2013-08-27 alexFix coinbase out-of-bounds check
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-24 alexRemove loop macro from util.h
2013-08-23 alexRename scrypt_mine.(cpp|h) to scrypt.(cpp|h)
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 alexDo not display sync-checkpoint related warnings if...
2013-08-19 alexUpdate block checkings
2013-08-18 alexRemove asserts
2013-08-18 alexDo not return addresses onder than specified lifespan.
2013-08-16 alexMinor optimization
2013-08-03 alexAdd debug message
2013-08-02 alexhzAdd upper limit for coinstake reward
2013-08-01 alexRemove legacy block schema version checking
2013-07-31 alexRe-format some error messages
2013-07-31 alexExtend coinstake reward verification error message
2013-07-31 alexTreat non-empty coinbase in PoS blocks as DoS attempt
2013-07-29 alexUse uint256 instead of CBigNum for ChainTrust
2013-07-27 alexComment fix
2013-07-27 alexAdd PoS ROI curve switch since 20 Oct 2013
2013-07-27 alexSet inline modifier for some functions
2013-06-29 alexFix integer division-related issue in stake rewards...
2013-06-29 alexAdd current PoW reward and stake interest into getminin...
2013-06-29 alexModify PoW trust score calculation
2013-06-20 alexhzFix memory exhaustion v0.4.3-nvc
2013-06-15 alexFix trust score calculation segfault on testNet v0.4.3-pre
2013-06-15 alexRemove PoW-miner related code
2013-06-15 alexRemove MINOUT checkings for coinbase transactions since...
2013-06-15 alexStake checkings refactoring
2013-06-15 alexRemove PoW CPU miner
2013-06-15 alexRemove block signature for proof-of-work blocks since...
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-19 alexHide debug info
2013-04-15 alexhzupdate to 0.4 preview
2013-04-15 alexhzFix minimum PoS difficulty at 0.25 for testnet
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-17 alexImprove blocks signing procedure
2013-02-10 BalthazarInitial commit of NovaCoin changes
2012-09-21 Sunny KingPPCoin: Fix moneysupply issues since 2a4202a
2012-09-17 Sunny KingPPCoin: Use nMaxClockDrift with CreateCoinStake
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...
next