index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
txvalidationcache_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dogecoin: Update coinbase maturity
Ross Nicoll
2021-05-20
1
-2
/
+2
*
[validation] Remove absurdfee from accepttomempool
John Newbery
2020-10-05
1
-1
/
+1
*
Replace usage of GetScriptForWitness with GetScriptForDestination
MeshCollider
2020-08-14
1
-1
/
+1
*
Merge #18675: tests: Don't initialize PrecomputedTransactionData in txvalidat...
MarcoFalke
2020-04-19
1
-5
/
+5
|
\
|
*
[tests] Don't initialize PrecomputedTransactionData in txvalidationcache tests
John Newbery
2020-04-16
1
-5
/
+5
*
|
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
1
-3
/
+3
|
/
*
test: rename test suite name "tx_validationcache_tests" to match filename
Sebastian Falbesoner
2020-01-27
1
-1
/
+1
*
scripted-diff: Bump copyright of files changed in 2020
MarcoFalke
2020-01-15
1
-1
/
+1
*
Merge #16658: validation: Rename CheckInputs to CheckInputScripts
MarcoFalke
2020-01-02
1
-16
/
+16
|
\
|
*
scripted-diff: [validation] Rename CheckInputs to CheckInputScripts
John Newbery
2019-11-07
1
-16
/
+16
*
|
scripted-diff: Replace ::mempool with m_node.mempool in tests
MarcoFalke
2019-11-15
1
-4
/
+4
*
|
test: Replace recursive lock with locking annotations
MarcoFalke
2019-11-15
1
-10
/
+8
|
/
*
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
[validation] Remove fMissingInputs from AcceptToMemoryPool()
John Newbery
2019-10-29
1
-1
/
+1
*
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-7
/
+7
*
Remove unused fScriptChecks parameter from CheckInputs
Matt Corallo
2019-08-26
1
-10
/
+10
*
refactor: pcoinsTip -> CChainState::CoinsTip()
James O'Beirne
2019-08-06
1
-11
/
+11
*
Move various SigningProviders to signingprovider.{cpp,h}
Andrew Chow
2019-07-09
1
-1
/
+1
*
scripted-diff: rename CBasicKeyStore to FillableSigningProvider
Andrew Chow
2019-07-09
1
-1
/
+1
*
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
1
-4
/
+0
*
Make reasoning about dependencies easier by not including unused dependencies
practicalswift
2019-06-02
1
-2
/
+0
*
[refactor] interfaces: Add missing LockAnnotation for cs_main
MarcoFalke
2019-05-13
1
-4
/
+16
*
Merge #15452: Replace CScriptID and CKeyID in CTxDestination with dedicated t...
Wladimir J. van der Laan
2019-05-09
1
-2
/
+2
|
\
|
*
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
1
-2
/
+2
*
|
scripted-diff: replace chainActive -> ::ChainActive()
James O'Beirne
2019-05-03
1
-5
/
+5
|
/
*
scripted-diff: Bump copyright headers in test, bench
MarcoFalke
2019-04-11
1
-1
/
+1
*
scripted-diff: Rename test_bitcoin to test/setup_common
MarcoFalke
2019-04-11
1
-1
/
+1
*
tests: Add missing cs_main locks required when accessing pcoinsdbview, pcoins...
practicalswift
2019-02-15
1
-3
/
+2
*
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-13
1
-4
/
+4
*
Removed implicit CTransaction constructor from tests
lucash-dev
2018-12-11
1
-13
/
+13
*
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
speed up of tx_validationcache_tests by reusing of CTransaction.
[email protected]
2018-06-06
1
-1
/
+1
*
Merge #13269: refactoring: Drop UpdateTransaction in favor of UpdateInput
Wladimir J. van der Laan
2018-06-05
1
-2
/
+2
|
\
|
*
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-18
1
-2
/
+2
*
|
Make CMutableTransaction constructor explicit
MarcoFalke
2018-05-04
1
-1
/
+1
|
/
*
Make it clear which functions that are intended to be translation unit local
practicalswift
2018-05-03
1
-1
/
+1
*
Merge #12949: tests: Avoid copies of CTransaction
MarcoFalke
2018-04-17
1
-2
/
+2
|
\
|
*
tests: Avoid copies of CTransaction
MarcoFalke
2018-04-11
1
-2
/
+2
*
|
Merge #12803: Make BaseSignatureCreator a pure interface
Wladimir J. van der Laan
2018-04-12
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Make BaseSignatureCreator a pure interface
Pieter Wuille
2018-04-10
1
-2
/
+2
*
|
test: Fix sign for expected values
Karl-Johan Alm
2018-04-11
1
-3
/
+3
|
/
*
Merge #10742: scripted-diff: Use scoped enumerations (C++11, "enum class")
Wladimir J. van der Laan
2018-03-27
1
-4
/
+4
|
\
|
*
scripted-diff: Convert 11 enums into scoped enums (C++11)
practicalswift
2018-03-09
1
-4
/
+4
*
|
Fix typos
Dimitris Apostolou
2018-03-21
1
-1
/
+1
|
/
*
Increment MIT Licence copyright header year on files modified in 2017
Akira Takizawa
2018-01-03
1
-1
/
+1
*
Require no cs_main lock for ProcessNewBlock/ActivateBestChain
Matt Corallo
2017-12-26
1
-10
/
+11
*
Merge #10699: Make all script validation flags backward compatible
Wladimir J. van der Laan
2017-12-12
1
-14
/
+8
|
\
|
*
Simplify tx validation tests
Pieter Wuille
2017-06-30
1
-14
/
+8
*
|
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-16
1
-14
/
+14
[next]