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
/
transaction_tests.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only relay Taproot spends if next block has it active
Pieter Wuille
2020-10-30
1
-1
/
+1
*
tests: add generic qa-asset-based script verification unit test
Pieter Wuille
2020-10-12
1
-0
/
+1
*
Merge #16841: Replace GetScriptForWitness with GetScriptForDestination
fanquake
2020-08-15
1
-19
/
+25
|
\
|
*
Add variables for repeated scripts
MeshCollider
2020-08-14
1
-19
/
+25
|
*
Replace usage of GetScriptForWitness with GetScriptForDestination
MeshCollider
2020-08-14
1
-19
/
+19
*
|
Do not turn OP_1NEGATE in scriptSig into 0x0181 in signing code
Pieter Wuille
2020-07-15
1
-0
/
+2
|
/
*
scripted-diff: TxoutType C++11 scoped enum class
MarcoFalke
2020-06-21
1
-4
/
+4
*
Remove CCoinsViewCache::GetValueIn(...)
practicalswift
2020-05-03
1
-1
/
+0
*
scripted-diff: Bump copyright headers
MarcoFalke
2020-04-16
1
-1
/
+1
*
scripted-diff: Sort test includes
MarcoFalke
2020-04-16
1
-4
/
+4
*
Merge #17720: test: add unit test for non-standard "scriptsig-not-pushonly" txs
MarcoFalke
2020-03-24
1
-0
/
+34
|
\
|
*
test: add unit test for non-standard "scriptsig-not-pushonly" txs
Sebastian Falbesoner
2020-02-28
1
-0
/
+34
*
|
Merge #18173: refactor: test/bench: deduplicate SetupDummyInputs()
MarcoFalke
2020-02-29
1
-40
/
+5
|
\
\
|
|
/
|
/
|
|
*
refactor: test/bench: dedup SetupDummyInputs()
Sebastian Falbesoner
2020-02-28
1
-40
/
+5
*
|
test: Tabs to spaces in all tests
MarcoFalke
2020-02-19
1
-8
/
+6
|
/
*
Merge #17947: test: add unit test for non-standard txs with too large tx size
Wladimir J. van der Laan
2020-02-10
1
-0
/
+20
|
\
|
*
test: add unit test for non-standard txs with too large tx size
Sebastian Falbesoner
2020-01-16
1
-0
/
+20
*
|
tests: reset fIsBareMultisigStd after bare-multisig tests
fanquake
2020-01-30
1
-0
/
+1
|
/
*
Merge #17502: test: add unit test for non-standard bare multisig txs
MarcoFalke
2019-12-10
1
-0
/
+11
|
\
|
*
test: add unit test for non-standard bare multisig txs
Sebastian Falbesoner
2019-11-21
1
-0
/
+11
*
|
test: add unit test for non-standard txs with wrong nVersion
Dominik Spicher
2019-11-21
1
-0
/
+23
|
/
*
test: add unit test for non-standard txs with too large scriptSig
Sebastian Falbesoner
2019-11-14
1
-0
/
+13
*
scripted-diff: test: Move setup_common to test library
MarcoFalke
2019-11-06
1
-1
/
+1
*
Merge #15921: validation: Tidy up ValidationState interface
Wladimir J. van der Laan
2019-10-30
1
-3
/
+3
|
\
|
*
[validation] Add CValidationState subclasses
John Newbery
2019-10-29
1
-3
/
+3
*
|
test: add reason checks for non-standard txs in test_IsStandard
Sebastian Falbesoner
2019-10-29
1
-0
/
+16
|
/
*
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
-6
/
+6
*
Remove CKeyStore and squash into CBasicKeyStore
Andrew Chow
2019-07-09
1
-1
/
+1
*
tests: Reduce compilation time and unneccessary recompiles by removing unused...
practicalswift
2019-06-26
1
-0
/
+1
*
Replace CScriptID and CKeyID in CTxDestination with dedicated types
Gregory Sanders
2019-04-29
1
-15
/
+15
*
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
*
[build] Move policy settings to new src/policy/settings unit
John Newbery
2019-04-09
1
-0
/
+1
*
[build] Move CheckTransaction from lib_server to lib_consensus
John Newbery
2019-04-09
1
-1
/
+1
*
Merge #14855: test: Correct ineffectual WithOrVersion from transactions_tests
MarcoFalke
2019-01-04
1
-4
/
+4
|
\
|
*
test: Correct ineffectual WithOrVersion from transactions_tests
Ben Woosley
2019-01-03
1
-4
/
+4
*
|
Merge #13743: refactor: Replace boost::bind with std::bind
MarcoFalke
2018-12-29
1
-1
/
+1
|
\
\
|
*
|
scripted-diff: Replace boost::bind with std::bind
Chun Kuan Lee
2018-10-20
1
-1
/
+1
*
|
|
tests: Test for expected return values when calling functions returning a suc...
practicalswift
2018-12-13
1
-18
/
+18
*
|
|
Removed implicit CTransaction constructor from tests
lucash-dev
2018-12-11
1
-23
/
+23
|
|
/
|
/
|
*
|
scripted-diff: Move util files to separate directory.
Jim Posen
2018-11-04
1
-1
/
+1
|
/
*
Make objects in range declarations immutable by default. Avoid unnecessary co...
practicalswift
2018-08-27
1
-1
/
+1
*
Update copyright headers to 2018
DrahtBot
2018-07-27
1
-1
/
+1
*
Remove redundant unused variables
practicalswift
2018-07-18
1
-1
/
+0
*
Remove CombineSignatures and replace tests
Andrew Chow
2018-07-03
1
-4
/
+13
*
Make SignatureData able to store signatures and scripts
Andrew Chow
2018-07-03
1
-4
/
+4
*
Drop UpdateTransaction in favor of UpdateInput
Ben Woosley
2018-05-18
1
-4
/
+4
*
Merge #11423: [Policy] Several transaction standardness rules
Wladimir J. van der Laan
2018-05-12
1
-0
/
+1
|
\
|
*
Add transaction tests for constant scriptCode
Johnson Lau
2018-05-05
1
-0
/
+1
[next]