index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bench
/
ccoins_caching.cpp
Age
Commit message (
Expand
)
Author
2020-02-28
refactor: test/bench: dedup SetupDummyInputs()
Sebastian Falbesoner
2019-12-30
scripted-diff: Bump copyright of files changed in 2019
MarcoFalke
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2018-12-11
Removed implicit CTransaction conversion from benchmaks
lucash-dev
2018-09-17
amount: Move CAmount CENT to unit test header
MarcoFalke
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-23
Improved microbenchmarking with multiple features.
Martin Ankerl
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-06-01
Switch from per-tx to per-txout CCoinsViewCache methods in some places
Pieter Wuille
2016-10-18
Add microbenchmarks to profile more code paths.
Russell Yanofsky