aboutsummaryrefslogtreecommitdiff
path: root/src/bench/rpc_blockchain.cpp
AgeCommit message (Expand)Author
2023-12-07refactor: rpc: Pass CBlockIndex by reference instead of pointerMarcoFalke
2023-11-30Remove unused CDataStreamMarcoFalke
2023-11-14Use ParamsWrapper for witness serializationAnthony Towns
2023-05-09refactor: Replace string chain name constants with ChainTypesTheCharlatan
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2022-04-19move-mostly: Make fHavePruned a BlockMan memberCarl Dong
2022-01-02Use spans of std::byte in serializeMarcoFalke
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-10-05rpc: Add level 3 verbosity to getblock RPC call.fyquah
2021-10-05rpc: Replace boolean argument for tx details with enum class.fyquah
2021-03-03Move MakeNoLogFileContext to common libtest_util, and use it in benchMarcoFalke
2021-02-13Add benchmark to write JSON into a stringMartin Ankerl
2021-01-24Fix BlockToJsonVerbose benchmarkMartin Ankerl
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2019-10-15Remove unused includespracticalswift
2019-07-05bench: Benchmark blockToJSONKirill Fomichev