neobytes/src/consensus
UdjinM6 e8d9aabb62 Move many hardcoded mainnet/testnet magic numbers to consensus part of chainparams,
get rid of most `if(Params().NetworkIDString() == CBaseChainParams::MAIN)` and alike to unify formulas.
Further improvements will require testnet restart (see TODO notes in changed code) so I'm keeping few things as they are till then.
2016-02-17 21:54:24 +03:00
..
consensus.h Bump copyright headers to 2015 2016-01-05 14:13:33 +01:00
merkle.cpp Switch blocks to a constant-space Merkle root/branch algorithm. 2015-11-27 15:36:52 +01:00
merkle.h Switch blocks to a constant-space Merkle root/branch algorithm. 2015-11-27 15:36:52 +01:00
params.h Move many hardcoded mainnet/testnet magic numbers to consensus part of chainparams, 2016-02-17 21:54:24 +03:00
validation.h Bump copyright headers to 2015 2016-01-05 14:13:33 +01:00