39 Commits (master)

Author SHA1 Message Date
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 9e442eb109 WIP: fixed block serialization. 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
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
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
practicalswift 656dbd871a Perform member initialization in initialization lists where possible 7 years ago
isle2983 27765b6403 Increment MIT Licence copyright header year on files modified in 2016 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 528472111b Get rid of nType and nVersion 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 7030d9eb47 BIP144: Serialization, hashes, relay (sender side) 8 years ago
Pieter Wuille 6851107b3a BIP9 Implementation 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
Peter Todd 287f54fc90 Add CHECKLOCKTIMEVERIFY (BIP65) soft-fork logic 9 years ago
Pieter Wuille 3b33ec85ed Avoid duplicate CheckBlock checks 9 years ago
Pieter Wuille 391dff16fe Do not store Merkle branches in the wallet. 9 years ago
jtimon 691161d419 Consensus: Create consensus/consensus.h with some constants 9 years ago
Pieter Wuille 5a47811da5 BIP66 changeover logic 10 years ago
Wladimir J. van der Laan 4f1524966a Replace direct use of 0 with SetNull and IsNull 10 years ago
Pavel Janík bdb6a71d3d IsNull doesn't change CBlockLocator, add const hint 10 years ago
sandakersmann f914f1a746
Added "Core" to copyright headers 10 years ago
Michael Ford 78253fcbad Remove references to X11 licence 10 years ago
Matt Corallo afd4b94b6d Move CMerkleBlock and CPartialMerkleTree to their own file 10 years ago
Luke Dashjr d227011184 MOVEONLY: core/ -> primitives/ 10 years ago
Pavel Janík 84738627ce Fix all header defines 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 999a2ab41e MOVEONLY: separate CTxUndo out of core 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
jtimon e8ea0fd19e MOVEONLY: CInPoint from core to txmempool 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
jtimon 9294a4bbe7 Separate CScriptCompressor 10 years ago