Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
checkblock.cpp
Go to the documentation of this file.
static void DeserializeAndCheckBlockTest(benchmark::State &state)
Definition: checkblock.cpp:33
Definition: block.h:72
static void DeserializeBlockTest(benchmark::State &state)
Definition: checkblock.cpp:18
Double ended buffer combining vector and stream-like interfaces.
Definition: streams.h:103
static const std::string MAIN
BIP70 chain name strings (main, test or regtest)
Definition: chainparamsbase.h:20
std::unique_ptr< CChainParams > CreateChainParams(const std::string &chain)
Creates and returns a std::unique_ptr<CChainParams> of the chosen chain.
Definition: chainparams.cpp:952
bool CheckBlock(const CBlock &block, CValidationState &state, const Consensus::Params &consensusParams, bool fCheckPOW, bool fCheckMerkleRoot)
Functions for validating blocks and updating the block tree.
Definition: validation.cpp:3417
BENCHMARK(DeserializeBlockTest)
Definition: bench.h:50
Definition: serialize.h:160