42 Commits (9c4c30649987eec05755e2fcd89fd74958dede8c)

Author SHA1 Message Date
kevacoin 9c4c306499 More defensive checking of value for seed height. 3 years ago
Just Wonder 290612e9db Fixed lock during block downloading. 4 years ago
Just Wonder ace637e88c Added lock debugging for mapBlockSeedHeight. 4 years ago
Just Wonder 98876bf367 Fixed seed height error handling. 4 years ago
Just Wonder a7dcf93506 Better IBD fix. 4 years ago
Just Wonder e55c1ef81e Fixed Initial Block Download issue with RandomKeva. 4 years ago
Just Wonder 85c262741b RX/0 now worked. 4 years ago
Just Wonder c85ed93f3f Build OK with RandomX. 4 years ago
Just Wonder ecbc9fec10 WIP: RandomX. 4 years ago
Just Wonder bb09e64483 Adjusted mainnet genesis block difficulty. 5 years ago
Jianping Wu 68ffbfc104 Changed block hash calculation, used cryptonote header instead. 5 years ago
Jianping Wu ddc43217ca Genesis block also used cn header. 5 years ago
Jianping Wu d48d05a182 Supported Cryptonight Variant 4. 5 years ago
Jianping Wu 8766247be1 Fixed CN RPC call transfer. 5 years ago
Jianping Wu 3a657f0615 WIP: fixed PoW hash computation. 5 years ago
Jianping Wu 9e442eb109 WIP: fixed block serialization. 5 years ago
Jianping Wu 57ab5c7255 WIP: implemented submitblock. 5 years ago
Jianping Wu bbb78c76a0 WIP: built with latest cn code. 5 years ago
Jianping Wu baf31da4a7 WIP: integrated latest cn code. 5 years ago
Jianping Wu 80396a7a0f WIP: added cn header to block header. 5 years ago
Jianping Wu 348513dda6 Upgraded to Cryptonight V8. 6 years ago
Jianping Wu 7f27245431 Switched to cryptonight PoW. 6 years ago
Jianping Wu fac4394247 Started working on Cryptonight. 6 years ago
shaolinfry 4b588c670c
Litecoin: Add scrypt N=1024 PoW 6 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
MeshCollider 1a445343f6 scripted-diff: Replace #include "" with #include <> (ryanofsky) 7 years ago
Dag Robole 72f00608d0 Replace traditional for with ranged for in primitives 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Pieter Wuille 1662b437b3 Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
Suhas Daftuar 2c06bae39e Rename "block cost" to "block weight" 8 years ago
Pieter Wuille 2b1f6f9ccf BIP141: Other consensus critical limits, and BIP145 8 years ago
Pieter Wuille eff736e55e Reformat version in UpdateTip and other messages 8 years ago
MarcoFalke fa24439ff3 Bump copyright headers to 2015 9 years ago
Pieter Wuille eece63fa72 Switch blocks to a constant-space Merkle root/branch algorithm. 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
Wladimir J. van der Laan a0ae79d775 Replace CBlockHeader::GetHash with call to SerializeHash 9 years ago
Wladimir J. van der Laan 81aeb28436 src/primitives/block.cpp: endian compatibility in GetHash 9 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
jtimon 99f41b9cf7 MOVEONLY: core.o -> core/block.o 10 years ago
jtimon 561e9e9de9 MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from 10 years ago
jtimon 4a3587d8db MOVEONLY: Separate CTransaction and dependencies from core 10 years ago
jtimon eda3733091 MOVEONLY: Move CFeeRate and Amount constants to amount.o 10 years ago
Cory Fields 85c579e3a6 script: add a slew of includes all around and drop includes from script.h 10 years ago
Cory Fields e1c9467766 boost: drop boost dependency in core.cpp 10 years ago
Mark Friedenbach a372168e77 Use a typedef for monetary values 10 years ago
Pieter Wuille 584a358997 Do merkle root and txid duplicates check simultaneously 10 years ago