aboutsummaryrefslogtreecommitdiff
path: root/src/bench/verify_script.cpp
AgeCommit message (Expand)Author
2021-01-04doc: fix various typosIkko Ashimine
2020-07-30Make CHash256/CHash160 output to SpanPieter Wuille
2020-07-30Make CHash256 and CHash160 consume SpansPieter Wuille
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-04-17bench: Remove requirement that all benches use RegTestingSetupMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-03-14Merge #16902: O(1) OP_IF/NOTIF/ELSE/ENDIF script implementationWladimir J. van der Laan
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-11-07Benchmark script verification with 100 nested IFsPieter Wuille
2019-11-06scripted-diff: test: Move setup_common to test libraryMarcoFalke
2019-10-23refactor: test/bench: dedup Build{Crediting,Spending}Transaction()Sebastian Falbesoner
2019-06-02Make reasoning about dependencies easier by not including unused dependenciespracticalswift
2018-08-13Merge #13666: Always create signatures with Low R valuesWladimir J. van der Laan
2018-08-09Always create 70 byte signatures with low R valuesAndrew Chow
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-03Make SignatureData able to store signatures and scriptsAndrew Chow
2018-04-11tests: Avoid copies of CTransactionMarcoFalke
2018-03-09scripted-diff: Convert 11 enums into scoped enums (C++11)practicalswift
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-07-15Avoid static analyzer warnings regarding uninitialized argumentspracticalswift
2017-01-09Merge #9353: Add data() method to CDataStream (and use it)Pieter Wuille
2016-12-21Merge #8589: Inline CTxInWitness inside CTxInWladimir J. van der Laan
2016-12-15bench: Use CDataStream.data()Wladimir J. van der Laan
2016-12-09Refactor: Removed begin/end_ptr functions.Karl-Johan Alm
2016-12-04Move CTxInWitness inside CTxInPieter Wuille
2016-10-18Add microbenchmarks to profile more code paths.Russell Yanofsky