Split CMerkleTx::SetMerkleBranch
[novacoin.git] / src / main.h
2016-03-31 CryptoManiacSplit CMerkleTx::SetMerkleBranch
2016-03-31 CryptoManiacRevert 2d6690cc0c0e2525996856c392566133d1b2de50
2016-03-31 CryptoManiacMerge branch 'master' of github.com:novacoin-project...
2016-03-31 CryptoManiacGet rid of fTrickle parameter.
2016-03-31 svostFix pointer to local variable logic (V506 PVS Studio) 296/head
2016-03-30 svostGet rid of 'e': all unused
2016-03-08 CryptoManiacResendTX: forced rebroadcasting of unconfirmed transact...
2016-02-21 CryptoManiacMerge pull request #281 from FuzzyHobbit/patch-6
2016-02-20 FuzzyHobbitUse largest finite value for MAX_MONEY 281/head
2016-02-20 svostGet rid of some LONG variables
2016-02-17 svostFormat fix: %p prefer void* 277/head
2016-01-07 svostCode cleanup (icc warning #271 trailing comma is nonsta... 260/head
2015-10-16 svostReplacement (uint type)-1 by type.max 253/head
2015-10-13 CryptoManiacRemove UPNP support & do some cleanup.
2015-10-07 svostWe have constants (commit e1fc548) 249/head
2015-10-03 CryptoManiacDefine nOneDay and nOneHour constants.
2015-09-23 CryptoManiacMove stake mining function wrapper definition to miner...
2015-04-13 MASM fanNew stake miner
2015-02-11 MASM fanAcquire CCheckQueue's lock to avoid race condition
2015-01-27 fsb4000устранил предупреждения компилятора 133/head
2015-01-24 MASM fanRemove remainings of of sha512+scrypt key derivation
2015-01-13 MASM fanSmall refactoring
2015-01-11 MASM fanPregenerated table of stake entropy bits for blocks...
2015-01-08 fsb4000Log reason for non-standard transaction rejection 106/head
2015-01-04 MASM fanWe don't need 32 bit integers for these counters
2014-12-29 CryptoManiacaddrman.h, main.h: fix msvc warnings
2014-12-27 CryptoManiacUse fixed data types for some basic structures
2014-12-27 CryptoManiacCode cleanup
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-11-24 alexhzMove basic variables back to main.cpp.
2014-11-07 MASM fanDefine basic variables with const modifier
2014-11-07 MASM fanMerge branch 'MSVC' of https://github.com/fsb4000/novac...
2014-11-07 MASM fanRemove zerocoin for now
2014-10-30 fsb4000MSVC 37/head
2014-07-18 CryptoManiacExtended signature format checkings.
2014-07-18 CryptoManiacUse low S to break signatures malleability issue
2014-07-16 CryptoManiacMulti-threaded signatures checking support, rename...
2014-07-15 CryptoManiacReplace VerifyScript with CScriptCheck
2014-07-15 CryptoManiacMove VerifySignature to main
2014-07-15 CryptoManiacImplement additional script verification flags
2014-07-15 CryptoManiacRemove enforcecanonical option, it's always active...
2014-07-10 CryptoManiacTransactions verification update
2014-07-10 CryptoManiacNew transaction fees scheme
2014-02-12 MASM fanAdd -enforcecanonical option
2014-01-12 alexPre-0.4.8 update
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-08 alexFix
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
next