Merge remote-tracking branch 'remotes/origin/newminer'
[novacoin.git] / src / kernel.cpp
2015-04-24 CryptoManiacMerge remote-tracking branch 'remotes/origin/newminer'
2015-04-16 svostMismatch of types: void and return. 207/head
2015-04-13 MASM fanNew stake miner
2015-04-07 MASM fanReplace kernel scanning function with more usable imple...
2015-04-01 CryptoManiacFOR loop reformatting.
2015-04-01 CryptoManiacAnother kernel scanning optimization
2015-03-31 CryptoManiacOptimize input scanning
2015-03-29 CryptoManiacTimestamp adjustment.
2015-03-29 CryptoManiacComment fixes
2015-03-28 CryptoManiacRPC: initial scaninput implementation.
2015-03-02 CryptoManiacAdd checkpoints at block #160000
2015-01-13 MASM fanSmall refactoring
2015-01-11 MASM fanAdd new checkpoint at block #149000
2015-01-11 MASM fanPregenerated table of stake entropy bits for blocks...
2014-12-27 CryptoManiacUse fixed data types for some basic structures
2014-12-27 CryptoManiacCode cleanup
2014-12-19 CryptoManiacModifier checksum = 0x9c592c78u for block #143990.
2014-12-18 CryptoManiacClean issues which some LLVM configurations don't like
2014-11-27 MASM fanCalculate actual kernel and coin*day rates on the fly.
2014-11-24 alexhzMove basic variables back to main.cpp.
2014-11-07 MASM fanFix miner issues
2014-10-30 fsb4000MSVC 37/head
2014-08-20 CryptoManiacCoins metadata load fixes
2014-08-19 CryptoManiacCoins selection fix
2014-08-19 CryptoManiacImplement stake kernel mining as a separate function
2014-07-28 CryptoManiacRestore BDB block index wrapper and enable it by default.
2014-07-18 CryptoManiacExtended signature format checkings.
2014-07-15 CryptoManiacImplement additional script verification flags
2014-07-10 CryptoManiacMake sure that new stake modifier meets fixed generatio...
2014-07-10 CryptoManiacTransactions verification update
2014-05-31 CryptoManiacAdd new checkpoints.
2014-01-14 alexSecond pre-release update
2014-01-01 alexBump version to 0.4.4.6 v0.4.4.6-nvc
2013-09-28 alexRemove legacy code, bump version number
2013-08-25 alexDon't close database during proof-of-stake checking
2013-08-25 alexAdd Google's LevelDB support
2013-08-23 alexMinor optimization in PoS kernel: call scrypt_blockhash...
2013-08-21 alexStake generation changes
2013-08-19 alexUpdate block checkings
2013-08-16 alexMinor optimization
2013-08-13 alexFix TimeWeight calculation
2013-08-11 alexhznTimeWeight calculation issue
2013-06-15 alexAdd checkpoints
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-03-26 alexhzFix PoS difficulty at 0.25 after blocks v3 supermajorit...
2013-02-19 alexadd kernel files