aboutsummaryrefslogtreecommitdiff
path: root/src/bench/ccoins_caching.cpp
AgeCommit message (Expand)Author
2024-05-09test: Use ECC_Context helper in bench and fuzz testsRyan Ofsky
2023-01-13Merge bitcoin/bitcoin#26691: Update secp256k1 subtree to libsecp256k1 version...fanquake
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-13Adapt to libsecp256k1 API changesPieter Wuille
2022-10-20bench: explicitly make all current benchmarks "high" priorityfurszy
2021-12-30scripted-diff: Bump copyright headersHennadii Stepanov
2021-11-16policy: Treat taproot as always activeMarcoFalke
2020-10-30Only relay Taproot spends if next block has it activePieter Wuille
2020-06-13Replace current benchmarking framework with nanobenchMartin Ankerl
2020-05-03Remove CCoinsViewCache::GetValueIn(...)practicalswift
2020-04-17bench: Remove requirement that all benches use RegTestingSetupMarcoFalke
2020-04-16scripted-diff: Bump copyright headersMarcoFalke
2020-02-28refactor: test/bench: dedup SetupDummyInputs()Sebastian Falbesoner
2019-12-30scripted-diff: Bump copyright of files changed in 2019MarcoFalke
2019-07-09Move various SigningProviders to signingprovider.{cpp,h}Andrew Chow
2019-07-09scripted-diff: rename CBasicKeyStore to FillableSigningProviderAndrew Chow
2019-04-29Replace CScriptID and CKeyID in CTxDestination with dedicated typesGregory Sanders
2018-12-11Removed implicit CTransaction conversion from benchmakslucash-dev
2018-09-17amount: Move CAmount CENT to unit test headerMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
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-01Switch from per-tx to per-txout CCoinsViewCache methods in some placesPieter Wuille
2016-10-18Add microbenchmarks to profile more code paths.Russell Yanofsky