11 #include <validation.h>
17 struct TestBlockAndIndex {
18 const std::unique_ptr<const TestingSetup> testing_setup{MakeNoLogFileContext<const TestingSetup>(
CBaseChainParams::MAIN)};
27 stream.write({&a, 1});
31 blockHash = block.GetHash();
32 blockindex.phashBlock = &blockHash;
33 blockindex.nBits = 403014710;
41 TestBlockAndIndex data;
52 TestBlockAndIndex data;
55 auto str = univalue.write();
UniValue blockToJSON(BlockManager &blockman, const CBlock &block, const CBlockIndex *tip, const CBlockIndex *blockindex, TxVerbosity verbosity)
Block description to JSON.
static const std::string MAIN
Chain name strings.
The block chain is a tree shaped structure starting with the genesis block at the root,...
Main entry point to nanobench's benchmarking facility.
Bench & run(char const *benchmarkName, Op &&op)
Repeatedly calls op() based on the configuration, and performs measurements.
@ SHOW_DETAILS_AND_PREVOUT
The same as previous option with information about prevouts if available.
void doNotOptimizeAway(Arg &&arg)
Makes sure none of the given arguments are optimized away by the compiler.
const std::vector< uint8_t > block413567
static void BlockToJsonVerbose(benchmark::Bench &bench)
static void BlockToJsonVerboseWrite(benchmark::Bench &bench)
BENCHMARK(BlockToJsonVerbose, benchmark::PriorityLevel::HIGH)
static const int PROTOCOL_VERSION
network protocol versioning