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
/
test
/
txvalidationcache_tests.cpp
Age
Commit message (
Expand
)
Author
2020-01-27
test: rename test suite name "tx_validationcache_tests" to match filename
Sebastian Falbesoner
2020-01-15
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-02
Merge #16658: validation: Rename CheckInputs to CheckInputScripts
MarcoFalke
2019-11-15
scripted-diff: Replace ::mempool with m_node.mempool in tests
MarcoFalke
2019-11-15
test: Replace recursive lock with locking annotations
MarcoFalke
2019-11-07
scripted-diff: [validation] Rename CheckInputs to CheckInputScripts
John Newbery
2019-11-06
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-10-29
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
[validation] Add CValidationState subclasses
John Newbery
2019-08-26
Remove unused fScriptChecks parameter from CheckInputs
Matt Corallo
2019-08-06
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-07-09
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-06-26
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-02
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-05-13
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-09
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-03
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-04-29
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-11
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-02-15
tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...
practicalswift
2018-12-13
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-11
Removed implicit CTransaction constructor from tests
lucash-dev
2018-11-04
scripted-diff: Move util files to separate directory.
Jim Posen
2018-07-27
Update copyright headers to 2018
DrahtBot
2018-06-06
speed up of tx_validationcache_tests by reusing of CTransaction.
lucash.dev@gmail.com
2018-06-05
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-05-18
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-04
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-03
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-04-17
Merge #12949: tests: Avoid copies of CTransaction
MarcoFalke
2018-04-12
Merge #12803: Make BaseSignatureCreator a pure interface
Wladimir J. van der Laan
2018-04-11
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
test: Fix sign for expected values
Karl-Johan Alm
2018-04-10
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-03-27
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-21
Fix typos
Dimitris Apostolou
2018-03-09
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-01-03
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2017-12-26
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-12
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-10
tests: Add missing locks to tests
practicalswift
2017-11-09
Use unique_ptr for pcoinscatcher/pcoinsdbview/pcoinsTip/pblocktree
practicalswift
2017-09-12
Change AcceptToMemoryPool function signature
Alex Morcos
2017-08-07
scripted-diff: Use the C++11 keyword nullptr to denote the pointer literal in...
practicalswift
2017-07-08
Do not shadow upper local variable `state`.
Pavel JanÃk
2017-06-30
Simplify tx validation tests
Pieter Wuille
2017-06-27
Add CheckInputs() unit tests
Suhas Daftuar
[next]