aboutsummaryrefslogtreecommitdiff
path: root/src/bench/checkblock.cpp
AgeCommit message (Expand)Author
2022-07-19Add missing includesMacroFake
2022-01-02Use spans of std::byte in serializeMarcoFalke
2020-09-29Remove gArgs global from CreateChainParams to aid testingMarcoFalke
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-04-16scripted-diff: Sort test includesMarcoFalke
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-10-29[validation] Add CValidationState subclassesJohn Newbery
2019-07-02bench: Move generated data to a dedicated translation unitJoão Barbosa
2018-10-05Don't access out of bounds array entry array[sizeof(array)]Ben Woosley
2018-08-13Merge #13534: Don't assert(foo()) where foo() has side effectsMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-07Don't assert(foo()) where foo has side effectspracticalswift
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-23Improved microbenchmarking with multiple features.Martin Ankerl
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-06-26Merge #9544: [trivial] Add end of namespace comments. Improve consistency.Wladimir J. van der Laan
2017-05-31[trivial] Add end of namespace commentspracticalswift
2017-05-03Chainparams: Get rid of CChainParams& Params(std::string)Jorge Timón
2017-03-08[bench] Avoid function call arguments which are pointers to uninitialized valuespracticalswift
2016-12-02Rename the remaining main.{h,cpp} to validation.{h,cpp}Matt Corallo
2016-12-02Move network-msg-processing code out of main to its own fileMatt Corallo
2016-11-10Use better name for local variable to prevent -Wshadow compiler warningPavel Janík
2016-11-09Add deserialize + CheckBlock benchmarks, and a full block hexMatt Corallo