aboutsummaryrefslogtreecommitdiff
path: root/src/bench/ccoins_caching.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only relay Taproot spends if next block has it activePieter Wuille2020-10-301-1/+1
* Replace current benchmarking framework with nanobenchMartin Ankerl2020-06-131-4/+4
* Remove CCoinsViewCache::GetValueIn(...)practicalswift2020-05-031-2/+0
* bench: Remove requirement that all benches use RegTestingSetupMarcoFalke2020-04-171-0/+4
* scripted-diff: Bump copyright headersMarcoFalke2020-04-161-1/+1
* refactor: test/bench: dedup SetupDummyInputs()Sebastian Falbesoner2020-02-281-39/+3
* scripted-diff: Bump copyright of files changed in 2019MarcoFalke2019-12-301-1/+1
* Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow2019-07-091-1/+1
* scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow2019-07-091-2/+2
* Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders2019-04-291-2/+2
* Removed implicit CTransaction conversion from benchmakslucash-dev2018-12-111-4/+5
* amount: Move CAmount CENT to unit test headerMarcoFalke2018-09-171-8/+8
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
* Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa2018-01-031-1/+1
* Improved microbenchmarking with multiple features.Martin Ankerl2017-12-231-1/+1
* scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider2017-11-161-4/+4
* Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille2017-06-011-2/+2
* Add microbenchmarks to profile more code paths.Russell Yanofsky2016-10-181-0/+87