Add checkpoint
[novacoin.git] / src / kernel.cpp
2020-02-06 svostAdd checkpoint 388/head
2019-09-25 Laser9unAdd checkpoint @ block # 532000
2016-04-06 svostFrom boost(std)::thread::hardware_concurrency descripti... 300/head
2016-03-17 CryptoManiacCheckpoint
2016-01-31 svostGet rid of some useless-cast 270/head
2015-12-08 CryptoManiacReplace checkpoint.
2015-10-18 0xDEADFACEUse 4Way hashing in proof-of-stake miner, if available.
2015-10-16 CryptoManiacRename ScanMidstateWorker to KernelWorker, move kernel...
2015-10-14 CryptoManiacRPC scaninput: Add 8way implementation, but disable...
2015-10-12 CryptoManiacFix sha256 context initialization
2015-10-12 CryptoManiacRPC scaninput: preserve generic implementation for...
2015-10-12 CryptoManiacRPC scaninput: Replace generic implementation with...
2015-10-12 CryptoManiacRemove copy_swap module, fix sha256 endianess and targe...
2015-10-11 CryptoManiacCosmetic changes
2015-10-11 CryptoManiacRemove debugging output
2015-10-11 CryptoManiacAdd SSSE3 imnplementation ofg block copy function,...
2015-10-11 CryptoManiacIncrement nTimeTx correctly
2015-10-11 CryptoManiacCall generic implementation only when needed.
2015-10-11 CryptoManiacRPC scaninput: replace Intel implementation of sha256...
2015-10-10 CryptoManiacUSE_YASM turns on sse sse4 implementation by default
2015-10-09 CryptoManiacAdd SSE4 implementation of sha256.
2015-10-09 CryptoManiacNo need to specify builtin function directly, because...
2015-10-08 CryptoManiacAVX implementation of sha256.
2015-10-03 CryptoManiacDefine nOneDay and nOneHour constants.
2015-10-03 CryptoManiacRemove definition of GetKernelMidstate;
2015-10-03 CryptoManiacRemove GetKernelMidstate, rename ScanMidstateForward...
2015-10-03 CryptoManiacScanMidstateForward: Set thread priority to THREAD_PRIO...
2015-10-02 CryptoManiacForgot to correct interval calculation :(
2015-10-02 CryptoManiacAllocate workers dynamically.
2015-10-02 CryptoManiacRemove debugging code.
2015-10-02 CryptoManiacMultithreaded input scanning.
2015-09-02 svostAdd checkpoint at block #200000 229/head
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