108 Commits (master)

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 70df11c1a7 Fixed unit test blockchain generation. 5 years ago
Jianping Wu 1e55d22ac0 Introduced block legacy mode for regtests. 5 years ago
Jianping Wu 937095dd4d WIP: started fixing make check. Fixed difficulty computation. 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 29eb41121d CTransaction, GetValueOut(bool fExcludeKeva) 6 years ago
Jianping Wu c56fb50b55 WIP: namespace/key 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
practicalswift 64fb0ac016 Declare single-argument (non-converting) constructors "explicit" 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
Jeremy Rubin 37495e0d8d Reorder C{,Mutable}Transaction for better packing 7 years ago
Pieter Wuille 0aadc11fd8 Avoid dereference-of-casted-pointer 7 years ago
practicalswift 656dbd871a Perform member initialization in initialization lists where possible 7 years ago
Jorge Timón 330bb5a456
Consensus: Minimal way to move dust out of consensus 7 years ago
Marcos Mayorga 4fbae77929 Improved efficiency in COutPoint constructors 7 years ago
Alex Morcos 359e8a03d1 [cleanup] Remove coin age priority completely. 7 years ago
Suhas Daftuar 02c57b521a Optimize GetWitnessHash() for non-segwit transactions 7 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 8 years ago
Pieter Wuille 91335ba389 Remove unused MakeTransactionRef overloads 8 years ago
BtcDrak 1f0ca1ae1c
Bump default transaction version to 2 8 years ago
Pieter Wuille f6fb7acda4 Move CTxInWitness inside CTxIn 8 years ago
Pieter Wuille 81e3228fcb Make CTransaction actually immutable 8 years ago
Pieter Wuille b4e4ba475a Introduce convenience type CTransactionRef 8 years ago
Pieter Wuille 1662b437b3 Make CBlock::vtx a vector of shared_ptr<CTransaction> 8 years ago
Pieter Wuille da60506fc8 Add deserializing constructors to CTransaction and CMutableTransaction 8 years ago
Pieter Wuille 528472111b Get rid of nType and nVersion 8 years ago